Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2001 03:07:41 -0600
From:      Mike Meyer <mwm@mired.org>
To:        FoxSurfer Sys Admin <Zapper@FoxSurfer.Com>
Cc:        questions@freebsd.org
Subject:   Re: Problem with building kernel.
Message-ID:  <15358.4573.105239.608248@guru.mired.org>
In-Reply-To: <52045795@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
FoxSurfer Sys Admin <Zapper@FoxSurfer.Com> types:
>   I'm running 4.4 Stable and I'm getting the following error with 'make' 
> after I do 'make depend' in ../../compile/mykernel
>   I've tried doing a 'make clean' and starting over but I keep getting the 
> same error.  I'll only post part of it since it seems to be doing it to every 
> file in /usr/src/sys/modules/linux/../../i386/linux/
> 
> ===> linux
> cc -c -O -pipe   -D_KERNEL -Wall -Wredundant-decls -Wnested-externs 
[clip]
> /usr/src/sys/modules/linux/../../i386/linux/linux_dummy.c ... etc.
> *** Error code 1
> hopefully this is enough info

Nope. The answer is in that etc. Error code 1 is make reporting that
an make that it invoked failed. We really need the error message from
the C compiler.

Just as a shot in the dark, are you trying to compiler a kernel after
having done a source update? If so, that's probably the source of your
problem.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Q: How do you make the gods laugh?		A: Tell them your plans.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15358.4573.105239.608248>