> Hi Vishnu, > > do you have defined some config ? Look at following line: > unsigned int __at( 0x2007) __CONFIG = _CP_OFF & _WDT_OFF & _BODEN_OFF & \ > _PWRTE_ON & _MCLRE_OFF & _INTRC_OSC_NOCLKOUT & _CPD_OFF; > > This one is for PIC16F630 so you need to define config line by yourself. But > it should have a look like the line above. > > Vaclav
Hey that worked! Thanks Vaclav! I knew it was something silly! Why is this piece of crucial information no where in the documentation? Regards, Vishnu Nambiar. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
