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.

UBoot compilation error

Other Parts Discussed in Thread: OMAPL138

Hi all.

Linux novice. Followed instructions for installing ubutu, G++ tools, and PSP. Can get as far as

host$ make distclean CROSS_COMPILE=arm-none-linux-gnueabi-
which returns me a prompt without errors so I guess that's worked ok.
but
host$ make da850_omapl138_evm_config CROSS_COMPILE=arm-none-linux-gnueabi- 
returns 'no rule to make target'

I can build for an alternative processor (eg. host$ make TQM823L_config CROSS_COMPILE=arm-none-linux-gnueabi- )
I get 'configuring for TQML823L board' so that would appear to confirm the toolchain.

I can't see anywhere in CPU or BOARD any reference to da850, omap, or 138. So, am I missing some files? 

Help!

Thanks
Andy