I find that uboot should also be built. According to link: http://processors.wiki.ti.com/index.php/Building_PSP_Components_for_OMAP-L1x_on_v3.x_Kernel#Rebuilding_U-Boot
I set PATH variable to:
export PATH=/home/lcdkl138/ti/CodeSourcery/Sourcery_G++_Lite/bin:$PATH
Is it right? I am not sure about it.
When I run:
host$ make distclean CROSS_COMPILE=arm-none-linux-gnueabi-
It has error:
lcdkl138@lcdkl138-XPS-8500:~/ti-sdk-omapl138-lcdk-01.00.00/board-support/u-boot-2010.12-psp03.21.00.04.lcdk$ make distclean CROSS_COMPILE=arm-none-linux-gnueabi-
awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend
What is the problem? It is bizarre.
Thanks again