Part Number:PROCESSOR-SDK-OMAPL138
Tool/software: Linux
I follow steps in below wiki page, it doesn't work.
Same error as this post:
then I download arago toolchain according to below URL: and export the toolchain location to PATH.
$ wget downloads.ti.com/.../arago-2011.09-armv5te-linux-gnueabi-sdk.tar.bz2 $ tar -jxvf arago-2011.09-armv5te-linux-gnueabi-sdk.tar.bz2 -C $HOME
$ export PATH=$HOME/arago-2011.09/armv5te/bin:$PATH
It still doesn't work.
I need a detail guide on how to build L138 Processor SDK.