Actions

icon Post
text/html Subscribe
text/html Unsubscribe

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

Re: [arm-gnu] Problem compiling gcc for the ARM tool chain with Cygwin


  • To: arm-gnu@xxxxxxxxxxxxxxxx
  • Subject: Re: [arm-gnu] Problem compiling gcc for the ARM tool chain with Cygwin
  • From: Paul Brook <paul@xxxxxxxxxxxxxxxx>
  • Date: Mon, 11 Oct 2004 18:03:25 +0100

On Monday 11 October 2004 17:42, Ulpiano-XID, Jean wrote:

> binutils-2.11.2 which compiled fine.
>
> Then I wanted to compile a gcc bootstrap
>
> I untarred gcc-2.95.3 then I:

This list is intended for problems with CodeSourcery supplied arm toolchains. 
For problems with toolchains obtained from other sources you should contact 
whoever supplied them.

The versions you mension are very old. They probably contain many bugs already 
fixed in later versions.

I recommend you try the precompiled packages available from
http://www.codesourcery.com/gnu_toolchains/arm.html

My guess is that gcc is using the native assembler, not the arm cross as. You 
probably need to configure both binutils and gcc with the same --prefix.

Paul