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

mbedtls missing

Dear, 

I started a new laptop Windows 10 Pro

installed nRF Connect, and followed the Started Assistant

installed the toolchain

downloaded the SES (v4.20a) 

-------------- i done it manytimes before 

then, I tried to run asset_tracker or at_client, gps.....

I got the same error:

I tried with SES v4.18 and the ncs_joakim#943 (it worked well on my old computer before) and I got the same problem. 

What did I miss on my new computer? Could you plz help me. 

Thanks, 

Best Regards, 

Hoang Nguyen

Parents
  • Hi,

     

    What did I miss on my new computer? Could you plz help me. 

    If you see issues with dependencies, like mbedtls missing, it is usually due to "west update" not being executed after checking out a different revision.

    Could you ensure that "west update" has been issued and completed successfully?

     

    Kind regards,

    Håkon

Reply
  • Hi,

     

    What did I miss on my new computer? Could you plz help me. 

    If you see issues with dependencies, like mbedtls missing, it is usually due to "west update" not being executed after checking out a different revision.

    Could you ensure that "west update" has been issued and completed successfully?

     

    Kind regards,

    Håkon

Children
  • HI

    I tried to follow the Guide to set up the nRF Connect SDK -official, v1.0.2 again

    and, and checkout master branch, west update. Then, I could run asset_tracker, gsp, ... 

     I tried to run my source code - which could run on my old computer  (ncs_joakim#943), it DOES NOT work, 

    the problem: 

    Can I extend SRAM to fix this error? do you have any suggestions 
    MVH, 
    Hoang Nguyen
  • sorry. I pressed the wrong option (reply/verify Answer)

  • and, with ncs_joakim#943, i just copied from the SDcard to my new comp

  • just tried to west update 

     

    but couldnt fix it

  • Dear Håkon, 

    My main purpose: make lit change in my source and run it again with ncs_joakim#934. Because ncs master branch is changing every day, we couldn't depend on you.