Dear sir,
I followed the SC-MCSDK_User_Guide in http://software-dl.ti.com/sdoemb/sdoemb_public_sw/sc_mcsdk/latest/index_FDS.html to build image but got trouble.
Code Sourcery and Linaro toolchain are installed in my Ubuntu 10.04, and Arago repositories is cloned by git.
When I tried to build Arago image by the following commands, the error message ""FATAL: No valid toolchain in PATH" is occurred.
---
$ cd $HOME/sc-mcsdk
$ source arago/setenv
$ MACHINE=tci6614-evm bitbake arago-sc-mcsdk-base-image
FATAL: No valid toolchain in PATH
---
The global environment is as below. arm-none-linux-gnueabi-gcc and arm-linux-gnueabi-gcc can be found in the command line.
---
$ echo $PATH
/home/chiching/sc-mcsdk/arago-bitbake/bin/:/home/chiching/sc-mcsdk/arago-utils/:/home/chiching/smallcell/gcc-linaro-arm-linux-gnueabi-2012.03-20120326_linux/bin/:/home/chiching/CodeSourcery/Sourcery_G++_Lite/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
$ echo $CROSS_COMPILE
arm-none-linux-gnueabi-
$ echo $ARCH
arm
---
Would anyone please help me figure out what the problem is? Thanks!