Date: Wed, 25 Aug 2004 13:51:17 +0200 From: Hanspeter Roth <hampi@rootshell.be> To: freebsd-current@freebsd.org Subject: Re: crt1.o: In function `_start': undefined reference to `_init_tsl' Message-ID: <20040825115117.GA793@gicco.homeip.net> In-Reply-To: <20040825070604.GE2916@ip.net.ua> References: <20040824164223.GA6359@gicco.homeip.net> <20040824170357.GA46720@troutmask.apl.washington.edu> <20040824174147.GA2041@gicco.homeip.net> <20040825070604.GE2916@ip.net.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Aug 25 at 10:06, Ruslan Ermilov spoke: > I recall you upgrading your libc without updating the rest > of the world -- this ruined your build system. To try to > recover from it, you may need to build/install in lib/csu: > > cd /usr/src/lib/csu > make obj && make && make install I can't make obj in /usr/src/lib/csu, only in /usr/src/lib/csu/i386-elf. `make obj && make && make install' in /usr/src/lib/csu/i386-elf installs /usr/lib/crt[1in].o and /usr/lib/gcrt1.o. I had to do `make obj && make && make install' in /usr/src/lib/libc as well. This did solve the problem. -Hanspeter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040825115117.GA793>