I am working on an old old project that uses Keil uvision 3.0along with GNU compiler with arm-uclibc- prefixand Cygnus those are very old tools with wierd bugs. no outocomplete bad syntaxhighlightning, no object browser and so on.I cannot leave the IDE as far as i know it because its the only way I can use JTAG for debugging and create Hex Files compatible to my arm processor
I'm doing a course 'Embedded Systems - Shape the World' through Edx.org We are using the TM4C123 board and Keil uVision 4.73 IDE, and all the code in written in C.
can any1one suggest a modern tool that will allow me to work with myatmel at91m55800a arm processor?
or perhaps a tool that will allow me to do the devolopment with modern fetures like auto complete. advance syntax highlightning,object browser and so on?support for JTAG debugging (ulink) would be legendery
and il use keil only to build and debug?
Modern IDEs that will work with the ELDK or your own built toolchain to do cross-compilation to ARM7a target include:
These IDEs have code completion and object browser either built into the IDE or avaliable as plugins.
Parov stelar catgroove. Eclipse-CDT supports Jtag Debbuging with a plugin as documented for a similar at91 arm system here
EHEP is a Hex Editor plugin for Eclipse-CDT.Codeblocks HexEditor plugin is a Hex Editor plugin for Codeblocks.
As wallyk said ELDK is probably easier than building your own toolchain.
As you are on Windows, this gives you two options:
Use ELDK with Cygwin, which works though is at least 10% to 20% slower than running it with Linux.
Use ELDK in a Linux Virtual Machine with Virtualbox
Several resources for setting up Eclipse-CDT with an ARM toolchain include
That's how much we trust our unbeatable service.
Resources for setting Codeblocks with an ARM toolchain include
If none of these options are viable for you, you could always upgrade to Keil uvision 4.
Another alternative for you is to use one of these the listed IDEs with the same toolchain that is used by Keil uvision 3.0. That way you get all the benefits of the newer IDE with the same compilation of your old toolchain.
Any reason not to use the latest ELDK? It supports generic compiling for the ARM7a target, and can be hosted on any modern Linux x86 system, including 64 bit.
Maybe the question is more about an IDE than a compiler? The autocomplete mention makes me wonder what you are looking for.