Has anybody tried to tweak the configuration to use DevC++ for microcontroller development.
My tries so far were not successful, but I think it should be possible.
There exists a complete gcc/binutils environment for windows, build under mingw.
Any hints or ready to use configs.
Greetings
Marc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-02-08
Here http://www.bloodshed.net/dev/doc/ under tutorials, there is an article of using gcc-arm with Dev-C++. The principles are the same for gcc-avr I guess.
However last I looked the link was broken. This may be temporary since it was there last week. If not, the type "Dev-C++ ARM" into google, the link will come up, but select View As HTML, this retreives it from the Google cache.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Has anybody tried to tweak the configuration to use DevC++ for microcontroller development.
My tries so far were not successful, but I think it should be possible.
There exists a complete gcc/binutils environment for windows, build under mingw.
Any hints or ready to use configs.
Greetings
Marc
Here http://www.bloodshed.net/dev/doc/ under tutorials, there is an article of using gcc-arm with Dev-C++. The principles are the same for gcc-avr I guess.
However last I looked the link was broken. This may be temporary since it was there last week. If not, the type "Dev-C++ ARM" into google, the link will come up, but select View As HTML, this retreives it from the Google cache.
Clifford
Thank you. You made it happen. It was a little bit tweeky, but it worked. You were right the link is broken.
Greetings
Marc