Hallo,

Here are how the two gcc have been compiled (as reported by gcc -v):

First System (where the Kernel compile works):

Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.3-3' 
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared 
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 
--program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld 
--with-tune=generic --enable-checking=release --build=i486-linux-gnu 
--host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.3 (Debian 4.3.3-3)

Second Syszem (where the Kernel compile doesn't work):
Configured with: /media/sda7/buildroot/output/toolchain/gcc-4.3.4/configure 
--prefix=/usr --build=i386-pc-linux-gnu --host=i586-linux-uclibc 
--target=i586-linux-uclibc --enable-languages=c,c++ 
--with-gxx-include-dir=/usr/include/c++ --disable-__cxa_atexit --with-gnu-ld 
--disable-libssp --enable-tls --enable-shared --disable-nls --enable-threads 
--disable-multilib --disable-decimal-float --with-arch=i586 --with-tune=i586 
--with-pkgversion='Buildroot 2010.02-git' 
--with-bugurl=http://bugs.buildroot.net/
Thread model: posix
gcc version 4.3.4 (Buildroot 2010.02-git)

What compiler options are responsible, so that I am able to compile
the Kernel also on the 2nd system.

Thank you for any answer.

B> Hello,

B> Made an Error. The first has a gcc version 4.3.3 and the second system
B> 4.3.4.

B>> Hello,

B>> I don't know if this is the right place, I beg your pardon if it isn't.

B>> I'm able to compile a plain 2.6.31.7 kernel from kernel.org on one system
B>> with a gcc version 3.4.3
B>> But it isn't possible to compile it on another system with a 3.4.4
B>> gcc.

B>> I just get this error message right after running make:

B>>   CHK     include/linux/version.h
B>>   CHK     include/linux/utsrelease.h
B>> "2.6.31.7cc1:error:unrecognizedcommandlineoption-fno-dwarf2-cfi-asm" 
exceeds 64 characters
B>> make: *** [include/linux/utsrelease.h] Error 1

B>> Where is here the problem?
B>> Has the 3.4.4 gcc been compiled with different options? If yes, what
B>> options are needed, so that I'm able to compile this linux kernel on
B>> the second system?

B>> Thank you for any answer

B>>                   Ramon


  

B>> --------------------------------------------------- 
B>> Nothing is as serious as it seems,
B>> so keep smiling ;-)


B>> --
B>> To unsubscribe from this list: send an email with
B>> "unsubscribe kernelnewbies" to [email protected]
B>> Please read the FAQ at http://kernelnewbies.org/FAQ


B> --
B> To unsubscribe from this list: send an email with
B> "unsubscribe kernelnewbies" to [email protected]
B> Please read the FAQ at http://kernelnewbies.org/FAQ


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to