Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Jun 2007 08:19:33 -0700
From:      Garrett Cooper <youshi10@u.washington.edu>
To:        freebsd-current@freebsd.org
Subject:   Re: kernel linking
Message-ID:  <46657F05.50609@u.washington.edu>
In-Reply-To: <46657EE9.7070207@u.washington.edu>
References:  <46657B33.5010804@bulinfo.net> <3bbf2fe10706050815u619bd2e6p728c0d20e2aae802@mail.gmail.com> <46657EE9.7070207@u.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Garrett Cooper wrote:
> Attilio Rao wrote:
>> 2007/6/5, Krassimir Slavchev <krassi@bulinfo.net>:
>>> This is with latest -current on arm:
>>>
>>> linking kernel
>>> kern_intr.o(.text+0x15d8): In function `swi_sched':
>>> : undefined reference to `PCPU_LAZY_ADD'
>>> kern_synch.o(.text+0x210): In function `mi_switch':
>>> : undefined reference to `PCPU_LAZY_ADD'
>>> kern_thread.o(.text+0x9b4): In function `thread_exit':
>>> : undefined reference to `PCPU_LAZY_ADD'
>>> subr_trap.o(.text+0x180): In function `ast':
>>> : undefined reference to `PCPU_LAZY_ADD'
>>> nfs_bio.o(.text+0x11cc): In function `nfs_getpages':
>>> : undefined reference to `PCPU_LAZY_ADD'
>>> nfs_bio.o(.text+0x1620): more undefined references to 
>>> `PCPU_LAZY_ADD' follow
>>
>> These have been renamed.
>> Be sure you update all your src tree, then recompile by scratch your 
>> kernel.
>>
>> Attilio
>    Make sure NO_CLEAN isn't enabled and you might want to blow away 
> your kernel obj directories (/usr/obj/usr/sys?).
> -Garrett
>
Forgot to CC current@.

-Garrett



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46657F05.50609>