Request for Assistance with Initial Setup of IDE for Development

Dear NRF Team,

I hope this message finds you well. I have been following the steps provided at the Dev Academy for the initial setup of the IDE. However, I have encountered different errors when attempting to use both Visual Studio and Segger IDEs. Despite my repeated attempts over the last two weeks, I have been unable to resolve these issues and proceed with my development work.

I would greatly appreciate it if you could provide me with guidance or the necessary resources to ensure a proper setup so that I can start my development. I am stuck at this point and would be thankful for any support or advice that could help me move forward.

Looking forward to your prompt assistance

Parents
  • Hello Shubham,

    the guides and Dev Acadamy tutorials are the right method for getting started with this. May I ask you for some details on what you are getting stuck with? Where does it fail and what have you tried? How far along in the Dev Acadamy tutorial did you get and what sort of errors are you seeing?

    Best regards

    Asbjørn

Reply
  • Hello Shubham,

    the guides and Dev Acadamy tutorials are the right method for getting started with this. May I ask you for some details on what you are getting stuck with? Where does it fail and what have you tried? How far along in the Dev Acadamy tutorial did you get and what sort of errors are you seeing?

    Best regards

    Asbjørn

Children

  • CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
    -- Configuring incomplete, errors occurred!
    FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\b620d30767\opt\bin\cmake.EXE' -DWEST_PYTHON=C:/ncs/toolchains/b620d30767/opt/bin/python.exe '-Bc:\myfw\ncsfund\blinky_l1_e1\build_2' -GNinja -DBOARD=nrf52840dk/nrf52840 -DNCS_TOOLCHAIN_VERSION=NONE -DCONF_FILE=c:/myfw/ncsfund/blinky_l1_e1/prj.conf -DBOARD_ROOT=c:/myfw/ncsfund/blinky_l1_e1 '-SC:\ncs\nrf_sdk\zephyr\share\sysbuild' '-DAPP_DIR:PATH=c:\myfw\ncsfund\blinky_l1_e1'

  • -- west build: generating a build system
    CMake Error at C:/ncs/toolchains/b620d30767/opt/share/cmake-3.21/Modules/CMakeDetermineSystem.cmake:131 (message):
    Could not find toolchain file:
    C:/ncs/sdk-nrf/zephyr/cmake/compiler/gcc.cmake
    Call Stack (most recent call first):
    CMakeLists.txt:17 (project)

Related