Peter Šamperl schrieb:
I also experienced problems under Ubuntu and finally got it work with
some rpm packages which i converted to deb packages using
alien. I use eclipse in combination with mspgcc and gdb.
th packaging directory in the CVS repository has a makefile that can be
used to install the tool chain to /opt/mspgcc, see reame-mainterners.txt
there.
Anders Hørtvedt wrote:
I rally do not need the debugger right now, so I tried to run the
msp430-jtag to program the device as I did on windows.
...
ImportError: No module named msp430.util
this module is also available from our CVS. it used to be named "msp430"
but with a recent checkout it will be called "mspgcc". running "python
setup.py install" as root in the "python" folder of the mspgcc sources
should install it (however, with the new name..)
I presume I could build it all from source, but would rather not.
although I am a professional software developer, Linux is fairly unknown
to me so far.
the makefile should do it for you and all except the python mpgcc
extension gets installed to /opt/mspgcc so that i can easily be removed
and leaves no mess on your machine ;-)
chris