ARM EABI Kernel Feature

2007-08-27 Thread John Sample
Has anyone seen the following error when compiling the git kernel (using the MontaVista gcc cross compiler)?: arch/arm/kernel/asm-offsets.c:1: error: invalid ABI option: -mabi=aapcs-linux I get it if I enable the following config option under "Kernel Features": Use the ARM EABI to compile the kern

Re: ARM EABI Kernel Feature

2007-08-27 Thread Kevin Hilman
John Sample wrote: > Has anyone seen the following error when compiling the git kernel (using > the MontaVista gcc cross compiler)?: > arch/arm/kernel/asm-offsets.c:1: error: invalid ABI option: > -mabi=aapcs-linux What is your gcc version? Older gcc versions had a different name for this option.

Re: ARM EABI Kernel Feature

2007-08-27 Thread John Sample
I'm using the 3.4.3 version that came with the DVEVM software. I tried changing the -mabi=aapcs-linux to -mabi=aapcs, but then I get the following error: HOSTCC scripts/mod/file2alias.o fixdep: scripts/mod/.file2alias.o.d: No such file or directory Which confuses me because there is a .file2alia

Re: ARM EABI Kernel Feature

2007-08-27 Thread Dirk Behme
John Sample wrote: I'm using the 3.4.3 version that came with the DVEVM software. I tried changing the -mabi=aapcs-linux to -mabi=aapcs, but then I get the following error: HOSTCC scripts/mod/file2alias.o fixdep: scripts/mod/.file2alias.o.d: No such file or directory Which confuses me beca

Re: ARM EABI Kernel Feature

2007-08-27 Thread John Sample
Well I tried a make distclean and now I can't do anything - I get this error everytime: HOSTCC scripts/basic/fixdep /bin/sh: scripts/basic/fixdep: No such file or directory Is make distclean supposed to remove those scripts? On 8/27/07, Dirk Behme <[EMAIL PROTECTED]> wrote: > > John Sample wrote

Re: ARM EABI Kernel Feature

2007-08-27 Thread Dirk Behme
John Sample wrote: Well I tried a make distclean and now I can't do anything - I get this error everytime: HOSTCC scripts/basic/fixdep /bin/sh: scripts/basic/fixdep: No such file or directory Is make distclean supposed to remove those scripts? Sounds that anything is totally broken in your k