Subject: Re: rescue lossage (previously mentioned by others...)
To: Sean Davis <dive-nb@endersgame.net>
From: Chavdar Ivanov <ci@spidersweb.co.uk>
List: current-users
Date: 01/28/2005 17:42:48
On Fri, 28 Jan 2005, Sean Davis wrote:
> I thought this had been fixed? At least, when I was building for sparc64, it
> got past rescue, and then died on the tap lkm. (or does rescue happen after
> that?)
>
> --- rescue ---
> # link rescue/rescue
> /nb/tools/bin/i386--netbsdelf-gcc -Wl,-nostdlib -static -o rescue
> -Wl,-rpath-link,/nb/destdir/lib:/nb/destdir/usr/lib -L/nb/destdir/lib
> -B/nb/destdir/usr/lib/ -B/nb/destdir/usr/lib/ rescue.o cat.cro chio.cro
......
> cp: rescue: No such file or directory
> *** [rescue.strip] Error code 1
> 1 error
>
> nbmake: stopped in /usr/cvs/src/rescue
>
Same here. Manually running the link command creates correct
executables. Copying this manually in the target directory
(/usr/cvs/src/rescue in your case) lets you continue the build (in my case
it failed again similarly in one of the floppy creation programs, so I had
to do the same with that one; this let me more or less complete the
release and then the ISO creation with single boot-big.fs).