I'm trying to compile a user-mode version of 2.4.9ac10, but I'm getting a
lot of undefined references to hz_to_std. Was this recently renamed or
something?
gcc -Wl,-T,/usr/src/uml/orig/arch/um/link.ld -o linux -static \
/usr/src/uml/orig/arch/um/main.o vmlinux.o -L/usr/lib
vmlinux.o: In function `do_notify_parent':
/usr/src/uml/orig/kernel/signal.c:747: undefined reference to `hz_to_std'
/usr/src/uml/orig/kernel/signal.c:748: undefined reference to `hz_to_std'
vmlinux.o: In function `sys_times':
/usr/src/uml/orig/kernel/sys.c:802: undefined reference to `hz_to_std'
/usr/src/uml/orig/kernel/sys.c:803: undefined reference to `hz_to_std'
/usr/src/uml/orig/kernel/sys.c:804: undefined reference to `hz_to_std'
vmlinux.o:/usr/src/uml/orig/kernel/sys.c:805: more undefined references to
`hz_to_std' follow
collect2: ld returned 1 exit status
TIA :)
- Ender
Regards, | If I must have computer systems with publically
Ender | available terminals, the maps they display of my complex
(James Brown) | will have a room clearly marked as the Main Control Room.
| That room will be the Execution Chamber. The actual main
| control room will be marked as Sewage Overflow Containment.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/