make doesn't know how to make KERNCONF

Lowell Gilbert freebsd-questions-local at be-well.ilk.org
Sat Nov 15 07:23:57 PST 2008


Chris St Denis <chris at smartt.com> writes:

> Gerardo Paredes wrote:
>> Hello, i have a problem compiling a custom kernel on a AMD 850 MHZ Processor, however on the last stage  it fails with the following message:
>>
>>
>> make doesn't know how to make KERNCONF
>>
>>
>> the command i run is:
>>
>> cd /usr/src
>> make buildkernel KERNCONF=MIO
>>
>> where MIO is my kernel configuration file, living at /usr/src/sys/i386/conf
>>
>> why it is failing with that error??
>>
>>
>> Regards,
>> Gerardo Paredes

> What shell are you using? That syntax should be fine for csh, but if
> you are using something like bash you may need to change the syntax.

No, the shell isn't interpreting anything in that command line (the
variable assignment is interpreted by make itself), so the command is
fine.  Maybe the sources aren't completely installed?  If I were trying
to exercise my psychic technical support powers, I might guess that the
system makefiles weren't installed.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
		http://be-well.ilk.org/~lowell/


More information about the freebsd-questions mailing list