Guest
#1766145
Hi, so I am having a big problem with math.h, using the log function. I am programming an msp430f169 using mspgcc with a makefile in Eclipse. I perform a simple log calculation (lN = log(help);) and include the math.h I searched forums, and I found alot of things about linking libraries (e.g. with "-lm") etc. but I seem to have tried everything and nothing seems to work... I added -lm in different places the makefile to no avail. In the project settings in eclipse, I added the lib and include paths. This is really bugging me, anyone experienced this or can help me fix this? Please let me know if you need more info. Thanks alot in advance!! Mark