Subject: RE: Kernel compilation problem
To: 'rjs@fdy2.demon.co.uk' <rjs@fdy2.demon.co.uk>
From: Alstrup, Kurt <kurt.alstrup@intel.com>
List: port-arm32
Date: 03/29/2001 11:17:06
Robert,

 If memory serves me right then I once had a similar problem, and it turned
out that one of the .depend files wasn't rebuilt by doing a 'make depend'. I
simply killed all .depend files and after a new 'make depend' things worked
again. Never bothered to find the root cause though.

Kurt Alstrup

-----Original Message-----
From: Robert Swindells [mailto:swindellsr@genrad.com]
Sent: Thursday, March 29, 2001 11:11 AM
To: bjh21@netbsd.org
Cc: port-arm32@netbsd.org
Subject: Re: Kernel compilation problem



>On Thu, 29 Mar 2001, Robert Swindells wrote:

>> Ok I give up, how do I get libkern to compile ?
>>
>> I am trying to build current using a 1.5I kernel.
>>
>> I have updated /usr/share/mk, make & config but it still tries to
>> build lib/libkern/arch/arm32/byte_swap_2.S.

>make depend?

No, it still generates a reference to the wrong one.

Is there a combination of environment variables that I can pass to make
to force it to get the right MACHINE_* settings ?