This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

building with arago

I am trying to duplicate the root file system for an AM3517EVM and having a little trouble with arago.

I have the toolchain in my $PATH and can invoke it just fine. But, when I try to use bitbake, I get "No valid toolchain in PATH". I suspect there is an arago/oe variable I dont know about and would appreciate a little advice.

ckrinke@hwa:~/arago$ arm-arago-linux-gnueabi-gcc
arm-arago-linux-gnueabi-gcc: no input files
ckrinke@hwa:~/arago$ bitbake arago-base-tisdk-image
FATAL: No valid toolchain in PATH
ckrinke@hwa:~/arago$

Charles