Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   using alternative compiler (http://www.chiefdelphi.com/forums/showthread.php?t=33005)

Leav 18-01-2005 14:48

using alternative compiler
 
how can i use the devc++ compiler to work on the robot code?

are there any special parameters i need to use?

were having some problems with MPLab.......

-Leav

Joe Ross 18-01-2005 15:06

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?

Leav 18-01-2005 15:30

Re: using alternative compiler
 
Quote:

Originally Posted by Joe Ross
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?

yeah i already figured out that i would have to change the compiler, i kindof did that, but i was hoping that maybe someone would tell me what the minimal configurations are, like what flags to send to the compiler, so that it works and i'll take it from there......


All times are GMT -5. The time now is 02:46.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi