Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 1998 08:59:17 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Alexander Litvin <archer@lucky.net>
Cc:        current@FreeBSD.ORG
Subject:   Re: kernel with SOFTUPDATES doesn't link 
Message-ID:  <4479.891327557@critter.freebsd.dk>
In-Reply-To: Your message of "Tue, 31 Mar 1998 09:29:16 %2B0300." <19980331092916.42639@carrier.kiev.ua> 

next in thread | previous in thread | raw e-mail | index | archive | help

change the
	tv = time;
to 
	getmicrotime(&tv)
and you're back in business...

Poul-Henning

In message <19980331092916.42639@carrier.kiev.ua>, Alexander Litvin writes:
>Hi, everybody!
>
>When attempting to make kernel with 'options SOFTUPDATES',
>during linking I got:
>
>> loading kernel
>> ffs_softdep.o: Undefined symbol `_time' referenced from text segment
>> ffs_softdep.o: Undefined symbol `_time' referenced from text segment
>> ffs_softdep.o: Undefined symbol `_time' referenced from text segment
>> ffs_softdep.o: Undefined symbol `_time' referenced from text segment
>> ffs_softdep.o: Undefined symbol `_time' referenced from text segment
>> ffs_softdep.o: Undefined symbol `_time' referenced from text segment
>> *** Error code 1
>> 
>> Stop.
>
>As I understand, that happened after Poul-Henning commit, which
>killed 'time' variable. Though /sys/ufs/ffs/ffs_softdep.c still
>depends on time.
>
>---
>I really hate this damned machine
>I wish that they would sell it.
>It never does quite what I want
>But only what I tell it.
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-current" in the body of the message
>

--
Poul-Henning Kamp             FreeBSD coreteam member
phk@FreeBSD.ORG               "Real hackers run -current on their laptop."
"Drink MONO-tonic, it goes down but it will NEVER come back up!"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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