help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Does make have ARM version?


From: Wenbin Zhang
Subject: Does make have ARM version?
Date: Mon, 19 Mar 2007 16:38:57 -0400

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]