Changes between Version 18 and Version 19 of BeagleBoard_CodecEngine
- Timestamp:
- 11/09/10 15:47:21 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BeagleBoard_CodecEngine
v18 v19 305 305 When 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. 306 306 {{{ 307 $ export C6X_C_DIR=$HOME/TI/TI_CGT_C6000_6.1.17/include:$HOME/TI/TI_CGT_C6000_6.1.17/lib308 307 $ export DSPLINK=$HOME/oe/tmp/staging/beagleboard-angstrom-linux-gnueabi/ti-codec-engine/cetools/packages/dsplink 309 308 $ echo export DSPLINK=$HOME/oe/tmp/staging/beagleboard-angstrom-linux-gnueabi/ti-codec-engine/cetools/packages/dsplink >>$HOME/.bashrc … … 313 312 314 313 '''Update:'''[[BR]] 315 {{{ 314 Put 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 316 317 $ 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/.bashrc318 318 }}} 319 319