[U-Boot] Regarding tdm3730

Respected Sir/Mam,
I am new on linux and BSP. We have purchased one processors board whihc is technexion tdm3730 Blizzardpack.
We have install Cross Compiler(CodeSourcery C++ Lite 2010.09-50) for the same from below link : https://sourcery.mentor.com/sgpp/lite/arm/portal/release1600
Now i have install another file which is given on technexion website from below link : http://www.technexion.com/index.php/support/download-center/arm-cpu-modules/...
And follow the steps for making binaries for MLO,uboot.bin,UImage as given in attached document.
but i am facing problem when i entered into uboot bin folder and then type command :
make distclean && make tdm3730_config && make -j 2D
then last command exit with error127 which is as below:
awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg
.boards.depend
Configuring for tdm3730 board... make: /home/lumium/CodeSourcery/Sourcery_G++_Lite/bin:gcc: Command not found /bin/sh: /home/lumium/CodeSourcery/Sourcery_G++_Lite/bin:gcc: No such file or directory dirname: missing operand Try `dirname --help' for more information. Generating include/autoconf.mk /bin/sh: line 3: /home/lumium/CodeSourcery/Sourcery_G++_Lite/bin:gcc: No such file or directory /bin/sh: /home/lumium/CodeSourcery/Sourcery_G++_Lite/bin:gcc: No such file or directory dirname: missing operand Try `dirname --help' for more information. Generating include/autoconf.mk.dep /bin/sh: line 3: /home/lumium/CodeSourcery/Sourcery_G++_Lite/bin:gcc: No such file or directory make: /home/lumium/CodeSourcery/Sourcery_G++_Lite/bin:gcc: Command not found make: *** No rule to make target `2D'. Stop.
I have made changes i Makefile of UBoot folder that ia as below
1.) Write Export ARCH=arm 2.) CROSS_COMPILE=/*Path to tool-chain:/bin:*/ 3.) export CROSS_COMPILE
Now Please let me tel where i made mistake and getting this error. Please help me out in this matter.
Thanks & Regards, Nagesh Pathak
participants (1)
-
Nagesh Pathak