> Chris Maness <[EMAIL PROTECTED]> writes:
>
>> I was trying to compile a 7.0 Release and the compile failed. I have
>> never had a kernel compilation fail before.
>>
>> Here is the last of the output:
>>
>> opt_global.h -fno-common -finline-limit=8000 --param
>> inline-unit-growth=100 --param lar
Chris Maness <[EMAIL PROTECTED]> writes:
> I was trying to compile a 7.0 Release and the compile failed. I have
> never had a kernel compilation fail before.
>
> Here is the last of the output:
>
> opt_global.h -fno-common -finline-limit=8000 --param
> inline-unit-growth=100 --param large-functio
I was trying to compile a 7.0 Release and the compile failed. I have
never had a kernel compilation fail before.
Here is the last of the output:
opt_global.h -fno-common -finline-limit=8000 --param
inline-unit-growth=100 --param large-function-growth=1000
-mno-align-long-strings -mpreferred
On 2008-03-03 13:00, Win32 Win32 <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> I tried to compile an custom kernel, and i've got a lot of errors.
> I don't know what is the problem, even when i try to compile with
> GENERIC conf file i've got same link errors. So, what should i do ?
The problem is t
Hi there,
I tried to compile an custom kernel, and i've got a lot of errors.
I don't know what is the problem, even when i try to compile with GENERIC conf
file i've got same link errors.
So, what should i do ?
Thanks for help.
#uname -a
FreeBSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19
On Nov 28, 2007 12:17 PM, Philip M. Gollucci <[EMAIL PROTECTED]> wrote:
> Schiz0 wrote:
> > On Nov 28, 2007 8:47 AM, Philip M. Gollucci <[EMAIL PROTECTED]> wrote:
> >> Schiz0 wrote:
> >>> Hey,
> >>>
> >>> I'm running FreeBSD 6.3-PRERELEASE. I recently csuped the source code
> >>> (src-all) and buil
Schiz0 wrote:
> On Nov 28, 2007 8:47 AM, Philip M. Gollucci <[EMAIL PROTECTED]> wrote:
>> Schiz0 wrote:
>>> Hey,
>>>
>>> I'm running FreeBSD 6.3-PRERELEASE. I recently csuped the source code
>>> (src-all) and built world.
>>> I then tried to "make buildkernel", and it ran for a little while,
>>> th
On Nov 28, 2007 8:47 AM, Philip M. Gollucci <[EMAIL PROTECTED]> wrote:
> Schiz0 wrote:
> > Hey,
> >
> > I'm running FreeBSD 6.3-PRERELEASE. I recently csuped the source code
> > (src-all) and built world.
> > I then tried to "make buildkernel", and it ran for a little while,
> > then gave the follo
Schiz0 wrote:
> Hey,
>
> I'm running FreeBSD 6.3-PRERELEASE. I recently csuped the source code
> (src-all) and built world.
> I then tried to "make buildkernel", and it ran for a little while,
> then gave the following error and stopped:
>
> http://schiz0.securityexploits.com/make.buildkernel.out
Hey,
I'm running FreeBSD 6.3-PRERELEASE. I recently csuped the source code
(src-all) and built world.
I then tried to "make buildkernel", and it ran for a little while,
then gave the following error and stopped:
http://schiz0.securityexploits.com/make.buildkernel.out
The error is at the bottom -
Peter Miller <[EMAIL PROTECTED]> writes:
> I'm running a clean install of the freebsd 5.4 and i'm
> building a new kernel with usb 2.0 support but i'm
> getting the following error after typing make depend.
Go back to the GENERIC kernel. Change a small number of things at a
time until you have f
Sorry, i wasn't too clear. The only thing I changed
to the config was the addition of the usb2 support. I
had tried compiling the generic kernel which didn't
work either. The good news is that I installed and
ran cvsup and used the 2nd compile method in the
handbook (after running make clean) an
I'm running a clean install of the freebsd 5.4 and i'm
building a new kernel with usb 2.0 support but i'm
getting the following error after typing make depend.
basement# make depend
rm -f .olddep
if [ -f .depend ]; then mv .depend .olddep; fi
make _kernel-depend
cc -c -O -pipe -Wall -Wredundant-de
* Brian Bobowski <[EMAIL PROTECTED]> [1134 14:34]:
> Joshua Lokken wrote:
>
> >>On Fri, Nov 26, 2004 at 04:03:52PM +0900, Rob wrote:
> >>
> >>
> >>>Matt Emmerton wrote:
> >>>
> >>>
> >>>Having such a mechanism, would prevent lots of beginners in the
> >>>kernel compiling stuff, to get frus
On Fri, 26 Nov 2004 09:32:08 -0500, Brian Bobowski <[EMAIL PROTECTED]> wrote:
> Joshua Lokken wrote:
>
> >>On Fri, Nov 26, 2004 at 04:03:52PM +0900, Rob wrote:
> >>
> >>
> >>>Matt Emmerton wrote:
> >>>
> >>>
> >>>Having such a mechanism, would prevent lots of beginners in the
> >>>kernel compiling
Joshua Lokken wrote:
On Fri, Nov 26, 2004 at 04:03:52PM +0900, Rob wrote:
Matt Emmerton wrote:
Having such a mechanism, would prevent lots of beginners in the
kernel compiling stuff, to get frustrated with errors like above.
Also, as you see, it's well-documented in the kernel co
> On Fri, Nov 26, 2004 at 04:03:52PM +0900, Rob wrote:
> > Matt Emmerton wrote:
> > >>/usr/src/sys/pci/if_rl.c:122:23: miibus_if.h: No such file or directory
> > >>mkdep: compile failed
> > >
> > >
> > >You need "device miibus" in your kernel config if you want to use "device
> > >rl".
> > Having s
On Fri, Nov 26, 2004 at 04:03:52PM +0900, Rob wrote:
> Matt Emmerton wrote:
> >
> >>/usr/src/sys/dev/usb/if_rue.c:104:23: miibus_if.h: No such file or
> >
> >directory
> >
> >>/usr/src/sys/pci/if_rl.c:122:23: miibus_if.h: No such file or directory
> >>mkdep: compile failed
> >
> >
> >You need "devi
Matt Emmerton wrote:
/usr/src/sys/dev/usb/if_rue.c:104:23: miibus_if.h: No such file or
directory
/usr/src/sys/pci/if_rl.c:122:23: miibus_if.h: No such file or directory
mkdep: compile failed
You need "device miibus" in your kernel config if you want to use "device
rl".
I always wonder why there
> /usr/src/sys/dev/usb/if_rue.c:104:23: miibus_if.h: No such file or
directory
> /usr/src/sys/pci/if_rl.c:122:23: miibus_if.h: No such file or directory
> mkdep: compile failed
You need "device miibus" in your kernel config if you want to use "device
rl".
# PCI Ethernet NICs that use the comm
/usr/src/sys/dev/usb/if_rue.c:104:23: miibus_if.h: No such file or directory
/usr/src/sys/pci/if_rl.c:122:23: miibus_if.h: No such file or directory
mkdep: compile failed
*** Error code 1
Stop in /usr/obj/usr/src/sys/gert.
*** Error code 1
Stop in /usr/obj/usr/src/sys/gert.
*** Error code 1
Stop
Not 100% sure, but you don't have a keyboard device in your kernel
(device atkbdc0). I figure if you're compiling in a console (sc0),
that you'll need at least atkbdc0.
Ryan <[EMAIL PROTECTED]> wrote:
> bash-2.05b# make buildkernel KERNCONF=POTL
>
>
bash-2.05b# make buildkernel KERNCONF=POTL
--
>>> Kernel build for POTL started on Mon Aug 9 09:07:24 EST 2004
--
===> POTL
Skiping To The End
cc -c -O -pipe -march=pe
[CC'd to -questions so that it gets archived]
On Sunday 29 February 2004 04:56, you wrote:
> > Never run "make world" literally. Run make buildworld, make kernel, make
> > installworld, mergemaster.
> >
> >> Or is it possible that my GENERIC file is wrong?
> >
> > Yes, you edited too much out. Thi
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Danny Pansters
Verzonden: zondag 29 februari 2004 2:31
Aan: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Onderwerp: Re: kernel compile error
On Sunday 29 February 2004 01:52, [EMAIL PROTECTED] wrote:
> Im kinda new at t
newcomers on the
hackerscene
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Danny Pansters
Verzonden: zondag 29 februari 2004 2:33
Aan: [EMAIL PROTECTED]
Onderwerp: Re: kernel compile error
On Sunday 29 February 2004 01:39, Remko Lodder wrote:
> Hi dude,
>
On Sunday 29 February 2004 01:39, Remko Lodder wrote:
> Hi dude,
>
> It's not harmfull to replay the whole process,
> The way i do it is go to the dir
>
> cd /usr/src/sys/i386/conf/
> edit the GENERIC file,
> cd ../compile/GENERIC
> make clean && make depend && make && make install
> the && makes s
On Sunday 29 February 2004 01:52, [EMAIL PROTECTED] wrote:
> Im kinda new at this and
>
> I was compiling my kernel on my Dell Inspiron600m running FreeBSD 5.2
> RELEASE when I just remembered[after taking a nap] that I did
>
> #make buildkernel KERNCONF=GENERIC
If you build your own kernel, you s
community for helping newcomers on the
hackerscene
mrtg.grunn.org Dutch mirror of MRTG
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Verzonden: zondag 29 februari 2004 2:16
Aan: Remko Lodder
CC: [EMAIL PROTECTED]
Onderwerp: RE: kernel compile error
the only
the only problem though with doing it all again is it takes so many hours!!
especialy downloading and make world
is there something i should do before the process to make a backup before
starting? so instead of downloading from the
should i tar the whole /usr/src?
what do you think about this?
004 1:53
Aan: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Onderwerp: kernel compile error
Im kinda new at this and
I was compiling my kernel on my Dell Inspiron600m running FreeBSD 5.2
RELEASE when I just remembered[after taking a nap] that I did
#make buildkernel KERNCONF=GENERIC
Im kinda new at this and
I was compiling my kernel on my Dell Inspiron600m running FreeBSD 5.2
RELEASE when I just remembered[after taking a nap] that I did
#make buildkernel KERNCONF=GENERIC
and I forgot to edit the /usr/src/sys/i386/conf/GENERIC file before
running the process.
anyway, the #m
On Thu, 1 Jan 2004, Philip M. Gollucci wrote:
> vegeta# cd /usr/share/example/cvsup
> vegeta# cvsup -g -L2 standard-supfile
Did you check the standard-supfile before using it? You may have gotten
source that you didn't think you did. In general you should copy this to a
different location and edi
On Thu, 2004-01-01 at 22:43, Philip M. Gollucci wrote:
> vegeta# cd /usr/share/example/cvsup
> vegeta# cvsup -g -L2 standard-supfile
> vegeta# cd /usr/src/sys/i386/conf
> vegeta# config VEGETA
> vegeta# cd ../compile/VEGETA
> vegeta# make depend
> vegeta# make
I would recommend trying the "officia
vegeta# cd /usr/share/example/cvsup
vegeta# cvsup -g -L2 standard-supfile
vegeta# cd /usr/src/sys/i386/conf
vegeta# config VEGETA
vegeta# cd ../compile/VEGETA
vegeta# make depend
vegeta# make
[lots of output snipped]
linking kernel
if_em.o: In function `em_process_receive_interrupts':
if_em.o(.text
On Friday, Sep 19, 2003, at 17:04 US/Eastern, Barry C.Hawkins wrote:
List,
I am trying to build a kernel using a copy of GENERIC for RELENG_5_1.
I have CVSuped by source tree prior to copying /usr/src/conf/GENERIC.
I initially disabled the all RAID devices, so I started with a fresh
copy of
List,
I am trying to build a kernel using a copy of GENERIC for RELENG_5_1.
I have CVSuped by source tree prior to copying /usr/src/conf/GENERIC.
I initially disabled the all RAID devices, so I started with a fresh
copy of GENERIC. That was recommended once in the list archives for
what see
On Sat, Jul 26, 2003 at 12:53:34AM +0200, A. Gillissen wrote:
> Hi,
>
> While I was builing a custom kernel the following error occured during the
> "make depend" (FreeBSD 5.0 RELEASE):
Sounds like you don't have a consistent source tree.
Kris
pgp0.pgp
Description: PGP signature
Hi,
While I was builing a custom kernel the following error occured during the
"make depend" (FreeBSD 5.0 RELEASE):
--
mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev
-I@/../in
clude -I/usr/include /usr/src/sys/modules/aha/../../dev/aha/aha.c
/usr/src/sys/m
On Sat, 5 Jul 2003 Mihail <[EMAIL PROTECTED]> wrote:
Hi,
While building a custom kernel "make" failed with this error:
cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual -fformat-extensions -s
I am trying to compile a kernel under 4.8.
I copied GENERIC to STANDISH in the /usr/src/sys/i386/conf dir
when I run "make buildkernel KERNCONF=STANDISH" I get the following
error?
linking kernel
/usr/libexec/elf/ld: BFD 2.12.1 [FreeBSD] 2002-07-20 assertion fail
/usr/src/gnu/usr.bin/binutils/lib
41 matches
Mail list logo