Hello,
in my brand new win32 installation (setup files from 2006/04/07)
msp430-jtag -l=TIUSB myfile.a43
works fine from the shell, no problems.
However, when invoked from a Makefile (download-jtag option)
the following output results:
msp430-jtag -l=TIUSB -e myfile.elf
Traceback (most recent call last):
File "msp430-jtag.py", line 15, in ?
ImportError: dynamic module does not define init function (initmsp430)
make: *** [download-jtag] Error 255
myfile.elf exists. I also noticed that when calling msp430 from the shell
shows a similar error when the absolute path is used, i.e. when
c:\programme\mspgcc\bin\msp430-jtag -l=TIUSB myfile.a43
is typed in the myfile.a43 directory.
I also tried to use the msp430-jtag.py from the CVS with my python
installation,
same problem, no success however.
Greetings, Volker.