On Sun, 13 Oct 2002, Julian Elischer wrote: > ref3# make > linking kernel.debug > ld: target elf32-i386-freebsd not found > *** Error code 1 > > Stop in /usr/src/sys/i386/compile/REF3. > ref3# > > having done a new cvsup and a new config.. > UPDATING has nothing relevant that I can see.
Looks like you tried to build a current kernel under a release version of FreeBSD. This fails because of spelling changes in binutils. The target was spelled elf32-i386 but it is now spelled elf32-i386-freebsd. So old binutils can't link current kernels and current binutils can't link old kernels. Bruce To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message