Hi, > We are trying to work with MSP430GCC compiler. The compiler when installed > compiled and linked properly. After that stage we are facing the following > problems. 1. The debugger (msp430gdb) does not establish > communication with the target. We are using JTAG and communicating via a > parallel port.
You have to start gdbproxy which connects to the target. Then you can connect to gdbproxy. Check the output of gdbproxy. > 2. We are using sqrt() in one of the project .Even after including math.h > it displays the message – undefined function. You must use the compiler option -lm. > 3. How do we declare data to be placed in the information memory? When using > Quadravox compiler we use _INFOMEM. OS is Windows 98. Can you help? > Regards, It's described in the Manual. And MS-Win2000/XP or Linux is better than MS-Win98. Regards, Rolf
