3
« on: September 14, 2015, 08:20:53 PM »
Got myself to a standstill now..
$ make 5D2 V=1
make -C /home/Administrator/ml/platform/5D2.212
make[1]: Entering directory '/home/Administrator/ml/platform/5D2.212'
echo
/bin/sh: hg: command not found
~/yagarto462/yagarto/bin/arm-none-eabi -gcc-4.8.3.exe -Wp,-MMD,./entry.d -Wp,-MT,entry.o -nostdlib -fomit-frame-pointer -fno-strict-aliasing -I../../include -c -o entry.o ../../src/entry.S
/bin/sh: /home/Administrator/yagarto462/yagarto/bin/arm-none-eabi: No such file or directory
../../Makefile.filerules:33: recipe for target 'entry.o' failed
make[1]: *** [entry.o] Error 127
make[1]: Leaving directory '/home/Administrator/ml/platform/5D2.212'
Makefile:18: recipe for target '5D2' failed
make: *** [5D2] Error 2
my path to yagarto is:
ARM_ABI=none-eabi
ARM_LIBC_A=../yagarto462/yagarto/arm-none-eabi/lib/libc.a
ARM_PATH=~/yagarto462/yagarto
ARM_BINPATH=$(ARM_PATH)/bin
I am confused with this line
/bin/sh: hg: command not found
and this one /home/Administrator/yagarto462/yagarto/bin/arm-none-eabi: No such file or directory
can some one give me some insights?
Thank you.