NordicSemiconductor / Nordic-Thingy52-FW

Nordic Thingy:52 software development kit. This kit is designed to assist users in developing their own custom firmware for Thingy. Please see http://www.nordicsemi.com/thingy for the latest news and software releases.
Other
210 stars 133 forks source link

mpl libraries not included when imported to SES #36

Closed nit1995 closed 5 years ago

nit1995 commented 5 years ago

I imported the KEIL project to Segger Embedded Studio and I was able to compile without errors. However, when I build the code, the IDE is not able to find the mpl libraries like accel_auto_cal.c, compass_vec_cal.c etc which are supposed to be in the libmplmpu.lib. How do I solve this error?

koffes commented 5 years ago

Hi @nit1995 . Please see the README.md point 4. You have to download the mpl libraries separately. Please reopen this ticket if you have any issues.

nit1995 commented 5 years ago

I did download the mpl libraries separately and I have added them in the folders as mentioned in readme.txt. I have added both the lib files in Keil and gcc folder. The problem is when it is imported to Segger Embedded Studio, it is unable to read the .c files.

koffes commented 5 years ago

I see. Did you base your efforts on this PR? https://github.com/NordicSemiconductor/Nordic-Thingy52-FW/pull/34