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

liblibmplmpu.a missing #9

Closed mweger closed 7 years ago

mweger commented 7 years ago

this library is missing from the downloaded SDK. I grabbed it from another one of your repositories. This project will not compile with out it.

mafaneh commented 7 years ago

@mweger Where did you grab the file from? I can't find it in other SDKs

mweger commented 7 years ago

I found it here https://github.com/NordicSemiconductor/nrf52-rocket/tree/master/fw/prototype/libs/liblibmplmpu_m4_hardfp

mafaneh commented 7 years ago

Cool. Thanks!

koffes commented 7 years ago

The steps required to obtain liblibmplmpu.a are described in step 5 of the README.md.

mafaneh commented 7 years ago

@koffes Thanks for pointing that out, missed it somehow. I was following the tutorial at https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/documentation/firmware_compile.html instead and forgot to follow the readme.me file.