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.

X-loader comilation problem

Hi,

 I am working on DM37X evm and going through developer's guide to build image.

so far I am able to perform repo sync. The error I am getting in x-loader  compilation is :

pks@pks-desktop:~/rowboat-android/x-loader$ make CROSS_COMPILE=arm-eabi- distclean
find . -type f \
        \( -name 'core' -o -name '*.bak' -o -name '*~' \
        -o -name '*.o'  -o -name '*.a'  \) -print \
        | xargs rm -f
find . -type f \
        \( -name .depend -o -name '*.srec' -o -name '*.bin' \) \
        -print \
        | xargs rm -f
rm -f  *.bak tags TAGS
rm -fr *.*~
rm -f x-load x-load.map
rm -f include/asm/proc include/asm/arch
rm -f include/config.h include/config.mk
pks@pks-desktop:~/rowboat-android/x-loader$ make CROSS_COMPILE=arm-eabi- omap3evm_config
rm -f include/config.h include/config.mk
Configuring for omap3evm board...
pks@pks-desktop:~/rowboat-android/x-loader$ make CROSS_COMPILE=arm-eabi-
make: arm-eabi-gcc: Command not found
arm-eabi-gcc -Wa,-gstabs -D__ASSEMBLY__  -Os  -fno-strict-aliasing  -fno-common -ffixed-r8  -DONE_BIT_ERROR_CORRECT -D__KERNEL__ -DTEXT_BASE=0x40200800 -I/home/pks/rowboat-android/x-loader/include -fno-builtin -ffreestanding -nostdinc -isystem  -pipe  -DCONFIG_ARM -D__ARM__ -march=armv7-a -mabi=apcs-gnu  -c -o cpu/omap3/start.o /home/pks/rowboat-android/x-loader/cpu/omap3/start.S
make: arm-eabi-gcc: Command not found
make: *** [cpu/omap3/start.o] Error 127.

 

I am getting because of this "make: arm-eabi-gcc: Command not found error" i guess so, can you please guide me why I am getting this error.

 

Thanks