linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ixp4xx_defconfig
@ 2006-01-11 20:03 akennedy
  2006-01-11 21:20 ` ixp4xx_defconfig Willy Tarreau
  0 siblings, 1 reply; 2+ messages in thread
From: akennedy @ 2006-01-11 20:03 UTC (permalink / raw)
  To: linux-kernel

Please CC me :shameful: as I'm not part of the list.

Please forgive if this has already been asked (I did look and couldn't
find the answer).

I have a fresh install of 2.6.15, patched with 2.6.15-git6, edited the
top-level make file and changed the ARCH ?= <blah> to ARCH = arm

I then issue the following commands
make ixp4xx_defconfig
make

and I get the following:
  CHK     include/linux/version.h
  UPD     include/linux/version.h
  SPLIT   include/linux/autoconf.h -> include/config/*
  SYMLINK include/asm-arm/arch -> include/asm-arm/arch-ixp4xx
  Generating include/asm-arm/mach-types.h
  SYMLINK include/asm -> include/asm-arm
  CC      arch/arm/kernel/asm-offsets.s
cc1: error: invalid option `big-endian'
cc1: error: invalid option `apcs'
cc1: error: invalid option `no-sched-prolog'
cc1: error: invalid option `abi=apcs-gnu'
cc1: error: invalid option `tune=strongarm110'
cc1: error: bad value (armv4) for -march= switch
cc1: error: bad value (armv4) for -mcpu= switch
make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2

I'm sure that I'm not doing something easy, but I'm a virgin to Embedded
systems.

Sorry for the post, I know you guys have more to do than answer
questions
for embedded newbies.

Thanks in advance for any assistance you can offer.

Andy Kennedy
Sr. Programmer
Technical Monitoring Research Inc.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ixp4xx_defconfig
  2006-01-11 20:03 ixp4xx_defconfig akennedy
@ 2006-01-11 21:20 ` Willy Tarreau
  0 siblings, 0 replies; 2+ messages in thread
From: Willy Tarreau @ 2006-01-11 21:20 UTC (permalink / raw)
  To: akennedy; +Cc: linux-kernel

On Wed, Jan 11, 2006 at 01:03:42PM -0700, akennedy@techmoninc.com wrote:
> Please CC me :shameful: as I'm not part of the list.
> 
> Please forgive if this has already been asked (I did look and couldn't
> find the answer).
> 
> I have a fresh install of 2.6.15, patched with 2.6.15-git6, edited the
> top-level make file and changed the ARCH ?= <blah> to ARCH = arm
> 
> I then issue the following commands
> make ixp4xx_defconfig
> make
> 
> and I get the following:
>   CHK     include/linux/version.h
>   UPD     include/linux/version.h
>   SPLIT   include/linux/autoconf.h -> include/config/*
>   SYMLINK include/asm-arm/arch -> include/asm-arm/arch-ixp4xx
>   Generating include/asm-arm/mach-types.h
>   SYMLINK include/asm -> include/asm-arm
>   CC      arch/arm/kernel/asm-offsets.s
> cc1: error: invalid option `big-endian'
> cc1: error: invalid option `apcs'
> cc1: error: invalid option `no-sched-prolog'
> cc1: error: invalid option `abi=apcs-gnu'
> cc1: error: invalid option `tune=strongarm110'
> cc1: error: bad value (armv4) for -march= switch
> cc1: error: bad value (armv4) for -mcpu= switch
> make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1
> make: *** [prepare0] Error 2
> 
> I'm sure that I'm not doing something easy, but I'm a virgin to Embedded
> systems.

I suspect that you did not change your CC variable to point to your
ARM toolchain. This is generally what causes gcc to complain about
invalid options.

> Sorry for the post, I know you guys have more to do than answer
> questions
> for embedded newbies.
> 
> Thanks in advance for any assistance you can offer.
> 
> Andy Kennedy
> Sr. Programmer
> Technical Monitoring Research Inc.

Regards,
Willy


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-11 21:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-11 20:03 ixp4xx_defconfig akennedy
2006-01-11 21:20 ` ixp4xx_defconfig Willy Tarreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).