Hello all, I am trying to get a working installation of msp430-jtag on my machine. I have downloaded the jtag/* files as per the directions. I can build and compile them without problems (unless I specify DIRECTIO=1). However, when I then run
msp430-jtag -l /dev/ttyUSB1 -e -i -r --spy-bi-wire I get an ioctl error: inappropriate ioctl for device. Specifically, the libHIL.so library appears to be trying to execute a PPCLAIM ioctl on a ttyUSB device, not a parallel port device. Does this sound familiar to anyone? Was there a build option I was supposed to use that I missed along the way? Any help would be appreciated, Dan
