5 Mar 2007 06:17
3.1 can't selfhost??
der Mouse <mouse <at> Rodents.Montreal.QC.CA>
2007-03-05 05:17:05 GMT
2007-03-05 05:17:05 GMT
I have a WorkPad z50, which I have booting 3.1 (diskless, for the time being). As usual, the first thing I did when I got it working from the release binaries was to try to rebuild from source. In this case, that meant first building a kernel and rebooting from it, which went fine. Then I created ~/DESTDIR and ~/OBJDIR and running ===> build.sh command: ./build.sh -D /home/mouse/DESTDIR -O /home/mouse/OBJDIR -U build This ticked along nicely for about a day and a half, then fell over: do-lib-libc ===> . dependall ===> lib/libc # yacc libc/nsparser.c ...many lines snipped... # build libc/libc.so.12.128.2 rm -f libc.so.12.128.2 /home/mouse/OBJDIR/tooldir.NetBSD-3.1-mipsel/bin/mipsel--netbsd-gcc [...] ln -sf libc.so.12.128.2 libc.so.12.tmp mv -f libc.so.12.tmp libc.so.12 ln -sf libc.so.12.128.2 libc.so.tmp mv -f libc.so.tmp libc.so # compile libc/llib-lc.ln rm -f llib-lc.ln CC=/home/mouse/OBJDIR/tooldir.NetBSD-3.1-mipsel/bin/mipsel--netbsd-gcc /home/mouse/OBJDIR/tooldir.NetBSD-3.1-mipsel/bin/mipsel--netbsd-lint -Cc Lint_bswap16.ln Lint_bswap32.ln Lint_swapcontext.ln Lint_htonl.ln Lint_htons.ln Lint_ntohl.ln Lint_ntohs.ln Lint_Ovfork.ln [...many more...] Lint pass2: mipsel--netbsd-lint2: input file error: sysconf.ln(Continue reading)

RSS Feed