Date: Mon, 2 Aug 2004 11:45:04 +0400 From: "Yuriy Tsibizov" <Yuriy.Tsibizov@gfk.ru> To: "Dan Cojocar" <dan.cojocar@gmail.com> Cc: freebsd-current@freebsd.org Subject: Unable to build new kernel with old gcc (WAS: RE: Buildkernel+ALTQ error) Message-ID: <C192C8912E798F4399668791C896519067505C@mx.hhp.local>
index | next in thread | raw e-mail
You are building new kernel with old (Gcc 3.3.3) gcc that does not support this flags. You have to go back to rev. 1.54 of sys/conf/kern.pre.mk to build your kernel with gcc 3.3.3. > -----Original Message----- > From: Dan Cojocar [mailto:dan.cojocar@gmail.com] > Sent: Monday, August 02, 2004 11:35 AM > To: Max Laier > Cc: freebsd-current@freebsd.org > Subject: Re: Buildkernel+ALTQ error > > > Hello, > > Sorry for this delay, but i was offline :( > > I made a cvsup today, and now i get another error: > > cc -c -O -pipe -march=athlon-xp -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g > -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica > -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter > -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath > -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm > -D_KERNEL -include opt_global.h -finline-limit=8000 --param > inline-unit-growth=100 --param large-function-growth=1000 > -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding > /usr/src/sys/i386/i386/genassym.c > cc1: error: invalid parameter `inline-unit-growth' > cc1: error: invalid parameter `large-function-growth' > *** Error code 1 > > > On Sat, 31 Jul 2004 04:06:36 +0200, Max Laier > <max@love2party.net> wrote: > > On Thursday 29 July 2004 15:57, you wrote: > > > Hello, > > > > > > I get the following error when building kernel with altq: > > > > Haven't heard back from you and couldn't reproduce either. > Is it safe to > > assert is was a temporary problem with your > buildenvironment due to the gcc > > 3.4 update? Please give me a ping if it is persistent, though. > > > > > > > > -- > > /"\ Best regards, | mlaier@freebsd.org > > \ / Max Laier | ICQ #67774661 > > X http://pf4freebsd.love2party.net/ | mlaier@EFnet > > / \ ASCII Ribbon Campaign | Against HTML Mail and News > > > > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" > >help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C192C8912E798F4399668791C896519067505C>
