help-make
[Top][All Lists]
Advanced

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

RE: Does make have ARM version?


From: Dave Korn
Subject: RE: Does make have ARM version?
Date: Mon, 19 Mar 2007 20:44:42 -0000

On 19 March 2007 20:39, Wenbin Zhang wrote:

> 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'?


  It should work.  The above error indicates your arm cross-compiler is
generating assembler instructions that your arm cross-assembler does not
recognize; this suggests you are using incompatible versions of arm-linux-gcc
and arm-linux-gas.  Which versions do you have installed?


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....





reply via email to

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