Ok, it apears I've got a step further after installing the _parjtag.so module into the correct directory. It is now looking for libc.so.6 which doesn't exist on NetBSD. For now I've created a softlink to the native libc library which appears to work. pyJTAG now starts up with the following warning messages:
usky# ./jtag.py -l /dev/lpt0 -r /jtag.py:10: RuntimeWarning: Python C API version mismatch for module _parjtag: This Python has API version 1011, module _parjtag has version 1010. import _parjtag MSP430 parallel JTAG programmer Version: 1.0 Use -h for help An error occoured: Could not reset target (no connection?) I'm using a MSP-FETP430IF 1.3 which was tested and works with C-Spy. Any ideas? cheerio Berndt > > G'day, > > Traceback (most recent call last): > File "./jtag.py", line 10, in ? > import _parjtag > ImportError: No module named _parjtag > > Is source code for pyJTAG library available? Sofar I only found the binaries > for Win32 and Linux platforms. I would much prefer to run a native NetBSD > binary! > > Many thanks in advance. > > cheerio Berndt > > > ------------------------------------------------------- > This SF.NET email is sponsored by: Order your Holiday Geek Presents Now! > Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap, > MP3 Players, XBox Games, Flying Saucers, WebCams, Smart Putty. > T H I N K G E E K . C O M http://www.thinkgeek.com/sf/ > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users >
