hello Nordic
i am working with vs code with the nrf extension for vs code, usually works fine
i have some issue with building and i see that the path for the nrf connect SDK does not update:
it can be seen that ncs is set to dir workspace/ncs, but in the log it goes to ziv/ncs/ which is the wrong path, i tried to close and reopen the vs code and i see that when reopened it it again set to the wrong path, how can i fix this bug ?
the build fail log is this:
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Building augury_app
/bin/sh -c west build --build-dir /home/ziv/workspace/canary-ep/augury_app/build_apus_alpha /home/ziv/workspace/canary-ep/augury_app
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: /home/ziv/workspace/canary-ep/augury_app
-- Cache files will be written to: /home/ziv/.cache/zephyr
-- Zephyr version: 3.1.99 (/home/ziv/ncs/v2.1.0/zephyr)
-- Found west (found suitable version "0.14.0", minimum required is "0.7.1")
-- Board: apus_alpha_ncs
-- Found host-tools: zephyr 0.14.1 (/home/ziv/ncs/toolchains/v2.1.0/opt/zephyr-sdk)
-- Found dtc: /home/ziv/ncs/toolchains/v2.1.0/usr/bin/dtc (found suitable version "1.4.7", minimum required is "1.4.6")
-- Found toolchain: zephyr 0.14.1 (/home/ziv/ncs/toolchains/v2.1.0/opt/zephyr-sdk)
-- Found BOARD.dts: /home/ziv/workspace/canary-ep/boards/arm/apus_alpha_ncs/apus_alpha_ncs.dts
-- Found devicetree overlay: /home/ziv/workspace/canary-ep/augury_app/apus_alpha_ncs.overlay
'sck-pin' is marked as deprecated in 'properties:' in /home/ziv/ncs/v2.1.0/zephyr/dts/bindings/spi/nordic,nrf-spim.yaml for node /soc/spi@40003000.
'mosi-pin' is marked as deprecated in 'properties:' in /home/ziv/ncs/v2.1.0/zephyr/dts/bindings/spi/nordic,nrf-spim.yaml for node /soc/spi@40003000.
'miso-pin' is marked as deprecated in 'properties:' in /home/ziv/ncs/v2.1.0/zephyr/dts/bindings/spi/nordic,nrf-spim.yaml for node /soc/spi@40003000.
'sck-pin' is marked as deprecated in 'properties:' in /home/ziv/ncs/v2.1.0/zephyr/dts/bindings/spi/nordic,nrf-spim.yaml for node /soc/spi@40023000.
'mosi-pin' is marked as deprecated in 'properties:' in /home/ziv/ncs/v2.1.0/zephyr/dts/bindings/spi/nordic,nrf-spim.yaml for node /soc/spi@40023000.
'miso-pin' is marked as deprecated in 'properties:' in /home/ziv/ncs/v2.1.0/zephyr/dts/bindings/spi/nordic,nrf-spim.yaml for node /soc/spi@40023000.
this problem came out of nowhere, one day it works the next it does not, so unclear
hope to read from you soon, this is a real annoying setback
best regards
Ziv