Error configuring OpenThread Radio Co-processor on nRF52840 Dongle

I bought this device becouse I want to use it as Open Thread Border Router.

I followed the steps on your website: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/matter/openthread_rcp_nrf_dongle.html

In debian I had 2 errors on the step number 4, this two errors are related to CMake.

In windows with a powershell I don't know how to execute the python script.

Also I can't use the nrfutil, I read on the internet that error is due to python.

I don't know how to configure this nRF52840 as an open thread border router.

I would be extremely grateful If you share with me the firmware and the combination buttons for use Simplicity Studio 5 or Flash Programmer 2 and flash the firmware or you tell me how can I avoid the script problems. THANKS A LOT.

Parents
  • -- The C compiler identification is unknown
    -- The CXX compiler identification is unknown
    CMake Error at CMakeLists.txt:30 (project):
      The CMAKE_C_COMPILER:

        arm-none-eabi-gcc

      is not a full path and was not found in the PATH.

      Tell CMake where to find the compiler by setting either the environment
      variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
      the compiler, or to the compiler name if it is in the PATH.


    CMake Error at CMakeLists.txt:30 (project):
      The CMAKE_CXX_COMPILER:

        arm-none-eabi-g++

      is not a full path and was not found in the PATH.

      Tell CMake where to find the compiler by setting either the environment
      variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
      to the compiler, or to the compiler name if it is in the PATH.


    -- Configuring incomplete, errors occurred!

Reply
  • -- The C compiler identification is unknown
    -- The CXX compiler identification is unknown
    CMake Error at CMakeLists.txt:30 (project):
      The CMAKE_C_COMPILER:

        arm-none-eabi-gcc

      is not a full path and was not found in the PATH.

      Tell CMake where to find the compiler by setting either the environment
      variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
      the compiler, or to the compiler name if it is in the PATH.


    CMake Error at CMakeLists.txt:30 (project):
      The CMAKE_CXX_COMPILER:

        arm-none-eabi-g++

      is not a full path and was not found in the PATH.

      Tell CMake where to find the compiler by setting either the environment
      variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
      to the compiler, or to the compiler name if it is in the PATH.


    -- Configuring incomplete, errors occurred!

Children
Related