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

Compiling Thingy 52 issue

Hi I have included Nordic Thingy52-SESFW to build my thingy:52 file and was at first met with path issues of nordic_common.h and core_cm4.h but have included them by adding in the file paths under common->preprocessor->user include directories. 

I then tried to compile again and was met with this problem. What can be done?

One of the nordic support engineers reminded me to run setup_sdk.bat to create the sdk_components folder. But I do not understand this at all. Disappointed Like after following the steps on the prerequisite, I clicked on setup_sdk.bat and they just showed me this:

Please do assist me with the prerequisite part too. I thank you.

Parents
  • Hi

    If you're not familiar with how to add things to your path with the Control Panel in Windows, I would suggest Chocolatey which will do this for you.

    • Install chocolatey from here.
    • Then, run choco install make in CMD

    You should now be able to use Make on Windows. Note that this is not Nordic specific, and if you got any particular questions on the process of installing Make or git on a computer, remember that Google (or your regional equivalent) is your friend.

    Best regards,

    Simon

Reply
  • Hi

    If you're not familiar with how to add things to your path with the Control Panel in Windows, I would suggest Chocolatey which will do this for you.

    • Install chocolatey from here.
    • Then, run choco install make in CMD

    You should now be able to use Make on Windows. Note that this is not Nordic specific, and if you got any particular questions on the process of installing Make or git on a computer, remember that Google (or your regional equivalent) is your friend.

    Best regards,

    Simon

Children
  • Thank you Simonr for directing me to setup make. I am now able to do the setup_sdk.bat. I tried to compile the file again and was met with some issues in particular: ../../../libs/liblibmplmpu_m4_hardfp/liblibmplmpu.a does not exist. I have actually added it to the libs file but it still could not compile.(second picture below) On top of this error, there are multiple others that I could not find the answer to on the community. What can I do?

Related