8 Development Tools
User Manual
285/374
How to install the toolchain
1. Download the toolchain "powerpc-gcc-4.4.3-uclib.tar.gz" from STW FTP - 32-/64-Bit
URL:ftp://stw-connectivity.net/ (see ftp://stw-connectivity.net/ -
TC1/DeploymentPackage_vX_XXrX/devkit_vX_XXrX/toolchain/linux/ (see example image below)
Example:
2. Unzip the compressed toolchain "powerpc-gcc-4.4.3-uclib.tar.gz" - 32-/64-Bit
3. Configure shell to use the toolchain - 32-/64-Bit
To use the toolchain under the shell, set the environmental variables. Open the ".bashrc" file
~$ sudo gedit ~/.bashrc
4. Add the following lines at the end of file:
# Export the Environment variable for the ppc
export CROSS_COMPILE=powerpc-stw-linux-uclibc-
export PATH="/opt/powerpc-gcc-4.4.3-uclib/bin/:"/opt/powerpc-gcc-4.4.3-
uclib/bin/:${PATH}
export ARCH=powerpc
Save the changes and close the terminal. After reopening the cross compiler is available.
5. Optional step, when a 64 bit operating system is used:
Activate an i386 architecture on the 64 bit system with
sudo apt-get install libc6-i386
Содержание TC1
Страница 1: ...TC1 User Manual Version of this document V1 00r0 ...
Страница 25: ...5 Hardware User Manual 25 374 5 2 2 Block Diagram Variant TC1 WIFI ...
Страница 34: ...5 Hardware User Manual 34 374 5 6 Housing Connector Top view and side view Bottom View ...
Страница 125: ...7 Teleservice Application Framework User Manual 125 374 TAF overview ...
Страница 174: ...7 Teleservice Application Framework User Manual 174 374 ADDRESS 6 SIZE 4 TYPE UINT32 UNIT COMMENT EnginePower ...
Страница 190: ...7 Teleservice Application Framework User Manual 190 374 How the logger mechanism works ...
Страница 223: ...7 Teleservice Application Framework User Manual 223 374 Association between logic hysteresis and threshold ...
Страница 293: ...8 Development Tools User Manual 293 374 3 Adapt the Build Options in order to build the binary with debug symbols ...
Страница 302: ...8 Development Tools User Manual 302 374 2 Adapt the Build Options in order to build the binary with debug symbols ...