newlib/libc/machine/m68k/memcpy.S broken for cpu32
Howland Craig D (Craig)
howland@LGSInnovations.com
Mon Feb 8 20:01:00 GMT 2010
Since you mentioned you are using gcc, get a map report file from it and
examine that to tell what comes from where. Assuming that you're having
gcc link instead of invoking the linker separately:
gcc [options] -Wl,-Map -Wl,output.map [...]
(The map file is normally a lot to wade through. The beginning of the
file has what you want to see for this question.)
-----Original Message-----
From: newlib-owner@sourceware.org [mailto:newlib-owner@sourceware.org]
On Behalf Of Josef Wolf
Sent: Monday, February 08, 2010 1:42 PM
To: newlib@sourceware.org
Subject: Re: newlib/libc/machine/m68k/memcpy.S broken for cpu32
...
But I am not sure my code is linked against the correct libc. How can I
check
which file was used for linking?
More information about the Newlib
mailing list