Hello everyone,
I am currently working on porting the InvenSense motion driver 6.12 to nrf52840pdk.
I followed porting guide provided by InvenSense. However, I met the error when I included eMPL_outputs.c, the error message shows as below:
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol _MLPrintLog (referred from data_builder.o).
I've checked that this symbol can be found in ...\eMD-6.0\core\driver\include\log.h, and I have added all the head files to the include paths.
There's no relative description about this on the porting guide. Has anyone got any idea?
My project can be found here.
Thanks in advance.