bifravst / cat-tracker-fw

Cat Tracker Firmware
https://bifravst.github.io/
3 stars 3 forks source link

Build for nrf9160_pca10015ns fails #31

Closed coderbyheart closed 4 years ago

coderbyheart commented 4 years ago

Since rebase in e490b427eac86ccf47cc49d941dbe042367c6c59

2019-10-29T10:55:21.8186812Z -- west build: making build dir /home/runner/work/cat-tracker-fw/cat-tracker-fw/nrf/applications/cat_tracker/build pristine
2019-10-29T10:55:22.0049891Z -- west build: build configuration:
2019-10-29T10:55:22.0051241Z        source directory: /home/runner/work/cat-tracker-fw/cat-tracker-fw/nrf/applications/cat_tracker
2019-10-29T10:55:22.0051851Z        build directory: /home/runner/work/cat-tracker-fw/cat-tracker-fw/nrf/applications/cat_tracker/build
2019-10-29T10:55:22.0052206Z        BOARD: nrf9160_pca10015ns (origin: command line)
2019-10-29T10:55:22.0052759Z -- west build: generating a build system
2019-10-29T10:55:22.1109052Z -- Using application from '/home/runner/work/cat-tracker-fw/cat-tracker-fw/nrf/applications/cat_tracker'
2019-10-29T10:55:22.1134714Z Zephyr version: 2.0.99
2019-10-29T10:55:22.1559848Z -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.6.8", minimum required is "3.4") 
2019-10-29T10:55:22.5079858Z -- git describe failed: fatal: No tags can describe 'b41b797295af21173a5e0bde8faa5b0243cb88f4'.
2019-10-29T10:55:22.5080740Z Try --always, or create some tags.;
2019-10-29T10:55:22.5081125Z    BUILD_VERSION is left undefined
2019-10-29T10:55:22.5083537Z -- Selected BOARD nrf9160_pca10015ns
2019-10-29T10:55:22.7089962Z -- Found west: /usr/local/bin/west (found suitable version "0.6.3", minimum required is "0.6.0")
2019-10-29T10:55:23.0504602Z -- Cache files will be written to: /home/runner/.cache/zephyr
2019-10-29T10:55:23.0506646Z USING OUT OF TREE BOARD
2019-10-29T10:55:23.0551076Z -- Loading /home/runner/work/cat-tracker-fw/cat-tracker-fw/nrf/boards/arm/nrf9160_pca10015/nrf9160_pca10015ns.dts as base
2019-10-29T10:55:23.0552780Z -- Overlaying /home/runner/work/cat-tracker-fw/cat-tracker-fw/zephyr/dts/common/common.dts
2019-10-29T10:55:23.4714836Z Devicetree configuration written to /home/runner/work/cat-tracker-fw/cat-tracker-fw/nrf/applications/cat_tracker/build/zephyr/include/generated/generated_dts_board.conf
2019-10-29T10:55:24.0330100Z Traceback (most recent call last):
2019-10-29T10:55:24.0332751Z   File "/home/runner/work/cat-tracker-fw/cat-tracker-fw/zephyr/scripts/dts/extract_dts_includes.py", line 167, in generate_bus_defines
2019-10-29T10:55:24.0333413Z     if 'child-bus' in parent_binding:
2019-10-29T10:55:24.0335532Z TypeError: argument of type 'NoneType' is not iterable
2019-10-29T10:55:24.0336450Z 
2019-10-29T10:55:24.0336653Z During handling of the above exception, another exception occurred:
2019-10-29T10:55:24.0336831Z 
2019-10-29T10:55:24.0337025Z Traceback (most recent call last):
2019-10-29T10:55:24.0337578Z   File "/home/runner/work/cat-tracker-fw/cat-tracker-fw/zephyr/scripts/dts/extract_dts_includes.py", line 565, in <module>
2019-10-29T10:55:24.0337862Z     main()
2019-10-29T10:55:24.0338379Z   File "/home/runner/work/cat-tracker-fw/cat-tracker-fw/zephyr/scripts/dts/extract_dts_includes.py", line 551, in main
2019-10-29T10:55:24.0338668Z     generate_defines()
2019-10-29T10:55:24.0339208Z   File "/home/runner/work/cat-tracker-fw/cat-tracker-fw/zephyr/scripts/dts/extract_dts_includes.py", line 474, in generate_defines
2019-10-29T10:55:24.0339483Z     generate_node_defines(node_path)
2019-10-29T10:55:24.0340051Z   File "/home/runner/work/cat-tracker-fw/cat-tracker-fw/zephyr/scripts/dts/extract_dts_includes.py", line 124, in generate_node_defines
2019-10-29T10:55:24.0340260Z     generate_bus_defines(node_path)
2019-10-29T10:55:24.0340652Z   File "/home/runner/work/cat-tracker-fw/cat-tracker-fw/zephyr/scripts/dts/extract_dts_includes.py", line 174, in generate_bus_defines
2019-10-29T10:55:24.0340863Z     .format(node_path, parent_path))
2019-10-29T10:55:24.0341065Z Exception: /soc/peripheral@40000000/i2c@a000/bme680@76 defines parent /soc/peripheral@40000000/i2c@a000 as bus master, but /soc/peripheral@40000000/i2c@a000 is not configured as bus master in binding
2019-10-29T10:55:24.0464731Z CMake Error at /home/runner/work/cat-tracker-fw/cat-tracker-fw/zephyr/cmake/dts.cmake:204 (message):
2019-10-29T10:55:24.0465228Z   command failed with return code: 1
2019-10-29T10:55:24.0465417Z Call Stack (most recent call first):
2019-10-29T10:55:24.0466556Z   /home/runner/work/cat-tracker-fw/cat-tracker-fw/zephyr/cmake/app/boilerplate.cmake:571 (include)
2019-10-29T10:55:24.0466853Z   CMakeLists.txt:11 (include)
2019-10-29T10:55:24.0467001Z 
2019-10-29T10:55:24.0467157Z 
2019-10-29T10:55:24.0470596Z -- Configuring incomplete, errors occurred!
2019-10-29T10:55:24.0558776Z ERROR: command exited with status 1: /usr/local/bin/cmake -B/home/runner/work/cat-tracker-fw/cat-tracker-fw/nrf/applications/cat_tracker/build -S/home/runner/work/cat-tracker-fw/cat-tracker-fw/nrf/applications/cat_tracker -GNinja -DBOARD=nrf9160_pca10015ns