Philip Pemberton wrote: > The firmware pack from embedinc.com (install_picprg_dev.exe) seems to > be missing a file - lookinc.ins.aspic. This seems to be preventing > the firmware from compiling successfully (loads of standard symbols, > e.g. STATUS and INTCON are shown as undeclared by MPLAB). > This may well be down to my lack of understanding of the build > environment, though... LOOKINC.INS.ASPIC was indeed missing. I have updated the release scripts accordingly and made new releases at http://www.embedinc.com/picprg/sw.htm. However, I don't understand why STATUS and INTCON are undeclared. These are supposed to be declared in the Microchip include file for the particular processor. All the PRG modules include PRG.INC, which includes PRGLIB.INC, which includes the Mircochip include file. You were probably getting errors previous to these symbols not defined, like an include file could not be found. Once the software is installed correctly and the MPLABDIR environment variable is defined (see ENVVARS documentation file), the script BUILD_PRG_EXPIC.BAT in the COM directory should rebuild the PRG firmware. ***************************************************************** Embed Inc, embedded system specialists in Littleton Massachusetts (978) 742-9014, http://www.embedinc.com _______________________________________________ http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist