From: Jasper W. <ja...@po...> - 2010-05-25 08:56:46
|
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... -- [http://pointless.net/] [0x2ECA0975] |