Other Parts Discussed in Thread: OMAP-L138, PROCESSOR-SDK-OMAPL138
Tool/software: Linux
Hi there, I have notice there is new version of the SDK for OMAP-L138. I am trying to install that on Linux Host machine.
I have download "
" on the Linux Host and manage to run through the setup-sh script
Next thing it says to do is rebuilding the SDK.
On the root level of the SDK I have tried make all.. but I got the following error:
TISDK setup completed!
Please continue reading the Software Developer's Guide for more information on
how to develop software on the EVM
-------------------------------------------------------------------------------
miteshhiran@ubuntu:/opt/ti-processor-sdk-linux-omapl138-lcdk-04.00.00.04$ make all
make: *** No rule to make target 'linux-dtbs', needed by 'linux'. Stop.
miteshhiran@ubuntu:/opt/ti-processor-sdk-linux-omapl138-lcdk-04.00.00.04$ make linux
make: *** No rule to make target 'linux-dtbs', needed by 'linux'. Stop.
miteshhiran@ubuntu:/opt/ti-processor-sdk-linux-omapl138-lcdk-04.00.00.04$