1) I would like to use the DevC++ interface with a different compiler. This is the HI-TEC ANSI C
compiler for the PIC microcontrollers. Is this possible?
2) Is there a good tutorial for setting this up if it is possible?
Thanks in advance !!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-02-12
Dev-C++ can be used with GNU GCC compiler variants; the command line options it generates from dialog settings are GCC specific. There is a GCC implementation for Atmel AVR (search for thread on this subject for details of setting it up with Dev-C++), but not for the PIC as far as I know.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello to all:
Being a newbie at this I have some questions.
1) I would like to use the DevC++ interface with a different compiler. This is the HI-TEC ANSI C
compiler for the PIC microcontrollers. Is this possible?
2) Is there a good tutorial for setting this up if it is possible?
Thanks in advance !!
Dev-C++ can be used with GNU GCC compiler variants; the command line options it generates from dialog settings are GCC specific. There is a GCC implementation for Atmel AVR (search for thread on this subject for details of setting it up with Dev-C++), but not for the PIC as far as I know.