Free MSP430 Debugger fmd-gdbproxy
Status: Alpha
Brought to you by:
wolvilataniere
gdbproxy - a remote proxy program for the GNU debugger, GDB =========================================================== gdbproxy is an open source remote proxy program for the GNU debugger, GDB. Its licence is similar to the BSD licence, so it can be used to build closed source interfaces between GDB and proprietary target debug environments. gdbproxy is based on the Open Source program rproxy, which can be found at: http://world.std.com/~qqi/labslave/rproxy.html What is modified upon mspgcc website version ? ============================================== On this version I added support to the msp430 target using libFMDLL (Free MSP430 Debugger Link Library) which is a free software (as in freedom) and allow users to debug their MSP430 devices under GNU/Linux, Windows, MacOSX.... The most of the work has been done within target_skeleton.c which I renamed to target_msp430.c To compile this software, just use : ./configure make make install as a classical POSIX installation. Have fun. Aurelien VALADE <wolvilataniere@users.sf.net>