Re: kernel source and gcc

2006-04-13 Thread Andrew Sackville-West
On Thu, Apr 13, 2006 at 01:36:55PM -0700, tom arnall wrote: > > I am in the middle of getting the madwifi driver to work for a d-link > wireless > card. In the course of doing the make for the wifi driver, I encountered the > following error: > > make[2]: Entering directory `/usr/src/ker

kernel source and gcc

2006-04-13 Thread tom arnall
I am in the middle of getting the madwifi driver to work for a d-link wireless card. In the course of doing the make for the wifi driver, I encountered the following error: make[2]: Entering directory `/usr/src/kernel-headers-2.6.8-2-386' CC [M] /home/kloro/linux/madwifi-ng/a

Re: kernel source and gcc-4.0

2005-08-31 Thread Jerome BENOIT
Elimar Riesebieter wrote: On Wed, 31 Aug 2005 the mental interface of Jerome BENOIT told: Hello, [...] As a matter of fact, I had swich them off to avoid errors: for the stream, I have just checked them back and tried to build: I get Please ignore the warning about overriding and ignori

Re: kernel source and gcc-4.0

2005-08-31 Thread Elimar Riesebieter
On Wed, 31 Aug 2005 the mental interface of Jerome BENOIT told: > Hello, [...] > As a matter of fact, I had swich them off to avoid errors: > for the stream, I have just checked them back and tried to build: I get > > Please ignore the warning about overriding and ignoring targets above. Do a ma

Re: kernel source and gcc-4.0

2005-08-31 Thread Jerome BENOIT
Hello, Elimar Riesebieter wrote: On Wed, 31 Aug 2005 the mental interface of Jerome BENOIT told: Hello, I get: test -f stamp-configure || /usr/bin/make -f /usr/share/kernel-package/rules configure /usr/bin/make EXTRAVERSION=-bi8k ARCH=i386 \ bzImage make[1]: Enterin

Re: kernel source and gcc-4.0

2005-08-31 Thread Elimar Riesebieter
On Wed, 31 Aug 2005 the mental interface of Jerome BENOIT told: > Hello, > > I get: > > test -f stamp-configure || /usr/bin/make -f /usr/share/kernel-package/rules > configure > /usr/bin/make EXTRAVERSION=-bi8k ARCH=i386 \ > bzImage > make[1]: Entering directory `/usr/loca

Re: kernel source and gcc-4.0

2005-08-31 Thread Jerome BENOIT
Hello, I get: test -f stamp-configure || /usr/bin/make -f /usr/share/kernel-package/rules configure /usr/bin/make EXTRAVERSION=-bi8k ARCH=i386 \ bzImage make[1]: Entering directory `/usr/local/src/kernel-source-2.6.11-bi8k' CHK include/linux/version.h make[2]: `arch/i

Re: kernel source and gcc-4.0

2005-08-31 Thread Elimar Riesebieter
On Wed, 31 Aug 2005 the mental interface of Jerome BENOIT told: > Hello, > > thanks for the trick. > > I have just tried it, > but unfortunately I still get the same error messages: > the problem is somewhere else. ^^ This is a unknown error message. What are the re

Re: kernel source and gcc-4.0

2005-08-30 Thread Jerome BENOIT
Hello, thanks for the trick. I have just tried it, but unfortunately I still get the same error messages: the problem is somewhere else. Jerome Elimar Riesebieter wrote: On Wed, 31 Aug 2005 the mental interface of Elimar Riesebieter told: On Mon, 29 Aug 2005 the mental interface of Jerom

Re: kernel source and gcc-4.0

2005-08-30 Thread Elimar Riesebieter
On Wed, 31 Aug 2005 the mental interface of Elimar Riesebieter told: > On Mon, 29 Aug 2005 the mental interface of > Jerome BENOIT told: > > > Hello List, > > > > I have jsut tried to build a kernel 2.6.11 with make-kernel on the daily > > update > > Etch box: > > while I could do a few weeks

Re: kernel source and gcc-4.0

2005-08-30 Thread Elimar Riesebieter
On Mon, 29 Aug 2005 the mental interface of Jerome BENOIT told: > Hello List, > > I have jsut tried to build a kernel 2.6.11 with make-kernel on the daily > update > Etch box: > while I could do a few weeks ago it without difficulty, > I get now error messages: I suspected that > gcc-4.0 finds

Re: kernel source and gcc-4.0

2005-08-30 Thread Joel Peter William Pitt
>From the make-kpkg manual page: "You may control which version of gcc used in kernel compilation by setting the Makefile variables CC and HOSTCC in the top level kernel Makefile. You can do this simply by % MAKEFLAGS="CC=gcc-2.95" make-kpkg ... " Cheers, JoelOn 8/30/05, Jerome BENOIT

Re: kernel source and gcc-4.0

2005-08-30 Thread Jerome BENOIT
Hello, thanks for your reply: finally I built a 2.6.12.6 kernel with with gcc-4.0 . As a matter of fact, I do not know how to proceed to build a kernel with make-kpkg and a non-default gcc compiler: I had tried export HOSTCC=gcc-3.4 export HOSTCXX=g++-3.4 export CC=gcc-3.4 export CXX=g++-3.4

Re: kernel source and gcc-4.0

2005-08-29 Thread Joel Peter William Pitt
On 8/29/05, Jerome BENOIT <[EMAIL PROTECTED]> wrote: Hello List,I have jsut tried to build a kernel 2.6.11 with make-kernel on the daily update Etch box:while I could do a few weeks ago it without difficulty,I get now error messages: I suspected thatgcc-4.0 finds code errors where gcc-3.x finds no

Re: kernel source and gcc-4.0

2005-08-29 Thread Marc Wilson
On Mon, Aug 29, 2005 at 11:53:36PM +0100, Jerome BENOIT wrote: > while I could do a few weeks ago it without difficulty, I get now error > messages: I suspected that gcc-4.0 finds code errors where gcc-3.x finds > nothing. Why don't you use gcc 3.x, then? -- Marc Wilson | A wise man can see

kernel source and gcc-4.0

2005-08-29 Thread Jerome BENOIT
Hello List, I have jsut tried to build a kernel 2.6.11 with make-kernel on the daily update Etch box: while I could do a few weeks ago it without difficulty, I get now error messages: I suspected that gcc-4.0 finds code errors where gcc-3.x finds nothing. Is it right ? Is there a work around ?