Changes between Version 18 and Version 19 of BeagleBoard_CodecEngine

Show
Ignore:
Timestamp:
11/09/10 15:47:21 (3 years ago)
Author:
rthandee
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BeagleBoard_CodecEngine

    v18 v19  
    305305When working with DSPLink, it is necessary to set an environment variable for the DSPLink directory.  You can use the second optional command to add it to your default terminal shell. 
    306306{{{ 
    307 $ export C6X_C_DIR=$HOME/TI/TI_CGT_C6000_6.1.17/include:$HOME/TI/TI_CGT_C6000_6.1.17/lib 
    308307$ export DSPLINK=$HOME/oe/tmp/staging/beagleboard-angstrom-linux-gnueabi/ti-codec-engine/cetools/packages/dsplink 
    309308$ echo export DSPLINK=$HOME/oe/tmp/staging/beagleboard-angstrom-linux-gnueabi/ti-codec-engine/cetools/packages/dsplink >>$HOME/.bashrc 
     
    313312 
    314313'''Update:'''[[BR]] 
    315 {{{ 
     314Put these two lines at the bottom of your $HOME/.bashrc 
     315{{{ 
     316$ export C6X_C_DIR=$HOME/TI/TI_CGT_C6000_6.1.17/include:$HOME/TI/TI_CGT_C6000_6.1.17/lib 
    316317$ export DSPLINK=$HOME/oe/tmp/sysroots/beagleboard-angstrom-linux-gnueabi/usr/share/ti/ti-dsplink-tree/dsplink 
    317 $ echo export DSPLINK=$HOME/oe/tmp/sysroots/beagleboard-angstrom-linux-gnueabi/usr/share/ti/ti-dsplink-tree/dsplink >>$HOME/.bashrc 
    318318}}} 
    319319