Senso:
What is arm-insight?
For what I see I think I will settle for the Codesourcery and learn how to use it, as you say its up to date, or is the Yagarto a easier tool to use, I can use both windows vista, or ubuntu 10.04.
Thanks for your opinion/suggestion.
If you run a dual environment Win/Linux , i’d chose Codesourcery.
Then you have the same compiler on both systems , as CS can be downloaded for both.
arm-insight is a gdb frontend (graphical debugger tool)
If you have a powerfull machine (lots of mhz+ram) , you might consider Eclipse (java app) for an ide.
Else i suggest Code::Blocks. Both are free and downloadable for Win/Linux.
I might even suggest Eclipse , as a lot of people seems to use it (lots of help)
And with Eclipse you don’t need arm-insight , as it has it’s own graphical debug frontend.
I can’t remember if CB has one , i always use insight and “plain” makefiles.
Else there is to much Clicky…Clicky.
One other advice if you run win/linux …
Keep all file names in lowercase , or you will be “bitten” in linux at some point.
/Bingo