From: Frans S. <fra...@gm...> - 2010-05-25 10:31:35
|
Dear Jasper Wallace, You are right, thank you for the patch! I have applied the changes in the subversion repos and in the 0.4.0 firmware release. About the warnings, this is part of the Microchip usb stack, and I have seen them but let's just ignore those warnings. Frans On 05/25/2010 10:30 AM, Jasper Wallace wrote: > Hi, > > I've had some more time to look into this and i've got the Microchip C18 > compiler installed now. > > Firstly it looks as if the pic16F88 data programming is missing the > end programming command, see attached patch. > > Unfortunatly i cant test it beacause the C18 compiler failes to link > usbdsc.o with this error: > > Error - section '.romdata_usbdsc.o' can not fit the section. Section > '.romdata_usbdsc.o' length=0x000000ae > Errors : 1 > > I get these warnings when i compile it: > > usbdsc.c:269: warning: [2054] suspicious pointer conversion > usbdsc.c:269: warning: [2054] suspicious pointer conversion > usbdsc.c:273: warning: [2054] suspicious pointer conversion > usbdsc.c:273: warning: [2054] suspicious pointer conversion > usbdsc.c:273: warning: [2054] suspicious pointer conversion > > but i don't know if thats significant. > > Also - there are lots of references to sdcc in the firmware source, does > compiling with sdcc work now? I tried breifly but got loads of errors... > > > > > ------------------------------------------------------------------------------ > > > > > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > |