* TQ_ACTIVE & NFS_STALE undefined
@ 2000-12-18 1:37 Steve DuChene
0 siblings, 0 replies; only message in thread
From: Steve DuChene @ 2000-12-18 1:37 UTC (permalink / raw)
To: linuxppc-dev
When compiling the latest linuxppc_2.3 kernel from the bitkeeper
archive when it gets to the linking stage I get the following
errors:
kernel/kernel.o: In function `do_timer':
kernel/kernel.o(.text+0xd70c): undefined reference to `TQ_ACTIVE'
kernel/kernel.o(.text+0xd70c): relocation truncated to fit: R_PPC_REL24
TQ_ACTIVE
kernel/kernel.o: In function `context_thread':
kernel/kernel.o(.text+0x12df4): undefined reference to `TQ_ACTIVE'
kernel/kernel.o(.text+0x12df4): relocation truncated to fit: R_PPC_REL24
TQ_ACTIVE
fs/fs.o: In function `__nfs_revalidate_inode':
fs/fs.o(.text+0x30c5c): undefined reference to `NFS_STALE'
fs/fs.o(.text+0x30c5c): relocation truncated to fit: R_PPC_REL24 NFS_STALE
fs/fs.o(.text+0x30d7c): undefined reference to `NFS_STALE'
fs/fs.o(.text+0x30d7c): relocation truncated to fit: R_PPC_REL24 NFS_STALE
make: *** [vmlinux] Error 1
The two references to TQ_ACTIVE come from kernel/context.c and
kernel/timer.c The reference to NFS_STALE comes from fs/nfs/inode.c
--
Steven A. DuChene sad@valinux.com
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-12-18 1:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-18 1:37 TQ_ACTIVE & NFS_STALE undefined Steve DuChene
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).