Other Parts Discussed in Thread: OMAP-L138, OMAPL138
Tool/software: Linux
Hi there, I have installed the mcsdk_1_01_00_02 on Linux host machine and trying to rebuild Linux kernel provided in the board-support folder.
The version is 3.3 linux-3.3-psp03.22.00.26.sdk.
I am following the steps mentioned in the wiki

Linux Kernel & Drivers Related Info and Activities
host $ cd linux-3.1.10 host $ ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- make distclean host $ ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- make omapl138_lcdk_defconfig host $ ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- make menuconfig host $ ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- make uImage host $ ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- make modules host $ ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- make modules_install INSTALL_MOD_PATH=<your ARMv5 target file system location>
but I got the following error when I did "make omapl138_lcdk_defconfig"
$ ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- make omapl138_lcdk_defconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/zconf.lex.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
***
*** Can't find default configuration "arch/arm/configs/omapl138_lcdk_defconfig"!
***
/home/miteshhiran/ti/mcsdk_1_01_00_02/board-support/linux-3.3-psp03.22.00.06.sdk/scripts/kconfig/Makefile:96: recipe for target 'omapl138_lcdk_defconfig' failed
make[1]: *** [omapl138_lcdk_defconfig] Error 1
Makefile:492: recipe for target 'omapl138_lcdk_defconfig' failed
make: *** [omapl138_lcdk_defconfig] Error 2
Please, let me know, if I have missed some settings. Cheers.
Regards,
Mitesh