Changes between Version 6 and Version 7 of CSPFL_SDK

Show
Ignore:
Author:
hardert (IP: 67.169.210.177)
Timestamp:
11/05/09 20:59:29 (2 weeks ago)
Comment:

Minor fixes

Legend:

Unmodified
Added
Removed
Modified
  • CSPFL_SDK

    v6 v7  
    99= Installing the SDK = 
    1010 
    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): 
     11First, download the appropriate SDK for your system (you can use the command "uname -m" to determine your architecture). 
     12 
     13Next, 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): 
    1214{{{ 
    1315#!sh 
    1416sudo tar xvjf <filename> -C / 
    1517}}} 
    16 You are now ready to use the sdk
     18You are now ready to use the SDK
    1719---- 
    1820 
    1921= Using the SDK = 
    2022 
    21 There are a number of environment variables that must be setup in order to properly use the toolchain. Luckly there is a simple way to set all this up. From the terminal you will use for compiling run: 
     23There 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: 
    2224{{{ 
    2325#!sh