This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New .S file did not get compiled, please help


On Sat, Sep 13, 2008 at 11:21 AM, wuxi <wu.andrew.xi@gmail.com> wrote:
> However, when I get the modified glibc to build, it cannot find
> shift_memcpy, and I traced the problem, found that shift_memcpy.S did not
> get compiled... (that is, no shift_memcpy.o, shift_memcpy.os generated).

If you added shift_memcpy.S to sysdeps/ia64/ you need to make sure you
add 'shift_memcpy' to the 'routines' variable in sysdeps/ia64/Makefile
so that GNU make picks it up as a target for libc.

Regards,
Ryan S. Arnold


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