[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: wheezy and gcc 4.3 (and maybe 4.5)



Le 02/12/2012 14:20, Ben Hutchings a écrit :

This is related to a binutils change, not gcc.  This particular instance
was fixed by:

OK. I fixed it.

Now I am facing all the possible errors I could have. Thanks to internet I could solve some (see below), but then I am facing more errors:

Error #1:
gcc: error: unrecognized command line option '-m'
gcc: error: elf_x86_64: No such file or directory
  VDSO    arch/x86/vdso/vdso32-int80.so.dbg
gcc: error: unrecognized command line option '-m'
gcc: error: elf_i386: No such file or directory
  VDSO    arch/x86/vdso/vdso32-syscall.so.dbg
gcc: error: unrecognized command line option '-m'
gcc: error: elf_i386: No such file or directory
  VDSO    arch/x86/vdso/vdso32-sysenter.so.dbg
gcc: error: unrecognized command line option '-m'
gcc: error: elf_i386: No such file or directory
  VDSOSYM arch/x86/vdso/vdso-syms.lds
nm: 'arch/x86/vdso/vdso.so.dbg': No such file
  VDSOSYM arch/x86/vdso/vdso32-int80-syms.lds
nm: 'arch/x86/vdso/vdso32-int80.so.dbg': No such file
  VDSOSYM arch/x86/vdso/vdso32-syscall-syms.lds
nm: 'arch/x86/vdso/vdso32-syscall.so.dbg': No such file
  VDSOSYM arch/x86/vdso/vdso32-sysenter-syms.lds
nm: 'arch/x86/vdso/vdso32-sysenter.so.dbg': No such file
  OBJCOPY arch/x86/vdso/vdso.so
objcopy: 'arch/x86/vdso/vdso.so.dbg': No such file

I was able to solve this one by modifying a Makefile.

Error #2:
In file included from drivers/net/igbvf/ethtool.c:36:0:
drivers/net/igbvf/igbvf.h:129:15: error: duplicate member 'page'

How can this one be solved ?

Note: With all the errors I am facing, I was wondering if I am really compiling kernels with gcc 4.4, so I modified the main Makefile so that the used compiler is really gcc-4.4 and I had the same results.


Reply to: