tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] TCC on ARM


From: tike64
Subject: Re: [Tinycc-devel] TCC on ARM
Date: Fri, 1 Dec 2006 05:29:11 -0800 (PST)

--- Bernhard Fischer <address@hidden> wrote:
> On Thu, Nov 30, 2006 at 06:06:59AM -0800, tike64 wrote:
> >tcc-0.9.23/tcc.c:3313: undefined reference to `ldexp'
> 
> Looks like you're missing -lm ?
> Note the XXX around there, though.

Thanks for hint. Why wasn't -lm needed when host machine was i386?
Anyway, now tcc builds with a warning, though:

tcc.c:9505:2: warning: #warning add arch specific rt_get_caller_pc()

Hope that is not critical.

But then libtcc1 fails:

arm-linux-gcc -O2 -Wall -c -o libtcc1.o libtcc1.c
libtcc1.c:140:2: #error unsupported CPU type

I am confused. Isn't libtcc1 needed for a cross compiler (host i386;
target arm) as well. Why does it fail for a native (arm, arm) compiler?

Building bcheck fails also. Why does it try to build that when it
doesn't in case of i386 host?

--

tike


 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com




reply via email to

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