make sure you have libMSP430.so (*) as USB is only supported though that one and not libMSP430mspgcc.so
which library is used can be seen with msp430-jtag -D or use the --backend option (*) http://www.soft-switch.org/downloads/mspgcc/ Dan Gisselquist schrieb: > 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 > > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users >
