I'm having a little trouble using arago to create a root filesystem for the AM3517EVM and keep getting a "No valid toolchain in PATH" from bitbake. I *thought* I followed the receipe for setting this up correctly at http://arago-project.org/wiki/index.php/Building_with_Arago. When I do this, I get an error which I suspect is an arago/oe configuration setting as the $PATH appears to be fine. I wonder if someone could give me a pointer on how to get past this, please.
ckrinke@hwa:~/arago$ echo $CROSS_COMPILE
arm-arago-linux-gnueabi-
ckrinke@hwa:~/arago$ arm-arago-linux-gnueabi-gcc -v
...
gcc version 4.5.3 20110311 (prerelease) (GCC)
ckrinke@hwa:~/arago$ bitbake arago-base-tisdk-image
FATAL: No valid toolchain in PATH
ckrinke@hwa:~/arago$
Charles