This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

compiling "thingy" and it uses libmpllib.lib

Hi,

 Download "thingy" sdk and re-compiling it; add SDK 12.3.0 sdk_components to the build and it is showing just 1 error:

     can't find ../../../libs/libmpllib_Keil_M4FP/libmpllib.lib

 2 questions:
  1. Where can I get this lib ? and from "googling" I can get it from some github etc...; not sure whether there is an official version from Nordic ?

  2. This is probably more important question; what is this library for ? and where is the "h" file or doc associated with this lib ?

      Thanks for the help.
    

Lee

Parents
  • got it; I only downloaded from Nordic web site; there is a "github" website for this as well; got the following document:

    Create a user at https://www.invensense.com/. Under "Downloads" download "Embedded MotionDriver 6.12". Unzip the downloaded motion_driver_6.12 folder and navigate to motion_driver_6.12\mpl libraries\arm\Keil. Unzip the folder libmpllib_Keil_M4FP.zip. Copy the newly created folder libmpllib_Keil_M4FP to /libs. Finally, unzip \motion_driver_6.12\mpl libraries\arm\gcc4.9.3\liblibmplmpu_m4_hardfp.zip and copy the newly created folder liblibmplmpu_m4_hardfp to /libs.

    So problem solved.

    Thanks, Lee

Reply
  • got it; I only downloaded from Nordic web site; there is a "github" website for this as well; got the following document:

    Create a user at https://www.invensense.com/. Under "Downloads" download "Embedded MotionDriver 6.12". Unzip the downloaded motion_driver_6.12 folder and navigate to motion_driver_6.12\mpl libraries\arm\Keil. Unzip the folder libmpllib_Keil_M4FP.zip. Copy the newly created folder libmpllib_Keil_M4FP to /libs. Finally, unzip \motion_driver_6.12\mpl libraries\arm\gcc4.9.3\liblibmplmpu_m4_hardfp.zip and copy the newly created folder liblibmplmpu_m4_hardfp to /libs.

    So problem solved.

    Thanks, Lee

Children
Related