Error installing kernel: crt1.o

Alan Curtis acurtis at bbn.com
Fri Dec 3 12:23:59 PST 2004


I am building a custom kernel. It complied with no errors but

make install KERNCONF=MYKERNEL

failed with the following error

> install -o root -g wheel -m 444  crt1.o crti.o crtn.o gcrt1.o /usr/lib
> install: crt1.o: No such file or directory
> *** Error code 71
>
> Stop in /usr/src/lib/csu/i386-elf.
> *** Error code 1
>
> Stop in /usr/src/lib.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.

There is a 'crt1.o' file in /usr/lib.

What is wrong?


Alan



More information about the freebsd-questions mailing list