An updated version of the Eclipse.org IDE plugin is here:
http://homepage.hispeed.ch/py430/mspgcc/net.sf.mspgcc.zip

It requires Eclipse 3.0 and CDT 2.0, just unzip it to the eclipse folder.

actualy it's tree plugins:

net.sf.mspgcc.cdt:
    A "mspgcc GDB debugger" is shown for msp430 binaries
    use it with gdb-sim.ini or gdb-target.ini, adapted for your project
    the files and a description are in the help plugin, see below.

net.sf.mspgcc.managedbuilder:
    Adds a mspgcc configuration to the managed make feature. The -mmcu=
    option has to be set manually for the linker, compiler and assembler
    in the project options to make this work properly.

net.sf.mspgcc.help:
    The mspgcc manual, FAQ, short docs on how to get the debugger going,
    link page. The help pages are integrated with the eclipse help
    system thus they are available trough the "Help->Help Contents"
    menu.
    This plugin also adds a mspgcc popup menu in the C editor, which is
    not yet functional. The idea is that it could show help on
    peripherals (like bit names etc) and more.

chris

Reply via email to