2012-10-19, 16:43:44
(This post was last modified: 2012-12-22, 14:12:42 by Mikael Gustavsson.)
Hi,
I am trying to struggle through MPLab (I am a MikroElecktronica compiler user) and get a bootloader compiled for a dsPIC30F4013 and a dsPIC33EP64GP502 with equally poor results.
For the dsPIC4013 I uncomment the line:
I get a million of these error:
For the EP I am not even sure what to do since it appear that is only implement in a C?
Thanks,
Jim
I am trying to struggle through MPLab (I am a MikroElecktronica compiler user) and get a bootloader compiled for a dsPIC30F4013 and a dsPIC33EP64GP502 with equally poor results.
For the dsPIC4013 I uncomment the line:
Quote:.equ __30F4013, 1 ;xxx uncomment and change if using dsPIC30F device
I get a million of these error:
Quote:C:\Program Files\Microchip\MPLAB ASM30 Suite\bin\..\support\dsPIC30F\inc/p30F4011.inc: Assembler messages:
C:\Program Files\Microchip\MPLAB ASM30 Suite\bin\..\support\dsPIC30F\inc/p30F4011.inc:1063: Error: symbol `C' is already defined
C:\Program Files\Microchip\MPLAB ASM30 Suite\bin\..\support\dsPIC30F\inc/p30F4011.inc:1064: Error: symbol `Z' is already defined
C:\Program Files\Microchip\MPLAB ASM30 Suite\bin\..\support\dsPIC30F\inc/p30F4011.inc:1065: Error: symbol `OV' is already defined
....
For the EP I am not even sure what to do since it appear that is only implement in a C?
Thanks,
Jim