Skip site navigation (1)Skip section navigation (2)
Date:      21 Feb 2001 10:22:10 -0500
From:      Lowell Gilbert <lowell@world.std.com>
To:        freebsd-questions@freebsd.org
Cc:        davek@saturn5.com
Subject:   Re: make fails
Message-ID:  <44zofgm57h.fsf@lowellg.ne.mediaone.net>
In-Reply-To: davek@saturn5.com's message of "21 Feb 2001 13:43:57 %2B0100"
References:  <20010221044337.A10303@atari.saturn5.com>

next in thread | previous in thread | raw e-mail | index | archive | help
davek@saturn5.com (Dave Kayal) writes:

> when i try to rebuild the kernel make fails
> 
> 1030 4:39:38 digitalmoon / >tail -10 blam
> param.c:120: `MSGSSZ' undeclared here (not in a function)
> param.c:120: initializer element is not constant
> param.c:120: (near initialization for `msginfo.msgssz')
> param.c:123: `MSGSEG' undeclared here (not in a function)
> param.c:123: initializer element is not constant
> param.c:123: (near initialization for `msginfo.msgseg')
> *** Error code 1
> 
> Stop in /usr/src/sys/compile/DIGITALMOON.ORG.
> # 1040 4:39:45 digitalmoon / >

I recommend that you apply basic diagnostics:  start with the GENERIC
kernel, make sure you can compile that, and if you can, make your changes a
few at a time until you have narrowed your problem down to a specific
change; then you can figure out why that change is breaking things.

I note that you have include one of the miibus NICs (xl) without the miibus
code itself, which (as documented in a comment already in the file) isn't
going to work.  However, I don't think that's your only problem, because
I wouldn't expect this error message from that mistake.

Good luck.

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?44zofgm57h.fsf>