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

How to use SDK 1.5

I am working with UBLOX AOA part and trying to program a custom module of nrf52833 instead of their UBLOX C209.

According to UBLOX they are using NRF CONNECT SDK 1.5 in order to complie and program the code.

As we know the latest version 1.7.1

I downloaded the version 1.5 but I got the following error:

avipa@DESKTOP-AN49O23 MINGW64 ~/OneDrive/Projects/UBloxAOA/C209Tag/c209-aoa-tag-master
$ west build -p=always -b nrf52833dk_nrf52833
-- west build: making build dir C:\Users\avipa\OneDrive\Projects\UBloxAOA\C209Tag\c209-aoa-tag-master\build pristine
CMake Error: Error processing file: C:/Users/avipa/ncs/v1.7.1/zephyr/cmake/pristine.cmake
FATAL ERROR: command exited with status 1: 'C:\Users\avipa\ncs\v1.5.0\toolchain\opt\bin\cmake.EXE' -P C:/Users/avipa/ncs/v1.7.1/zephyr/cmake/pristine.cmake

How can I fix this? Looks like V7.1,7 is still used somehow

Related