compile new kernel; network drivers for Broadcom BCM5761e

2009-04-03 Thread Sven Geipel
Hello, since two days I unsuccessful try to compile a new kernel. We got some new laptops with BCM5761e nics and these are not detected by my old 4.6 boot kernel. I tried to compile with ubuntu 8.04, 8.10 and fedora 10 with no success at all. Compile always exit with error: > collect2: ld return

Re: compile new kernel; network drivers for Broadcom BCM5761e

2009-04-03 Thread Mario Gzuk
Hi, the best way is to get an "fresh and clean" i386 environment to build: debootstrap --variant=buildd --arch i386 intrepid /var/tmp/build-root/ \ http://archive.ubuntu.com/ubuntu/ After that chroot into this environment: chroot /var/tmp/build-root/ su - On 64bit systmes you should: linux32 ch

Re: compile new kernel; network drivers for Broadcom BCM5761e

2009-04-03 Thread Sven Geipel
Mario Gzuk wrote, On 03.04.2009 09:42: > Hi, > the best way is to get an "fresh and clean" i386 environment to build: > > debootstrap --variant=buildd --arch i386 intrepid /var/tmp/build-root/ \ > http://archive.ubuntu.com/ubuntu/ > > After that chroot into this environment: > chroot /var/tmp/buil

Re: compile new kernel; network drivers for Broadcom BCM5761e

2009-04-03 Thread Mario Gzuk
Hi Sven, > Hi Mario, > > I followed your instructions and got a error message again. Here a > little bit more text :-) Seems to be something wrong with limits.h: > >> ../include/limits.h:125:26: error: limits.h: No such file or directory can you post your section of the Makefile which builds th

Re: compile new kernel; network drivers for Broadcom BCM5761e

2009-04-03 Thread Sven Geipel
Mario Gzuk wrote, On 03.04.2009 11:36: > > can you post your section of the Makefile which builds the glibc? > > from: > ## glibc > build-$(glibc)/libc.s > to: > $(call copy_lib, build-$(glibc)/libc.so, stage1/lib/libc.so) Hi Mario, here it comes: > ## glibc > # Configure switches cheerfully s