public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] arm-elf-gcc
@ 2002-07-24 14:10 Mike A
  2002-07-24 16:17 ` NavEcos
  0 siblings, 1 reply; 7+ messages in thread
From: Mike A @ 2002-07-24 14:10 UTC (permalink / raw)
  To: ecos-discuss

Hi,

Is arm-elf-gcc prebuilt tool chain for windows available on the net? If so 
please let me know the URL.

Thanks,
-Mike.

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


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

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

* Re: [ECOS] arm-elf-gcc
  2002-07-24 14:10 [ECOS] arm-elf-gcc Mike A
@ 2002-07-24 16:17 ` NavEcos
  2002-07-24 16:48   ` Mark Salter
  0 siblings, 1 reply; 7+ messages in thread
From: NavEcos @ 2002-07-24 16:17 UTC (permalink / raw)
  To: Mike A, ecos-discuss

I STRONGLY recommend that you build from source but you can probably
use the XScale development tools since XScale is an ARM compatible
chip.  You can get those from Intel.

http://www.intel.com/design/intelxscale/dev_tools/010827/

I'll build you the development tools for $200 ;)

You'll find out eventually that the gcc compiler for arm is crap, but
eCos is dependant on the g++ toolchain.   Arcc is at least twice
as fast as gcc is in terms of optimized code it produces.

-Rich

On Wednesday 24 July 2002 14:10, Mike A wrote:
> Hi,
>
> Is arm-elf-gcc prebuilt tool chain for windows available on the net? If so
> please let me know the URL.
>
> Thanks,
> -Mike.
>
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com

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

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

* Re: [ECOS] arm-elf-gcc
  2002-07-24 16:17 ` NavEcos
@ 2002-07-24 16:48   ` Mark Salter
  0 siblings, 0 replies; 7+ messages in thread
From: Mark Salter @ 2002-07-24 16:48 UTC (permalink / raw)
  To: ecos; +Cc: embeddedeng, ecos-discuss

>>>>> NavEcos  writes:

> I STRONGLY recommend that you build from source but you can probably
> use the XScale development tools since XScale is an ARM compatible
> chip.  You can get those from Intel.

> http://www.intel.com/design/intelxscale/dev_tools/010827/

I don't know if that toolchain will work reliably for non-xscale
cores. It will generate code that uses 64-bit loads and stores
and other insns that a lot of ARM cores can't handle. But a
-mcpu= flag may be sufficient to get around that particular issue.

--Mark


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

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

* Re: [ECOS] arm-elf-gcc
@ 2004-02-09 15:58 Pablo Bleyer Kocik
  0 siblings, 0 replies; 7+ messages in thread
From: Pablo Bleyer Kocik @ 2004-02-09 15:58 UTC (permalink / raw)
  To: ecos-discuss

At 12:12 2004-02-06, you wrote:
>After that I downloaded, decompressed, Configured, Installed and built
>binutils, GCC and Insight, according with:
>http://ecos.sourceware.org/tools/win-arm-elf.html.

  Marcelo, we have a recent precompiled GNU arm-elf distribution with the 
most useful features enabled at http://www.ariusdsp.com/gnuarm/. Perhaps 
you can try that.

>I Didn't understand this: This directory should be added to the head of your
>PATH.

  Add it to the windows PATH environment variable, or run "export 
PATH="[toolchain-bin-dir]:$PATH" in a shell, where [toolchain-bin-dir] is 
the bin directory of your toolchain.

  Regards.


--                /"Malgré les murs qui ensevelissent
PabloBleyerKocik / LA CROIX DU SUD
  pbleyer        / Est le seul avion qui subsiste"
   @embedded.cl / -- Aéroplane, Vicente Huidobro  


--
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] 7+ messages in thread

* Re: [ECOS] arm-elf-gcc
  2004-02-06 15:12 Marcelo
@ 2004-02-06 16:04 ` Andrew Lunn
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Lunn @ 2004-02-06 16:04 UTC (permalink / raw)
  To: Marcelo; +Cc: ecos-discuss

> So I installed Cygwin (Setup.exe, install from internet, etc....) and Ecos
> 1.3.1 from
> ftp://sources.redhat.com/pub/ecos/releases/ecos-1.3.1/eCos131.exe.

eCos 1.3.1 is very old. Too old. Try again with 2.0. Follow the
instructions at http://ecos.sourceware.org.

             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] 7+ messages in thread

* [ECOS] arm-elf-gcc
@ 2004-02-06 15:12 Marcelo
  2004-02-06 16:04 ` Andrew Lunn
  0 siblings, 1 reply; 7+ messages in thread
From: Marcelo @ 2004-02-06 15:12 UTC (permalink / raw)
  To: ecos-discuss

We are using an ATMEL AT91EB40A. We want to compile, debug, download file
image via serial (Angel) and via JTAG to FLASH or RAM.

Our host computer runs Win98.
So I installed Cygwin (Setup.exe, install from internet, etc....) and Ecos
1.3.1 from
ftp://sources.redhat.com/pub/ecos/releases/ecos-1.3.1/eCos131.exe.

After that I downloaded, decompressed, Configured, Installed and built
binutils, GCC and Insight, according with:
http://ecos.sourceware.org/tools/win-arm-elf.html.

I Didn't understand this: This directory should be added to the head of your
PATH. The eCos Configuration Tool also allows you to set the build tools
path.

So I ignored this part and started to use ecos configuration tool.

I followed the steps from: "Configuring and Building eCos from Source" but
at the Build dialog it asks me the arm-elf-gcc path. And I can't find this
file on my computer.

Did I forget any tool installation?

Please help me!

Marcelo Kenji


-- 
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] 7+ messages in thread

* Re: [ECOS] arm-elf-gcc
@ 2002-07-24 17:07 GREGHOL
  0 siblings, 0 replies; 7+ messages in thread
From: GREGHOL @ 2002-07-24 17:07 UTC (permalink / raw)
  To: Mike A, ecos-discuss


I have gcc-elf-gcc tools for 3.0.2 and 2.95.3 for 
cygwin (win98) and linux. I guess I can manage to put 
it somewhere. 

Greg
greghol@sbcglobal.net

>Hi,
>
>Is arm-elf-gcc prebuilt tool chain for windows 
available on the net? If so 
>please let me know the URL.
>
>Thanks,
>-Mike.
>
>______________________________________________________
___________
>Chat with friends online, try MSN Messenger: 
http://messenger.msn.com
>
>
>-- 
>Before posting, please read the FAQ: 
http://sources.redhat.com/fom/ecos
>and search the list archive: 
http://sources.redhat.com/ml/ecos-discuss
>

Greg


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

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

end of thread, other threads:[~2004-02-09 15:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-24 14:10 [ECOS] arm-elf-gcc Mike A
2002-07-24 16:17 ` NavEcos
2002-07-24 16:48   ` Mark Salter
2002-07-24 17:07 GREGHOL
2004-02-06 15:12 Marcelo
2004-02-06 16:04 ` Andrew Lunn
2004-02-09 15:58 Pablo Bleyer Kocik

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).