Hi,
I got AM3703 eval board and I have installed codesourcery came with it.
Now i am trying to compile source code for u-boot came with and I am not able to do so.
Development Platform: Ubuntu 10.04
For Compiling u-boot reference page: http://processors.wiki.ti.com/index.php/AMSDK_u-boot_User%27s_Guide
Error Encountered: dirname:
make: arm-none-linux-gnueabi-gcc: Command not found
/bin/sh: arm-none-linux-gnueabi-gcc: command not found
dirname: missing operand
Try `dirname --help' for more information.
/bin/sh: arm-none-linux-gnueabi-gcc: command not found
dirname: missing operand
Try `dirname --help' for more information.
Configuring for omap3_evm board...
make
/bin/sh: arm-none-linux-gnueabi-gcc: command not found
dirname: missing operand
Try `dirname --help' for more information.
make[1]: arm-none-linux-gnueabi-gcc: Command not found
make[1]: Entering directory `/home/bhuser/dmmalavi/tiOMAPEval/SourceCode/uboot/u-boot-2011.09-psp04.06.00.03'
/bin/sh: arm-none-linux-gnueabi-gcc: command not found
missing operand
Try `dirname --help' for more information.
Generating /home/bhuser/dmmalavi/tiOMAPEval/SourceCode/uboot/u-boot-2011.09-psp04.06.00.03/test/include/autoconf.mk
/bin/sh: line 3: arm-none-linux-gnueabi-gcc: command not found
/bin/sh: arm-none-linux-gnueabi-gcc: command not found
dirname: missing operand
Try `dirname --help' for more information.
Generating /home/bhuser/dmmalavi/tiOMAPEval/SourceCode/uboot/u-boot-2011.09-psp04.06.00.03/test/include/autoconf.mk.dep
/bin/sh: line 3: arm-none-linux-gnueabi-gcc: command not found
make[1]: Leaving directory `/home/bhuser/dmmalavi/tiOMAPEval/SourceCode/uboot/u-boot-2011.09-psp04.06.00.03'
make[1]: arm-none-linux-gnueabi-gcc: Command not found
make[1]: Entering directory `/home/bhuser/dmmalavi/tiOMAPEval/SourceCode/uboot/u-boot-2011.09-psp04.06.00.03'
/bin/sh: arm-none-linux-gnueabi-gcc: command not found
dirname: missing operand
Try `dirname --help' for more information.
/bin/sh: arm-none-linux-gnueabi-gcc: command not found
/bin/sh: arm-none-linux-gnueabi-ld: command not found
/bin/sh: arm-none-linux-gnueabi-gcc: command not found
dirname: missing operand
Try `dirname --help' for more information.
/bin/sh: arm-none-linux-gnueabi-gcc: command not found
dirname: missing operand
Try `dirname --help' for more information.
arm-none-linux-gnueabi-gcc -DDO_DEPS_ONLY \
-g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -I/home/bhuser/dmmalavi/tiOMAPEval/SourceCode/uboot/u-boot-2011.09-psp04.06.00.03/test/include2 -I/home/bhuser/dmmalavi/tiOMAPEval/SourceCode/uboot/u-boot-2011.09-psp04.06.00.03/test/include -I/home/bhuser/dmmalavi/tiOMAPEval/SourceCode/uboot/u-boot-2011.09-psp04.06.00.03/include -fno-builtin -ffreestanding -nostdinc -isystem -pipe -DCONFIG_ARM -D__ARM__ -march=armv5 -Wall -Wstrict-prototypes \
-o /home/bhuser/dmmalavi/tiOMAPEval/SourceCode/uboot/u-boot-2011.09-psp04.06.00.03/test/lib/asm-offsets.s /home/bhuser/dmmalavi/tiOMAPEval/SourceCode/uboot/u-boot-2011.09-psp04.06.00.03/lib/asm-offsets.c -c -S
make[1]: arm-none-linux-gnueabi-gcc: Command not found
make[1]: *** [/home/bhuser/dmmalavi/tiOMAPEval/SourceCode/uboot/u-boot-2011.09-psp04.06.00.03/test/lib/asm-offsets.s] Error 127
make[1]: Leaving directory `/home/bhuser/dmmalavi/tiOMAPEval/SourceCode/uboot/u-boot-2011.09-psp04.06.00.03'
make: *** [omap3_evm] Error 2
CAN any one help me figure out why I am not able to run the make file... Its urgent and I really look forward solution from the community...
Thank You
Dhaval