Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2001 13:35:10 -0800 (PST)
From:      Matt Dillon <dillon@earth.backplane.com>
To:        Tim Zingelman <zingelman@fnal.gov>
Cc:        <freebsd-stable@FreeBSD.ORG>
Subject:   Re: can't build 4.3-BETA GENERIC kernel with -g
Message-ID:  <200103152135.f2FLZA747194@earth.backplane.com>
References:   <Pine.GSO.4.30.0103150130550.15302-100000@nova.fnal.gov>

next in thread | previous in thread | raw e-mail | index | archive | help
:It turns out the problem has to do with my having removed the -O from
:either CFLAGS or COPTFLAGS.
:
:I built & installed world/kernel with -O -pipe, then later tried to make
:kernel with just -pipe and it failed (with or without debug)... I guess if
:I buildworld with -O I must build my kernel with -O.  Is there any problem
:getting info out of a crashdump if the kernel is compiled -O (along with -g)
:
:Now that I've restored the -O, a debug GENERIC builds just fine.  I had no
:idea that I could not mix -O and non -O code... sorry about that.
:
:  - Tim

    You have to compile the kernel with at least -O or all the static 
    __inline's will generate all sorts of warnings and errors.

					-Matt


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




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