tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] TCC on new ARM EABI (ARMEL)


From: Cayle Graumann
Subject: Re: [Tinycc-devel] TCC on new ARM EABI (ARMEL)
Date: Mon, 18 Sep 2006 23:04:09 -0500

Daniel,

    That's exactly what was wrong.  The N770 was missing both libc.so and libc_nonshared.a in the /usr/lib directory.  I guess it was just too late at night for me to figure that out on my own.   The test code compiles and runs fine.  So far I can say that it is successful. 

    Thanks for all your help.

Cayle,
Missouri.

On 9/18/06, Daniel Glöckner <address@hidden > wrote:
On Mon, Sep 18, 2006 at 12:42:12AM -0500, Cayle Graumann wrote:
> When I try and compile the test code,
> everything goes well until the linking step, when I get undefined symbol
> errors for __libc_csu_fini and __libc_csu_init.

In my scratchbox environment /usr/lib/libc.so is a linker script
with "GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a )"
libc_nonshared.a contains __libc_csu_fini and __libc_csu_init.

  Daniel


_______________________________________________
Tinycc-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/tinycc-devel


reply via email to

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