Build Error libLSM9DS1
amalfiCoast
Posts: 132
in Propeller 1
I am trying to add my own code to the libLSM9DS1 sensor library but I am getting an error when I try to build my program. The error is:
Has anyone seen this before? What can I do to fix this?
Thanks.
C:\Users\David\AppData\Local\Temp\ccOz5zQf.o: In function `_main': (.text+0x108): undefined reference to `_cexpf' C:\Users\David\AppData\Local\Temp\ccOz5zQf.o: In function `_main': (.text+0x1b0): undefined reference to `_cexpf' collect2: ld returned 1 exit status Done. Build Failed! Check source for bad function call or global variable name `_cexpf' C:\Users\David\AppData\Local\Temp\ccOz5zQf.o: In function `_main': (.text+0x1b0):
Has anyone seen this before? What can I do to fix this?
Thanks.
Comments
Mike