Discussion group dedicated to the Philips LPC2000 family of ARM MCUs
|
Hello, What compiler has a Linux Version? Thanks Ezequiel |
|
|
|
Ezequiel asked: >> What compiler has a Linux Version? << www.rowley.co.uk has a Linux version of their IDE (Crossworks for ARM). A snip at £495+VAT. :-) Seems to run fine under Mandrake 10, which is what I'm running. Cheers, Rob |
|
|
|
I'm also installing Mandrake 10! It seems that this is the best option for Linux. I also was considering installing VMWare Workstation, but if there is an Arm Compiler for linux, it's not necessary. Thanks Ezequiel --- In , Robert Wood <robert.wood@a...> wrote: > Ezequiel asked: > > >> What compiler has a Linux Version? << > > www.rowley.co.uk > > has a Linux version of their IDE (Crossworks for ARM). A snip at > £495+VAT. :-) > > Seems to run fine under Mandrake 10, which is what I'm running. > > Cheers, > > Rob |
|
|
|
>> I'm also installing Mandrake 10! It seems that this is the best option for Linux. << Fedora (nee Red Hat), Mandrake (which started life as variation of Red Hat) and SuSE all seems pretty good at running most applications. Rowley stuff is wonderfully easy to install under Linux; they do an MSP430 IDE as well and both install in a pretty similar fashion to applications under Windows. >> I also was considering installing VMWare Workstation, but if there is an Arm Compiler for linux, it's not necessary. << I've once had a go at running a virtual machine under windows and it was unusably slow so I think you're right to have a go with Mandrake or something similar. Good luck. :-) |
|
See http://www.gnuarm.com I've test the latest package (GCC 3.4.1) with LPC2106, uCOS-II. Works fine. Free package :) Previous version was GCC 3.2.0 from Microcross. With new toolchain the binary file size is about 5% - 10% smaller. Of course, with free package you can face with new bugs, but there's a lot of information in the internet and a lot of source code under GPL. |
|
|
|
Hi David, FYI for the Philips ARM core micro's (we have in stock - and dev kits) Joseph -----Original Message----- From: cd_racer2 [mailto:] Sent: Sunday, 3 October 2004 10:58 PM To: Subject: [lpc2000] GCC :) ARM toolchain See http://www.gnuarm.com I've test the latest package (GCC 3.4.1) with LPC2106, uCOS-II. Works fine. Free package :) Previous version was GCC 3.2.0 from Microcross. With new toolchain the binary file size is about 5% - 10% smaller. Of course, with free package you can face with new bugs, but there's a lot of information in the internet and a lot of source code under GPL. Yahoo! Groups Sponsor ADVERTISEMENT <http://us.ard.yahoo.com/SIG=129ars9s7/M=295196.4901138.6071305.3001176/ D=groups/S=1706554205:HM/EXP=1096894675/A=2128215/R=0/SIG=10se96mf6/*htt p://companion.yahoo.com> click here <http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=group s/S=:HM/A=2128215/rand=333439008 _____ > . [Non-text portions of this message have been removed] |
|
|
|
Hi Joseph, good news. I tried your website but could not wade thru to what I wanted.
What dev kits have you exactly got? what is the web reference? Joseph Goldburg <> wrote: Hi David, FYI for the Philips ARM core micro's (we have in stock - and dev kits) Joseph -----Original Message----- From: cd_racer2 [mailto:] Sent: Sunday, 3 October 2004 10:58 PM To: Subject: [lpc2000] GCC :) ARM toolchain See http://www.gnuarm.com I've test the latest package (GCC 3.4.1) with LPC2106, uCOS-II. Works fine. Free package :) Previous version was GCC 3.2.0 from Microcross. With new toolchain the binary file size is about 5% - 10% smaller. Of course, with free package you can face with new bugs, but there's a lot of information in the internet and a lot of source code under GPL. Yahoo! Groups Sponsor ADVERTISEMENT <http://us.ard.yahoo.com/SIG=129ars9s7/M=295196.4901138.6071305.3001176/ D=groups/S=1706554205:HM/EXP=1096894675/A=2128215/R=0/SIG=10se96mf6/*htt p://companion.yahoo.com> click here <http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=group s/S=:HM/A=2128215/rand=333439008 _____ > . [Non-text portions of this message have been removed] Yahoo! Groups SponsorADVERTISEMENT --------------------------------- Yahoo! Groups Links To --------------------------------- |
|
|
|
Hi, is there some kind og IDE for the GCC or du You have to compile from the command line. Morten ----- Original Message ----- From: cd_racer2 To: Sent: Sunday, October 03, 2004 2:57 PM Subject: [lpc2000] GCC :) ARM toolchain See http://www.gnuarm.com I've test the latest package (GCC 3.4.1) with LPC2106, uCOS-II. Works fine. Free package :) Previous version was GCC 3.2.0 from Microcross. With new toolchain the binary file size is about 5% - 10% smaller. Of course, with free package you can face with new bugs, but there's a lot of information in the internet and a lot of source code under GPL. Yahoo! Groups Sponsor ADVERTISEMENT ------------------------------------------------------------------------------ Yahoo! Groups Links a.. To __________ NOD32 1.881 (20040930) Information __________ This message was checked by NOD32 antivirus system. http://www.nod32.com [Non-text portions of this message have been removed] |
|
|
|
Morten Kahr Nielsen wrote: > Hi, > > is there some kind og IDE for the GCC or du You have to compile from > the command line. > > Morten can compile from the commandline. use a makefile cdt plugin for eclipse www.eclipse.org as the ide is java based its very slow (even on a fast machine p4 3GHz 1GB ram) vide Not using the philips chips but a good way to learn arm programming would to use a nintendo gameboy, can get emulators so can test your programs and games on a pc. There are lots of tutorials and starter docs out there. Here are a few links http://www.jharbour.com/gameboy/index.html http://vba.ngemu.com/ http://www.devrs.com/gba/ http://www.gbadev.org An interesting addon for gba is xport from www.charmedlabs.com adds a fpga also xport robotics kit turns the gba into a robotics controller. Have an ecos port for the gba. Another you can find cheap is the ngauge (100MHz arm) not very much on using them for development out there Another similar system also arm based but arm9 not arm7 is the gamepark32 from a Korean company The GP32 is the first open source handheld console. It is based around an ARM9 133Mhz CPU with 8Mb RAM and a 320x240 colour LCD screen(latest ones backlit). It uses smart media cards (SMCs) for storage. http://gamepark.com/ http://gamepark.com/supporter/supporter_faq.asp http://www.gp32x.com/ has emulators for lots of other handhelds including gba lots of other free software faq http://www.gp32world.co.uk/modules.php?op=modload&name=FAQ&file=index&myfaq=yes&id_cat=1 howto on development http://www.gp32world.co.uk/modules.php?op=modload&name=FAQ&file=index&myfaq=yes&id_cat=6 http://www.gp32eu.com/ more gamepark dev stuff here http://www.gp32world.co.uk/modules.php?op=modload&name=Web_Links&file=index&req=viewlink&cid=2 Alex |
|
Hand-made makefile and command-line. Because of the ability for fine-tuning a compilation process. We've used Visual X-Tools IDE, but there's no some features for command-line compilator's options, thus the only variant - writing a makefile by ourselfs. Maybe there's some IDE under GPL, but we didn't interested in it, thus, didn't find it. As for syntax highliting during editing source files, there're a lot of tools for linux (working either in text-mode, or in graphical mode under X-Windows). |
|
I created a script that builds the GNU tool chain for Linux (GCC, newlib, binutils and Insight). You can find it, and all the necessary files on my LPC/ARM7TDMI page. I also have info on debugging the LPC/ARM7TDMI under Linux, plus other links: http://rod.info/arm.html However if you want an easier method you can always get a pre-built tool chain from gnuarm: http://www.gnuarm.com/ - Rod -- ___ ____ ___ _ ___ Rod Moffitt / _ \/ __ \/ _ \ (_)__ / _/__ http://rod.info / , _/ /_/ / // / / / _ \/ _/ _ \ /_/|_|\____/____(*)_/_//_/_/ \___/ ======================================================= ~ Where loved ones are remembered http://memoriam.org ~ --- In , "acetoel" <acetoel@y...> wrote: > Hello, > > What compiler has a Linux Version? > Thanks > Ezequiel |
|
Hi George, You have the MCB2100 and a KP -----Original Message----- From: George Powell [mailto:] Sent: Monday, 4 October 2004 12:40 PM To: Subject: RE: [lpc2000] GCC :) ARM toolchain Hi Joseph, good news. I tried your website but could not wade thru to what I wanted. What dev kits have you exactly got? what is the web reference? Joseph Goldburg <> wrote: Hi David, FYI for the Philips ARM core micro's (we have in stock - and dev kits) Joseph -----Original Message----- From: cd_racer2 [mailto:] Sent: Sunday, 3 October 2004 10:58 PM To: Subject: [lpc2000] GCC :) ARM toolchain See http://www.gnuarm.com I've test the latest package (GCC 3.4.1) with LPC2106, uCOS-II. Works fine. Free package :) p Previous version was GCC 3.2.0 from Microcross. With new toolchain the binary file size is about 5% - 10% smaller. Of course, with free package you can face with new bugs, but there's a lot of information in the internet and a lot of source code under GPL. Yahoo! Groups Sponsor ADVERTISEMENT <http://us.ard.yahoo.com/SIG=129ars9s7/M=295196.4901138.6071305.3001176/ D=groups/S=1706554205:HM/EXP=1096894675/A=2128215/R=0/SIG=10se96mf6/*htt p://companion.yahoo.com> click here <http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=group s/S=:HM/A=2128215/rand=333439008 _____ > . [Non-text portions of this message have been removed] Yahoo! Groups SponsorADVERTISEMENT --------------------------------- > . [Non-text portions of this message have been removed] |
|
|
|
OH I see, I have a long range Hitag reader here, If you want to try. I can loan it for a few days. Joseph -----Original Message----- From: Joseph Goldburg [mailto:] Sent: Tuesday, 5 October 2004 8:26 PM To: Subject: RE: [lpc2000] GCC :) ARM toolchain Hi George, You have the MCB2100 and a KP -----Original Message----- From: George Powell [mailto:] Sent: Monday, 4 October 2004 12:40 PM To: Subject: RE: [lpc2000] GCC :) ARM toolchain Hi Joseph, good news. I tried your website but could not wade thru to what I wanted. What dev kits have you exactly got? what is the web reference? Joseph Goldburg <> wrote: Hi David, FYI for the Philips ARM core micro's (we have in stock - and dev kits) Joseph -----Original Message----- From: cd_racer2 [mailto:] Sent: Sunday, 3 October 2004 10:58 PM To: Subject: [lpc2000] GCC :) ARM toolchain See http://www.gnuarm.com I've test the latest package (GCC 3.4.1) with LPC2106, uCOS-II. Works fine. Free package :) p Previous version was GCC 3.2.0 from Microcross. With new toolchain the binary file size is about 5% - 10% smaller. Of course, with free package you can face with new bugs, but there's a lot of information in the internet and a lot of source code under GPL. Yahoo! Groups Sponsor ADVERTISEMENT <http://us.ard.yahoo.com/SIG=129ars9s7/M=295196.4901138.6071305.3001176/ D=groups/S=1706554205:HM/EXP=1096894675/A=2128215/R=0/SIG=10se96mf6/*htt p://companion.yahoo.com> click here <http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=group s/S=:HM/A=2128215/rand=333439008 _____ > . [Non-text portions of this message have been removed] Yahoo! Groups SponsorADVERTISEMENT --------------------------------- > . [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ADVERTISEMENT <http://us.ard.yahoo.com/SIG=12936b49e/M=294855.5468653.6549235.3001176/ D=groups/S=1706554205:HM/EXP=1097058460/A=2376776/R=0/SIG=11ldm1jvc/*htt p://promotions.yahoo.com/ydomains2004/index.html> click here <http://us.adserver.yahoo.com/l?M=294855.5468653.6549235.3001176/D=group s/S=:HM/A=2376776/rand=821305281 _____ > . [Non-text portions of this message have been removed] |