Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Aug 1996 16:31:41 -0600
From:      "Aaron D. Gifford" <agifford@infowest.com>
To:        questions@freebsd.org
Cc:        mcs@vpm.com
Subject:   Re: Errors compiling 2.1.5 kernel
Message-ID:  <2.2.32.19960803223141.0097b8a4@infowest.com>

next in thread | raw e-mail | index | archive | help
At 12:00 AM 8/3/96 -0700, Mark Stout wrote:
>Hi:
>
>
>I'm getting the folloing error message on 'make depend'.  I haven't seen this
>come across any of the mail lists, but I don't read them that closely either.
>
>This is after a 'make depend all install' command.  Portions have been deleted 
>for brevity.
>
> -DMATH_EMULATE -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 -DTIMEZONE=0 -DDST=0
> -DMAXUSERS=30 -UKERNEL ../../i386/i386/genassym.c> Syntax error: "("
>unexpected> *** Error code 2
>
>  Stop. 
>
>Anyone have/know a fix?
>
>Thanks,
>Mark
<<snip>>

This exact same error occured when I compiled a 2.1.5 kernel and the cause
of the problem for me was doing an 'options       "MAXMEM=(128*1024)"' in my
local config exactly as demonstrated in the LINT config file for the purpose
of making all 128MB of RAM available on my system.  When I changed it to
read 'options        "MAXMEM=131072"' instead, the error (of course) went
away.  It made me wonder why the example in LINT was not a valid working
example.  This could be the source of your problem too if you used the LINT
example to increase the available RAM beyond 64MB using the MAXMEM option.

Aaron out.

--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--
Aaron D. Gifford          InfoWest, 1845 W. Sunset Blvd, St. George, UT 84770
InfoWest Networking       Phone: (801) 674-0165   FAX: (801) 673-9734
<agifford@infowest.com>   Visit InfoWest at: "http://www.infowest.com/"
                 "Southern Utah's Finest Network Connection"
ICBM: 37.08N, 113.58W     PGP Pub. Key at http://www.infowest.com/a/agifford/
--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--=+=--




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