Hello, Guys,

I want to run make on my cell phone, which is ARM linux. I want to know
whether "make" support ARM platform?

Actually I downloaded the make-3.81 package, and try to compile it and get
the ARM version binary, but compile failed. The error is:

if arm-linux-gcc -DLOCALEDIR=\"/usr/local/share/locale\"
-DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\"
-DHAVE_CONFIG_H -I. -I. -I.      -g -O2 -MT implicit.o -MD -MP -MF
".deps/implicit.Tpo" -c -o implicit.o implicit.c; \
       then mv -f ".deps/implicit.Tpo" ".deps/implicit.Po"; else rm -f
".deps/implicit.Tpo"; exit 1; fi
/tmp/ccOKs3Ho.s: Assembler messages:
/tmp/ccOKs3Ho.s:2171: Error: immediate expression expected -- `wstrw
wcgr0,[r2,r1,asl#2]'
make[2]: *** [implicit.o] Error 1
make[2]: Leaving directory `/work/make/make-3.81'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/work/make/make-3.81'
make: *** [all] Error 2

Any ideas to get the ARM version 'make'?

Thanks,
Wenbin
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to