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 <[EMAIL PROTECTED]
> 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
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel
_______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
