On 10/31/07, Xiaofan Chen wrote: > pk2cmd port for Linux supports the same Flash PICs programming > just like the Microchip Windows pk2cmd console PC application for > PICkit 2. > From: Jeff Post > Microchip's pk2cmd software has been ported to Linux: > http://home.pacbell.net/theposts/picmicro/pk2cmdLinux-0.1.tar.gz > It might compile for Mac OSX, but I've no way to test it on a Mac. > By the way, the code may fail to be built under later version of g++. (eg: DeviceData.h:15: error: extra qualification 'CDeviceData::' on member 'ClearAllData'). They are is from the original Microchip code which needs to be fixed as per the expert opinions from PIClist (I asked the question about the extra class qualification in the header files). Please use CFLAG -fpermissive to supress the error. This is documented in the README file. For example, Ubuntu 6.06 is ok. For Ubuntu 7.04 and 7.10, I need to add -fpermissive to get it built. Xiaofan -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist