This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Undefined references to 'memcpy' when compiling Linux Kernel


On Fri, Jun 16, 2000 at 04:22:04PM +0100, Alan Cox wrote:
> gcc assumes it is linked with libgcc. That isnt unreasonable but it breaks
> on the kernel stuff. Turn the problem functions into using explicit memcpy
> calls then mail me a diff. This is kernel over cleverness  not gcc.

Really memcpy ought to exist as a symbol in the kernel.
We've done that since day one in the Alpha port and elsewhere.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]