On 07/28/2009 03:51 PM, Joel Holdsworth wrote: [snip] > I'm using MPLAB to program the hardware with an ICD2. Usually I > import a hex file, but if I import the cod file into MPLAB, it pops > up the message "The Extended CPU Mode configuration bit is enabled, > but the program that was loaded was not built using extended CPU > instructions. Therefore, your code may not work properly." > > Is that relevant at all?
The extended instruction set is not working according to the documentation: http://sdcc.sourceforge.net/doc/sdccman.html/node137.html It seems that the default config flags leave the bit enabled, so you may want to turn it off explicitly. -- Greetings Bertho ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
