|
Re: using alternative compiler
devc++ uses GCC as the compiler, which will not compile for our pic18 target. It may be possible to change the default compiler to use Microchip's C18 as the compiler. Then you could use devc++ as your IDE and C18 as your compiler.
Are you sure the problem is with the MPLAB IDE and not with the C18 compiler?
|