Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Thread

GNU ARM Frontend (IDE)

GNU ARM Frontend (IDE)

2006-01-25 by Felipe Fontoura

Hi,

would like to know if exists some IDE of development for GNU ARM
(WinARM or GNU Toolchain)?

Grateful to all

--
Felipe Fontoura - Brazil
Linux user: #281076

Re: GNU ARM Frontend (IDE)

2006-01-25 by rtstofer

Sure, just follow the tutorial here: http://tinyurl.com/camje

Richard

--- In lpc2000@yahoogroups.com, Felipe Fontoura <ffontouras@g...> 
wrote:
Show quoted textHide quoted text
>
> Hi,
> 
> would like to know if exists some IDE of development for GNU ARM
> (WinARM or GNU Toolchain)?
> 
> Grateful to all
> 
> --
> Felipe Fontoura - Brazil
> Linux user: #281076
>

Re: GNU ARM Frontend (IDE)

2006-01-25 by ntfreak2000

The only ones i know of are RIDE www.raisonnace.com which uses 
GNUARM and Anglia www.anglia.com/columbus

One slight problem is they both only target the ST STR7x devices.

Regards
sjo

--- In lpc2000@yahoogroups.com, Felipe Fontoura <ffontouras@g...> 
wrote:
Show quoted textHide quoted text
>
> Hi,
> 
> would like to know if exists some IDE of development for GNU ARM
> (WinARM or GNU Toolchain)?
> 
> Grateful to all
> 
> --
> Felipe Fontoura - Brazil
> Linux user: #281076
>

Re: GNU ARM Frontend (IDE)

2006-01-25 by EmbeddedHub

Hi, you may try CrossWorks for ARM 
(http://www.rowley.co.uk/arm/index.htm) also. It targets for ARM 
core micrcontrollers from LPC, ST, TI, etc. 

There are sample programs for the target boards: 
http://www.rowley.co.uk/arm/boards.htm

Have fun :)

Regards,
Tim
http://www.embeddedhub.com

--- In lpc2000@yahoogroups.com, "ntfreak2000" <ntfreak2@h...> wrote:
Show quoted textHide quoted text
>
> The only ones i know of are RIDE www.raisonnace.com which uses 
> GNUARM and Anglia www.anglia.com/columbus
> 
> One slight problem is they both only target the ST STR7x devices.
> 
> Regards
> sjo
> 
> --- In lpc2000@yahoogroups.com, Felipe Fontoura <ffontouras@g...> 
> wrote:
> >
> > Hi,
> > 
> > would like to know if exists some IDE of development for GNU ARM
> > (WinARM or GNU Toolchain)?
> > 
> > Grateful to all
> > 
> > --
> > Felipe Fontoura - Brazil
> > Linux user: #281076
> >
>

Re: [lpc2000] GNU ARM Frontend (IDE)

2006-01-25 by Tom Walsh

Felipe Fontoura wrote:

>Hi,
>
>would like to know if exists some IDE of development for GNU ARM
>(WinARM or GNU Toolchain)?
>
>  
>
Mice are nice but I find them getting in the way of software 
developement (sorry Eclipse ;).  I use a more traditional command line 
oriented approach as I am constantly roaming the command line doing 
things that most encapsulated development IDEs just don't provide me with.

My development solution (both cost-wise and functionally) was to go with 
a Linux host, binutils, gcc ARM cross compiler (Thumb flavor), Insight 
as a frontend to gdb (source level debug), and an ethernet based JTAG 
(Abatron BDI2000).

Having a somewhat limited budget to start this project, I decided to 
sink the bulk of the software tokens into a good JTAG unit.  From 
recommendations from many sources, I finally purchased an Abatron 
BDI2000.  This is an excellent unit, has proved to be highly reliable 
and flexible!  A real asset and time saver when building code.

The devtools I built from source.  A webpage detailing how to replicate 
my environment is at:
http://www.openhardware.net/?title=ARM%20Thumb%20tools%20for%20LPC2000&dir=ArmTools&file=ThumbToolchain.html

Enjoy!

TomW


>Grateful to all
>
>--
>Felipe Fontoura - Brazil
>Linux user: #281076
>
>
> 
>Yahoo! Groups Links
>
>
>
> 
>
>
>  
>


-- 
Tom Walsh - WN3L - Embedded Systems Consultant
http://openhardware.net, http://cyberiansoftware.com
"Windows? No thanks, I have work to do..."
----------------------------------------------------

Any tools for Linux

2006-01-25 by Jan Szymanski

Tom,

 As you love you Linux do you know of any software CAD tools for 
schematic and pcb development. Luck of such tools of a quality 
comparable to medium level tools like Protel is keeping me away from 
Linux

Happy typing

Jan


--- In lpc2000@yahoogroups.com, Tom Walsh <tom@o...> wrote:
>
> Felipe Fontoura wrote:
> 
> >Hi,
> >
> >would like to know if exists some IDE of development for GNU ARM
> >(WinARM or GNU Toolchain)?
> >
> >  
> >
> Mice are nice but I find them getting in the way of software 
> developement (sorry Eclipse ;).  I use a more traditional command 
line 
> oriented approach as I am constantly roaming the command line 
doing 
> things that most encapsulated development IDEs just don't provide 
me with.
> 
> My development solution (both cost-wise and functionally) was to 
go with 
> a Linux host, binutils, gcc ARM cross compiler (Thumb flavor), 
Insight 
> as a frontend to gdb (source level debug), and an ethernet based 
JTAG 
> (Abatron BDI2000).
> 
> Having a somewhat limited budget to start this project, I decided 
to 
> sink the bulk of the software tokens into a good JTAG unit.  From 
> recommendations from many sources, I finally purchased an Abatron 
> BDI2000.  This is an excellent unit, has proved to be highly 
reliable 
> and flexible!  A real asset and time saver when building code.
> 
> The devtools I built from source.  A webpage detailing how to 
replicate 
> my environment is at:
> http://www.openhardware.net/?title=ARM%20Thumb%20tools%20for%
20LPC2000&dir=ArmTools&file=ThumbToolchain.html
Show quoted textHide quoted text
> 
> Enjoy!
> 
> TomW
> 
> 
> >Grateful to all
> >
> >--
> >Felipe Fontoura - Brazil
> >Linux user: #281076
> >
> >
> > 
> >Yahoo! Groups Links
> >
> >
> >
> > 
> >
> >
> >  
> >
> 
> 
> -- 
> Tom Walsh - WN3L - Embedded Systems Consultant
> http://openhardware.net, http://cyberiansoftware.com
> "Windows? No thanks, I have work to do..."
> ----------------------------------------------------
>

Re: [lpc2000] Any tools for Linux

2006-01-25 by Marko Pavlin (home)

Jan Szymanski wrote:

> Tom,
>
> As you love you Linux do you know of any software CAD tools for
> schematic and pcb development. 

Cadsoft eagle???
http://www.cadsoft.de/index.htm

Re: [lpc2000] Any tools for Linux

2006-01-26 by Tom Walsh

Jan Szymanski wrote:

>Tom,
>
> As you love you Linux do you know of any software CAD tools for 
>schematic and pcb development. Luck of such tools of a quality 
>comparable to medium level tools like Protel is keeping me away from 
>Linux
>
>  
>
Yes I do, I do my circuit boards using Eagle: http://www.cadsoft.de.  It 
is a commercial package, modules cost around USD$400 each (schematic, 
layout, autorouter).  It does metric and english units.  It also runs 
natively on either Windows or Linux without Wine or other emulators.

TomW


-- 
Tom Walsh - WN3L - Embedded Systems Consultant
http://openhardware.net, http://cyberiansoftware.com
"Windows? No thanks, I have work to do..."
----------------------------------------------------

Re: Any tools for Linux

2006-01-26 by Boris Kralik

http://pcb.sourceforge.net/
--- In lpc2000@yahoogroups.com, "Jan Szymanski" <janek@b...> wrote:
Show quoted textHide quoted text
>
> Tom,
> 
>  As you love you Linux do you know of any software CAD tools for 
> schematic and pcb development. Luck of such tools of a quality 
> comparable to medium level tools like Protel is keeping me away from 
> Linux
> 
> Happy typing
> 
> Jan

Re: [lpc2000] Re: Any tools for Linux

2006-01-26 by Tom Walsh

Boris Kralik wrote:

>http://pcb.sourceforge.net/
>--- In lpc2000@yahoogroups.com, "Jan Szymanski" <janek@b...> wrote:
>  
>

Maybe that now works, but when I first encountered the package there 
were features that were missing that I needed.  So, I went with the 
commercial solution.  Price wasn't as much a concern but the feature set 
was important.  This was 5 years ago.

Regards,

TomW


-- 
Tom Walsh - WN3L - Embedded Systems Consultant
http://openhardware.net, http://cyberiansoftware.com
"Windows? No thanks, I have work to do..."
----------------------------------------------------

Re: [lpc2000] Any tools for Linux

2006-01-26 by xultz

De:lpc2000@yahoogroups.com

Para:lpc2000@yahoogroups.com

Cópia:

Data:Wed, 25 Jan 2006 23:17:13 +0100

Assunto:Re: [lpc2000] Any tools for Linux

> Jan Szymanski wrote:
> 
> > Tom,
> >
> > As you love you Linux do you know of any software CAD tools for
> > schematic and pcb development. 
> 
> Cadsoft eagle???
> http://www.cadsoft.de/index.htm
> 
Hi there

I use since 2001 gEDA to capture schematics and PCB to draw printed circuits. I love that tools, to my work they are great. They dont have the features the more expensive tools have, like a good autorouter and back anotating, but I can do my professional work withou troubles.
Take a look at geda.seul.org and at pcb.sf.net

Hope I helped

Best regards
Xtian Xultz
Curitiba - Brazil


[Non-text portions of this message have been removed]

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.