Re: compiling and testing hp700
Chuck Silvers <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.hp700 |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Nov 23, 2003 at 08:59:57AM -0800, Matt Thomas wrote: > > On Nov 23, 2003, at 1:53 AM, Jochen Kunz wrote: > > >On 2003.11.23 05:36 Kirill Levchenko wrote: > > > >>>You need to build the bootloader and mkboot in > >>>src/sys/arch/hp700/stand. > >>I've managed to build the bootloader, but I am having trouble with > >>mkboot. What commands do you use? > >In this case mkboot needs to be build with the host tools. I.e. don't > >use nbmake or mbmake-hp700, just use make. Once build, you may copy it > >to nbmkboot into the bin directory in your tooldir to have everything > >on > >one place. > > Then it should be made as part of the host tools. I'll try to do that > today. nbhp700-mkboot would be it's name (since it's hp700 specific). actually the same tool is used for hp300... there are currently separate copies of this for hp300 and hp700. the hp700 version is probably better than the hp300 version at this point. really this is more of a "mklif" than "mkboot". it would be nice if we had tools to do more with LIF files than just create them, too. but I digress... -Chuck