This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

west build -b nrf9160_pca20035 FAILED (Windows 10)

 

Hi, 

I am trying to build an "asset tracking" application in Windows 10 using power shell, but it failed. 

Please find the logs below and direct me to the correct path.  

PS C:\ncs\nrf\applications\asset_tracker> west build -b nrf9160_pca20035ns
-- west build: build configuration:
source directory: C:\ncs\nrf\applications\asset_tracker
build directory: C:\ncs\nrf\applications\asset_tracker\build (created)
BOARD: nrf9160_pca20035ns (origin: command line)
-- west build: generating a build system
-- Using application from 'C:/ncs/nrf/applications/asset_tracker'
Zephyr version: 2.0.99
-- Found PythonInterp: C:/Python38/python.exe (found suitable version "3.8.0", minimum required is "3.4")
-- git describe failed: fatal: No tags can describe '5aa1e0d5fd58bb60cd76c19bfb175888dd473e8f'.
Try --always, or create some tags.;
BUILD_VERSION is left undefined
-- Selected BOARD nrf9160_pca20035ns
-- Found west: C:/Python38/Scripts/west.exe (found suitable version "0.6.0", minimum required is "0.6.0")
-- Cache files will be written to: C:\Users\spanidea\AppData\Local/.cache/zephyr
USING OUT OF TREE BOARD
CMake Error at C:/ncs/zephyr/cmake/extensions.cmake:1403 (message):
Assertion failed: Zephyr toolchain variant invalid: please set the
ZEPHYR_TOOLCHAIN_VARIANT-variable
Call Stack (most recent call first):
C:/ncs/zephyr/cmake/generic_toolchain.cmake:54 (assert)
C:/ncs/zephyr/cmake/app/boilerplate.cmake:507 (include)
CMakeLists.txt:11 (include)


-- Configuring incomplete, errors occurred!
ERROR: command exited with status 1: 'C:\Program Files\CMake\bin\cmake.EXE' '-BC:\ncs\nrf\applications\asset_tracker\build' '-SC:\ncs\nrf\applications\asset_tracker' -GNinja -DBOARD=nrf9160_pca20035ns
PS C:\ncs\nrf\applications\asset_tracker>

Parents
  • Hi.

    When building from the command line, you must set two environment variables:

    ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb

    GNUARMEMB_TOOLCHAIN_PATH=<path to the toolchain install folder>

    I've attached a picture of the content of the folder GNUARMEMB_TOOLCHAIN_PATH should point to

    Best regards,

    Didrik

  • Hi, 

    Yes, before post the above query, I have set environment variables. 

    Again one more time, I have set and tried. 

    set ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb

    set GNUARMEMB_TOOLCHAIN_PATH=C:\gnuarmemb\7 2018-q2-update

    But the same error. 

    I can see "-- Configuring incomplete, errors occurred!"            ==> Can you please refer me for the right configuration 

    Even though the right version of Python and west have installed, it's still demanding for the specific version, didn't understand...!!  

    And I am using tags (v1.0.0), I hope this won't cause any error. 

    Thank you for your help. 

  • Did you open a new shell/run refreshenv after setting the environment variables?

    There are newer versions of west than the one you have. You should upgrade to v0.6.3.

    Looking at your output one more time, I also noticed this line:

    git describe failed: fatal: No tags can describe '5aa1e0d5fd58bb60cd76c19bfb175888dd473e8f'.

    Python 3.8 struggles with installing some of the dependencies. Could you try to downgrade to 3.7?

    Also, on v1.0.0 you need to change the name of one of the dependencies (more info here: https://devzone.nordicsemi.com/f/nordic-q-a/51051/nrf-connect-sdk-install-issue-hub-2-0-not-found-leading-to-build-errors/205107#205107).

    In ncs/zephyr/scripts/requiremtents.txt, can you change the name "hub" to "git-spindle", and install the dependencies again?

  • Yes, I have followed all the steps above. But further, below Errors, I can see. 

    python --version  Python 3.7.2
    west --version     West version: v0.6.3
     git branch

    master

    * v1.0.0               ==> currently using branch. 

    git-spindle=2.0 (ncs/zephyr/scripts/requiremtents.txt)

    ***************************************** Build failed: Logs **********************************************

    west build -b nrf9160_pca20035ns -- west build: build configuration:
    source directory: C:\nordicthingy91\ncs\nrf\applications\asset_tracker
    build directory: C:\nordicthingy91\ncs\nrf\applications\asset_tracker\build (created)
    BOARD: nrf9160_pca20035ns (origin: command line)
    -- west build: generating a build system
    -- Using application from 'C:/nordicthingy91/ncs/nrf/applications/asset_tracker'
    Zephyr version: 2.0.99
    -- Found PythonInterp: C:/Python37/python.exe (found suitable version "3.7.2", minimum required is "3.4")
    -- Selected BOARD nrf9160_pca20035ns
    -- Found west: C:/Python37/Scripts/west.exe (found suitable version "0.6.3", minimum required is "0.6.0")
    -- Cache files will be written to: C:\Users\spanidea\AppData\Local/.cache/zephyr
    USING OUT OF TREE BOARD
    -- Loading C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/nrf9160_pca20035ns.dts as base
    -- Overlaying C:/nordicthingy91/ncs/zephyr/dts/common/common.dts
    Devicetree configuration written to C:/nordicthingy91/ncs/nrf/applications/asset_tracker/build/zephyr/include/generated/generated_dts_board.conf

    warning: TEST_RANDOM_GENERATOR (defined at subsys/random/Kconfig:8) was assigned the value 'y' but
    got the value 'n'. You can check symbol information (including dependencies) in the 'menuconfig'
    interface (see the Application Development Primer section of the manual), or in the Kconfig
    reference at
    docs.zephyrproject.org/.../CONFIG_TEST_RANDOM_GENERATOR.html (which is
    updated regularly from the master branch). See the 'Setting configuration values' section of the
    Board Porting Guide as well.
    Parsing Kconfig tree in C:/nordicthingy91/ncs/nrf/applications/asset_tracker/Kconfig
    C:/nordicthingy91/ncs/nrf/applications/asset_tracker\src/ui/Kconfig:27: WARNING: dt_str_val is deprecated.
    C:/nordicthingy91/ncs/nrf/applications/asset_tracker\src/ui/Kconfig:31: WARNING: dt_int_val is deprecated.
    C:/nordicthingy91/ncs/nrf/applications/asset_tracker\src/ui/Kconfig:35: WARNING: dt_int_val is deprecated.
    C:/nordicthingy91/ncs/nrf/applications/asset_tracker\src/ui/Kconfig:39: WARNING: dt_int_val is deprecated.
    C:/nordicthingy91/ncs/nrf/applications/asset_tracker\src/ui/Kconfig:53: WARNING: dt_str_val is deprecated.
    C:/nordicthingy91/ncs/nrf/applications/asset_tracker\src/ui/Kconfig:57: WARNING: dt_int_val is deprecated.
    C:/nordicthingy91/ncs/nrf/applications/asset_tracker\src/ui/Kconfig:79: WARNING: dt_str_val is deprecated.
    C:/nordicthingy91/ncs/nrf/applications/asset_tracker\src/ui/Kconfig:83: WARNING: dt_int_val is deprecated.
    C:/nordicthingy91/ncs/nrf/applications/asset_tracker\src/ui/Kconfig:87: WARNING: dt_int_val is deprecated.
    C:/nordicthingy91/ncs/nrf/applications/asset_tracker\src/ui/Kconfig:91: WARNING: dt_int_val is deprecated.
    C:/nordicthingy91/ncs/nrf/applications/asset_tracker\src/ui/Kconfig:95: WARNING: dt_int_val is deprecated.
    C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/Kconfig.defconfig:53: WARNING: dt_hex_val is deprecated.
    C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/Kconfig.defconfig:60: WARNING: dt_hex_val is deprecated.
    C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/Kconfig.defconfig:63: WARNING: dt_hex_val is deprecated.
    Loaded configuration 'C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/nrf9160_pca20035ns_defconfig'
    Merged configuration 'C:/nordicthingy91/ncs/nrf/applications/asset_tracker/prj_nrf9160_pca20035ns.conf'
    Configuration saved to 'C:/nordicthingy91/ncs/nrf/applications/asset_tracker/build/zephyr/.config'
    -- The C compiler identification is GNU 7.3.1
    -- The CXX compiler identification is GNU 7.3.1
    -- The ASM compiler identification is GNU
    -- Found assembler: C:/gnuarmemb/gcc_arm_none_eabi/bin/arm-none-eabi-gcc.exe
    -- Using application from 'C:/nordicthingy91/ncs/nrf/samples/nrf9160/spm'
    Zephyr version: 2.0.99
    Changed board to secure nrf9160_pca20035 (NOT NS)
    USING OUT OF TREE BOARD
    USING OUT OF TREE BOARD
    -- Loading C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/nrf9160_pca20035.dts as base
    -- Overlaying C:/nordicthingy91/ncs/zephyr/dts/common/common.dts
    Devicetree configuration written to C:/nordicthingy91/ncs/nrf/applications/asset_tracker/build/spm/zephyr/include/generated/generated_dts_board.conf
    Parsing Kconfig tree in C:/nordicthingy91/ncs/zephyr/Kconfig
    C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/Kconfig.defconfig:53: WARNING: dt_hex_val is deprecated.
    C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/Kconfig.defconfig:60: WARNING: dt_hex_val is deprecated.
    C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/Kconfig.defconfig:63: WARNING: dt_hex_val is deprecated.
    Loaded configuration 'C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/nrf9160_pca20035_defconfig'
    Merged configuration 'C:/nordicthingy91/ncs/nrf/samples/nrf9160/spm/prj.conf'
    Configuration saved to 'C:/nordicthingy91/ncs/nrf/applications/asset_tracker/build/spm/zephyr/.config'
    CMake Error at C:/nordicthingy91/ncs/zephyr/cmake/extensions.cmake:455 (target_sources):
    Cannot specify sources for target
    "C:__nordicthingy91__ncs__nrf__drivers__entropy" which is not built by this
    project.
    Call Stack (most recent call first):
    C:/nordicthingy91/ncs/zephyr/cmake/extensions.cmake:1182 (zephyr_library_sources)
    C:/nordicthingy91/ncs/zephyr/cmake/extensions.cmake:1033 (zephyr_library_sources_ifdef)
    ../../drivers/entropy/CMakeLists.txt:7 (zephyr_library_sources_if_kconfig)


    -- Using application from 'C:/nordicthingy91/ncs/mcuboot/boot/zephyr'
    Zephyr version: 2.0.99
    Changed board to secure nrf9160_pca20035 (NOT NS)
    USING OUT OF TREE BOARD
    USING OUT OF TREE BOARD
    -- Loading C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/nrf9160_pca20035.dts as base
    -- Overlaying C:/nordicthingy91/ncs/zephyr/dts/common/common.dts
    Devicetree configuration written to C:/nordicthingy91/ncs/nrf/applications/asset_tracker/build/mcuboot/zephyr/include/generated/generated_dts_board.conf

    warning: I2C_2 (defined at
    C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/Kconfig.defconfig:21, drivers/i2c/Kconfig:95)
    was assigned the value 'y' but got the value 'n'. You can check symbol information (including
    dependencies) in the 'menuconfig' interface (see the Application Development Primer section of the
    manual), or in the Kconfig reference at
    docs.zephyrproject.org/.../CONFIG_I2C_2.html (which is updated regularly
    from the master branch). See the 'Setting configuration values' section of the Board Porting Guide
    as well.
    Parsing Kconfig tree in C:/nordicthingy91/ncs/mcuboot/boot/zephyr/Kconfig
    C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/Kconfig.defconfig:53: WARNING: dt_hex_val is deprecated.
    C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/Kconfig.defconfig:60: WARNING: dt_hex_val is deprecated.
    C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/Kconfig.defconfig:63: WARNING: dt_hex_val is deprecated.
    Loaded configuration 'C:/nordicthingy91/ncs/nrf/boards/arm/nrf9160_pca20035/nrf9160_pca20035_defconfig'
    Merged configuration 'C:/nordicthingy91/ncs/mcuboot/boot/zephyr/prj.conf'
    Merged configuration 'C:/nordicthingy91/ncs/mcuboot/boot/zephyr/boards/nrf9160_pca20035.conf'
    Configuration saved to 'C:/nordicthingy91/ncs/nrf/applications/asset_tracker/build/mcuboot/zephyr/.config'
    CMake Warning at C:/nordicthingy91/ncs/zephyr/CMakeLists.txt:1558 (message):


    ------------------------------------------------------------
    --- WARNING: __ASSERT() statements are globally ENABLED ---
    --- The kernel will run more slowly and use more memory ---
    ------------------------------------------------------------


    Running Partition Manager...
    -- Configuring incomplete, errors occurred!
    See also "C:/nordicthingy91/ncs/nrf/applications/asset_tracker/build/CMakeFiles/CMakeOutput.log".
    See also "C:/nordicthingy91/ncs/nrf/applications/asset_tracker/build/CMakeFiles/CMakeError.log".
    ERROR: command exited with status 1: 'C:\Program Files\CMake\bin\cmake.EXE' '-BC:\nordicthingy91\ncs\nrf\applications\asset_tracker\build' '-SC:\nordicthingy91\ncs\nrf\applications\asset_tracker' -GNinja -DBOARD=nrf9160_pca20035ns

  • Can you try commit 2ca6e9cb010f7ec29308cb3cb589c1d68dc2f8e5?

    That commit works for me.

    cd ncs/nrf
    git checkout 2ca6e9cb010f7ec29308cb3cb589c1d68dc2f8e5
    west update

    You must also remember to delete the build directory or add the -p flag after doing changes to the environment to avoid using cached values.

Reply Children
Related