Date: Fri, 3 Dec 2004 15:24:42 -0500 From: Alan Curtis <acurtis@ieee.org> To: freebsd-questions@freebsd.org Subject: Error installing kernel: crt1.o Message-ID: <5DA6C8AA-4569-11D9-B83F-000A959EB894@ieee.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5DA6C8AA-4569-11D9-B83F-000A959EB894>