I am trying to port an arduino project to energia.
I use the pow( base, exponent) function in calculations to compute Standing Wave Ratio (SWR).
I have a function swr that is called from loop. Works fine on arduino, but on energia I get the following load output: (notice "ld returned 1 exit status")
\energia-0101E0014\hardware\tools\msp430\bin\msp430-gcc, -Os, -Wl,-gc-sections,-u,main, -mmcu=msp430f5529, -o, C:\DOCUME~1\sigurd\LOCALS~1\Temp\build5374206321071163191.tmp\LCD_Sharp_v3.cpp.elf, C:\DOCUME~1\sigurd\LOCALS~1\Temp\build5374206321071163191.tmp\LCD_Sharp_v3.cpp.o, C:\DOCU