This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Please help me solve the window error: Did not finish 'cmake'

1. When I start the SEGGER Embed open project: when 10_hello_world_clock_gettime, the following pop-up error pops up: Did not finish 'cmake',

2. When I close the window and reopen the project again, I can open it normally and not report any mistakes.

3. The specific works are as follows, please assist me in solving this error.

10_hello_world_clock_gettime.rar

  • Hi.

    I am not able to reproduce your error, so I am not really able to help you without any more information.

    However, when I try to build the project, I get an error saying that the compiler is not able to find "metal/time.h".

    If you press "OK", then select 'View' -> 'Output' from the top menu, then configure the 'Output' window/panel to 'Transcript' and 'Output', do you get any more information about what went wrong?

    Are you using SES and NCS from the Toolchain Manager, or have you installed either or both manually?

    Best regards,

    Didrik

  • I am using Toolchain Manager management ncs v1.2 and ncs v1.3.

  • Do you get any more output from SES/CMake?

    Are you able to build from the command line with West (remember to open the terminal from the Toolchain Manager)?

    I am not really able to help you without any more information about what is wrong, or being able to reproduce it myself.

  • Step 1: Open Toolchain Manager first.
    Step 2: Open the nRF Connect SDK v1.3.0.
    Step 3: Open the project:D:\ncs\v1.3.0\nrf\applications\asset_tracker
    Step 4: Close the project, close the sec.

    Step 5: Open the nRF Connect SDK v1.2.0.
    Step 6: Open The Project:D:\ncs\v1.2.0\nrf\applications\asset_tracker

    Then there's a cmake error: "Did not finish 'cmake'"

  • I am still not able to reproduce your problem.

    Did you remember to change the board to the v1.2.0 version as well?

    Did you clean the build directory?

    Can you send me the output in the "Output" window?

Related