Subject: Re: Unable to build custom ramdisk / floppies
To: Keith Mastin <kmastin@beechtree.ca>
From: Daniel Eggert <danieleggert@mac.com>
List: netbsd-help
Date: 09/03/2002 09:26:37
On tirsdag, sep 3, 2002, at 09:21 Europe/Copenhagen, Keith Mastin wrote:

>> Hi all,
>>
>> I'm still trying to build a custom INSTALL kernel with a md(4) image.
>> I've done this before on 1.5.3, but now I'm running NetBSD 1.6D. I got
>> the source code from CVS a few days ago. When I try to build the
>> floppies I get:
>> 	[pingvin:~] eggert# cd /usr/src/distrib/macppc/floppies/
>> 	[pingvin:distrib/macppc/floppies] eggert# make
>> 	all ===> ramdisk
>> 	/usr/src/tools/tools.NetBSD-1.6D-powerpc/bin/powerpc--netbsd-gcc -Os
>> -mmultiple -mstring  -Wall -Wstrict-prototypes -Wmissing-prototypes
>> -Wpointer-arith -Wno-uninitialized  -Werror  -nostdinc -isystem
>> /usr/include  -c /usr/src/distrib/utils/libhack/getcap.c
>> 	make:
>> exec(/usr/src/tools/tools.NetBSD-1.6D-powerpc/bin/powerpc--netbsd-gcc)
>> failed (No such file or directory)
>> 	*** Error code 1
>> I can't find anything like this dir myself.
>>
>> Should I change the floppies/Makefile? If so, to what?
>>
>> Thanks in advance,
>> Daniel
>>
> What do you get when you do a "cc" command? This looks like it might 
> be a
> gcc error.

I get:
	[pingvin:~] eggert# cc -v
	Using builtin specs.
	gcc version 2.95.3 20010315 (release) (NetBSD nb2)
so that seems ok.

Daniel