This is the mail archive of the libc-hacker@sourceware.cygnus.com 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]

Problems building for ARM


I checked out a tree from CVS yesterday, did a configure for ARM, and a build. 
When building the db2 others target, the link for one of the programs fails with
an undefined reference to __syscall__sysctl.

I believe this function should be automatically generated by the make using the
sysd-syscalls target and the PSEUDO macros, as long as an __NR_sysctl exists in
unistd.h and and entry exists in one of the syscall.lists files.  I have an
entry in /usr/include/asm/unistd.h and there is sysctl entry in
sysdeps/unix/sysv/linux/arm/syscalls.list.

I'm not quite sure how this mechanism is supposed to work; can someone explain
it to me, or point me to some documentation on how it works?

Thanks,

Scott


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