Hi, For 18F4550 you can have a look Jaluino bootloader hex files: https://code.google.com/p/jaluino/source/browse/#svn%2Ftrunk%2Fbootloaders%2Fpdfusb
(jaluino_medium_v20_... is 18f4550 based) By that time, when I adapt PDFUSB bootloader to jaluino, I had space issue like you, I had to remove unused "case" code to get below 2048. Cheers Seb On 22 March 2013 08:09, seen <[email protected]> wrote: > Hello Sunish, > > i tried with and without variable reuse. > > The results are the same. > > Regards, > > seen > > > On Thursday, March 21, 2013 6:20:36 PM UTC+1, Sunish Issac wrote: > >> try optimizations, including enabling variable reuse >> >> Sunish >> >> On Thu, Mar 21, 2013 at 12:02 AM, seen <[email protected]> wrote: >> >>> Hello All, >>> >>> for a project i need bootloader "18f4550_usb_bootloader_**autostart" & " >>> 18f14k50_usb_bootloader_**autostart" >>> >>> But there is a problem when i compile the files!The code is bigger than >>> 2048! >>> >>> 2054 with 18f14k50 >>> 2058 with 18f4550 >>> >>> Maybe a compiler problem? I tried with 2.4o and 2.4p. >>> >>> Regards, >>> >>> seen >>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "jallib" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to jallib+un...@**googlegroups.com. >>> To post to this group, send email to [email protected]. >>> >>> Visit this group at >>> http://groups.google.com/**group/jallib?hl=en<http://groups.google.com/group/jallib?hl=en> >>> . >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >>> >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/jallib?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Sébastien Lelong -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/jallib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
