I copy the files under /opt/msp430/lib/python2.3/site-packages to
/usr/lib/python2.4//site-packages

now errors like this come out:

msp430-objcopy --output-target=ihex build/hawk/main.exe build/hawk/main.ihex
   writing TOS image
cp build/hawk/main.ihex build/hawk/main.ihex.out
   installing hawk binary using the parallel port jtag adapter
msp430-jtag  -Iepr build/hawk/main.ihex.out
Traceback (most recent call last):
 File "/opt/msp430/bin/msp430-jtag", line 16, in ?
   from msp430 import memory, jtag
 File "/usr/lib/python2.4/site-packages/msp430/jtag.py", line 58, in ?
   MSP430mspgcc = ctypes.cdll.MSP430mspgcc
 File "/usr/lib/python2.4/site-packages/ctypes/__init__.py", line 390, in
__getattr__
   dll = self._dlltype(name)
 File "/usr/lib/python2.4/site-packages/ctypes/__init__.py", line 315, in
__init__
   self._handle = _dlopen(self._name, mode)
OSError: MSP430mspgcc: cannot open shared object file: No such file or
directory


On 3/30/07, SANG Junjun <[EMAIL PROTECTED]> wrote:

hi,everyone

When I try to install TinyOS2.0 using jtag, there is some error like this:

msp430-objcopy --output-target=ihex build/hawk/main.exe
build/hawk/main.ihex
    writing TOS image
cp build/hawk/main.ihex build/hawk/main.ihex.out
    installing hawk binary using the parallel port jtag adapter
msp430-jtag  -Iepr build/hawk/main.ihex.out
Traceback (most recent call last):
  File "/opt/msp430/bin/msp430-jtag", line 15, in ?
    from msp430.util import hexdump, makeihex
ImportError: No module named msp430.util
make: *** [program] Error 1

Can anyone help me?
Thanks a lot.

--
Best Regards,
SANG JUNJUN




--
Best Regards,
SANG JUNJUN
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to