Changes between Version 6 and Version 7 of CSPFL_SDK
- Timestamp:
- 11/05/09 20:59:29 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSPFL_SDK
v6 v7 9 9 = Installing the SDK = 10 10 11 First download the appropriate SDK for your system (you can use the command "uname -m" to determine your architecture). Open a terminal in the directory of the SDK archive. Unpack the archive using the following command, replace <filename> with the filename of the archive (usually something like: radix-1.9-20090902-armv7a-linux-gnueabi-toolchain-radix.tar.bz2): 11 First, download the appropriate SDK for your system (you can use the command "uname -m" to determine your architecture). 12 13 Next, open a terminal in the directory of the SDK archive and unpack the archive using the following command, replace <filename> with the filename of the archive (usually something like: radix-1.9-20090902-armv7a-linux-gnueabi-toolchain-radix.tar.bz2): 12 14 {{{ 13 15 #!sh 14 16 sudo tar xvjf <filename> -C / 15 17 }}} 16 You are now ready to use the sdk.18 You are now ready to use the SDK. 17 19 ---- 18 20 19 21 = Using the SDK = 20 22 21 There are a number of environment variables that must be setup in order to properly use the toolchain. Luck ly there is a simple way to set all this up. From the terminal you will use for compiling run:23 There are a number of environment variables that must be setup in order to properly use the toolchain. Luckily there is a simple way to set all this up. From the terminal you will use for compiling run: 22 24 {{{ 23 25 #!sh
