public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Recommended Version of GCC
@ 2006-05-11 16:31 Moussa A. Ba
  2006-05-11 16:47 ` Andrew Lunn
  2006-05-12  9:10 ` Birahim Larou Fall
  0 siblings, 2 replies; 4+ messages in thread
From: Moussa A. Ba @ 2006-05-11 16:31 UTC (permalink / raw)
  To: ecos-discuss

I am about to port ecos to an Oki eval board, ARM7TDMI, which version of 
GCC do you recommend I use.  Should I just use the one distributed from 
the stable ecos release or can I use a more recent version from 
www.gnuarm.com or codesourcery.com

Moussa

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] Recommended Version of GCC
  2006-05-11 16:31 [ECOS] Recommended Version of GCC Moussa A. Ba
@ 2006-05-11 16:47 ` Andrew Lunn
  2006-05-12  9:10 ` Birahim Larou Fall
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Lunn @ 2006-05-11 16:47 UTC (permalink / raw)
  To: Moussa A. Ba; +Cc: ecos-discuss

On Thu, May 11, 2006 at 12:29:26PM -0400, Moussa A. Ba wrote:
> I am about to port ecos to an Oki eval board, ARM7TDMI, which version of 
> GCC do you recommend I use.  Should I just use the one distributed from 
> the stable ecos release or can I use a more recent version from 
> www.gnuarm.com or codesourcery.com

The version you can download from the eCos site is known to work
well. All the eCos tests have been carried out with it. 

Newer verrsions of gcc have not been tested in the same way. However
users do use the newer versions of gcc and have not reported problems.

So the choice is yours.....

   Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] Recommended Version of GCC
  2006-05-11 16:31 [ECOS] Recommended Version of GCC Moussa A. Ba
  2006-05-11 16:47 ` Andrew Lunn
@ 2006-05-12  9:10 ` Birahim Larou Fall
  1 sibling, 0 replies; 4+ messages in thread
From: Birahim Larou Fall @ 2006-05-12  9:10 UTC (permalink / raw)
  To: Moussa A. Ba; +Cc: ecos-discuss

I use this version (gcc 3.4.3) for ARM7TDMI and ARM9TDMI:
$ arm-elf-gcc --version
arm-elf-gcc (GCC) 3.4.3
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. 
I have no problem with this version. May be you can find better.

Fall Birahim




"Moussa A. Ba" <mba@embedded-zone.com> 
Sent by: ecos-discuss-owner@ecos.sourceware.org
11/05/2006 18:29

To
ecos-discuss@ecos.sourceware.org
cc

Subject
[ECOS] Recommended Version of GCC






I am about to port ecos to an Oki eval board, ARM7TDMI, which version of 
GCC do you recommend I use.  Should I just use the one distributed from 
the stable ecos release or can I use a more recent version from 
www.gnuarm.com or codesourcery.com

Moussa

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss




-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* RE: [ECOS] Recommended Version of GCC
@ 2006-05-12 16:53 Jay Foster
  0 siblings, 0 replies; 4+ messages in thread
From: Jay Foster @ 2006-05-12 16:53 UTC (permalink / raw)
  To: 'Birahim Larou Fall', Moussa A. Ba; +Cc: ecos-discuss

For what it's worth, I too am using gcc 3.4.3 for ARM7TDMI.  I switched from
3.2.1 because 3.2.1 had a bug that generated incorrect ARM code.  I forget
the details now.  Inlining also works with 3.4.3.

Jay

-----Original Message-----
From: Birahim Larou Fall [mailto:BLFall@scmmicro.fr]
Sent: Friday, May 12, 2006 2:05 AM
To: Moussa A. Ba
Cc: ecos-discuss@ecos.sourceware.org
Subject: Re: [ECOS] Recommended Version of GCC


I use this version (gcc 3.4.3) for ARM7TDMI and ARM9TDMI:
$ arm-elf-gcc --version
arm-elf-gcc (GCC) 3.4.3
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. 
I have no problem with this version. May be you can find better.

Fall Birahim




"Moussa A. Ba" <mba@embedded-zone.com> 
Sent by: ecos-discuss-owner@ecos.sourceware.org
11/05/2006 18:29

To
ecos-discuss@ecos.sourceware.org
cc

Subject
[ECOS] Recommended Version of GCC






I am about to port ecos to an Oki eval board, ARM7TDMI, which version of 
GCC do you recommend I use.  Should I just use the one distributed from 
the stable ecos release or can I use a more recent version from 
www.gnuarm.com or codesourcery.com

Moussa

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss




-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

end of thread, other threads:[~2006-05-12 16:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-11 16:31 [ECOS] Recommended Version of GCC Moussa A. Ba
2006-05-11 16:47 ` Andrew Lunn
2006-05-12  9:10 ` Birahim Larou Fall
2006-05-12 16:53 Jay Foster

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 read-only IMAP folder(s) and NNTP newsgroup(s).