Sir, Still we have the problem of linking library MATH rotines as mentioned in our earlier mail. As it was suggested by Mr.Rolf,we tried using -lm option and it did not help. Can we get some help to solve the problem of not being able to link the MATH routines. Regards Nimish [email protected] wrote:
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 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users --------------------------------- Free antispam, antivirus and 1GB to save all your messages Only in Yahoo! Mail: http://in.mail.yahoo.com
