Advertisement
Ayush1325

Untitled

Jul 8th, 2023
619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.75 KB | None | 0 0
  1. Programming/BeagleBoard/beagle-play via 🐍 v3.11.4 (.venv) took 6s
  2. [fedora-toolbox:38] ❯ west build -d build/experiment -b beagleplay_cc1352 -p always experiment
  3. -- west build: making build dir /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/build/experiment pristine
  4. -- west build: generating a build system
  5. Loading Zephyr default modules (Zephyr base).
  6. -- Application: /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/experiment
  7. -- CMake version: 3.26.4
  8. -- Found Python3: /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/.venv/bin/python3.11 (found suitable exact version "3.11.
  9. -- Cache files will be written to: /var/home/ayush/.cache/zephyr
  10. -- Zephyr version: 3.4.0-rc2 (/var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr)
  11. -- Found west (found suitable version "1.0.0", minimum required is "0.14.0")
  12. -- Board: beagleplay_cc1352
  13. -- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
  14. -- Found host-tools: zephyr 0.16.1 (/var/home/ayush/.local/opt/zephyr-sdk-0.16.1)
  15. -- Found toolchain: zephyr 0.16.1 (/var/home/ayush/.local/opt/zephyr-sdk-0.16.1)
  16. -- Found Dtc: /var/home/ayush/.local/opt/zephyr-sdk-0.16.1/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", min
  17. -- Found BOARD.dts: /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/boards/arm/beagle_play_cc1352/beagleplay_cc1352.
  18. -- Generated zephyr.dts: /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/build/experiment/zephyr/zephyr.dts
  19. -- Generated devicetree_generated.h: /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/build/experiment/zephyr/include/genera
  20. -- Including generated dts.cmake file: /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/build/experiment/zephyr/dts.cmake
  21. Parsing /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/experiment/Kconfig
  22. Loaded configuration '/var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/boards/arm/beagle_play_cc1352/beagleplay_cc135
  23. Merged configuration '/var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/experiment/prj.conf'
  24. Configuration saved to '/var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/build/experiment/zephyr/.config'
  25. Kconfig header saved to '/var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/build/experiment/zephyr/include/generated/autoconf
  26. -- Found GnuLd: /var/home/ayush/.local/opt/zephyr-sdk-0.16.1/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr
  27. -- The C compiler identification is GNU 12.2.0
  28. -- The CXX compiler identification is GNU 12.2.0
  29. -- The ASM compiler identification is GNU
  30. -- Found assembler: /var/home/ayush/.local/opt/zephyr-sdk-0.16.1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
  31. -- Including signing script: /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/cmake/mcuboot.cmake
  32. CMake Warning at /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/cmake/mcuboot.cmake:28 (message):
  33.  Neither CONFIG_MCUBOOT_GENERATE_UNSIGNED_IMAGE or
  34.  CONFIG_MCUBOOT_SIGNATURE_KEY_FILE are set, the generated build will not be
  35.  bootable by MCUboot unless it is signed manually/externally.
  36. Call Stack (most recent call first):
  37.  /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/cmake/mcuboot.cmake:166 (zephyr_mcuboot_tasks)
  38.  /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/CMakeLists.txt:1788 (include)
  39.  
  40.  
  41. -- Configuring done (4.5s)
  42. -- Generating done (0.1s)
  43. -- Build files have been written to: /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/build/experiment
  44. -- west build: building application
  45. [1/213] Preparing syscall dependency handling
  46.  
  47. [2/213] Generating include/generated/version.h
  48. -- Zephyr version: 3.4.0-rc2 (/var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr), build: bcf-sdk-0.2.1-3359-ga3641861a
  49. [52/213] Building C object CMakeFiles/app.dir/src/hdlc.c.obj
  50. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/experiment/src/hdlc.c: In function 'smp_temp':
  51. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/experiment/src/hdlc.c:231:24: warning: passing argument 1 of 'hdlc_block_se
  52.  231 |   hdlc_block_send_sync(data, len, ADDRESS_MCUMGR, 0x03);
  53.      |                        ^~~~
  54. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/experiment/src/hdlc.c:211:35: note: expected 'uint8_t *' {aka 'unsigned cha
  55.  211 | int hdlc_block_send_sync(uint8_t *buffer, size_t buffer_len, uint8_t address,
  56.      |                          ~~~~~~~~~^~~~~~
  57. [58/213] Building C object zephy...sys/dfu/img_util/flash_img.c.obj
  58. FAILED: zephyr/CMakeFiles/zephyr.dir/subsys/dfu/img_util/flash_img.c.obj
  59. ccache /var/home/ayush/.local/opt/zephyr-sdk-0.16.1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DDeviceFamily_CC13X2X7 -DKERNEL -D__PROGRAM_
  60. In file included from /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/include/zephyr/device.h:12,
  61.                 from /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/include/zephyr/drivers/flash.h:28,
  62.                 from /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/include/zephyr/storage/stream_flash.h:25,
  63.                 from /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/include/zephyr/dfu/flash_img.h:18,
  64.                 from /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/subsys/dfu/img_util/flash_img.c:12:
  65. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/subsys/dfu/img_util/flash_img.c: In function 'flash_img_init':
  66. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/include/zephyr/devicetree.h:193:36: error: 'DT_N_NODELABEL_slot0_par
  67.  193 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
  68.      |                                    ^~~~~~~~~~~~~~~
  69. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/include/zephyr/devicetree.h:4140:24: note: in definition of macro 'D
  70. 4140 | #define DT_CAT(a1, a2) a1 ## a2
  71.      |                        ^~
  72. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/include/zephyr/storage/flash_map.h:306:35: note: in expansion of mac
  73.  306 | #define FIXED_PARTITION_ID(label) DT_FIXED_PARTITION_ID(DT_NODELABEL(label))
  74.      |                                   ^~~~~~~~~~~~~~~~~~~~~
  75. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/include/zephyr/devicetree.h:193:29: note: in expansion of macro 'DT_
  76.  193 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
  77.      |                             ^~~~~~
  78. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/include/zephyr/storage/flash_map.h:306:57: note: in expansion of mac
  79.  306 | #define FIXED_PARTITION_ID(label) DT_FIXED_PARTITION_ID(DT_NODELABEL(label))
  80.      |                                                         ^~~~~~~~~~~~
  81. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/subsys/dfu/img_util/flash_img.c:33:30: note: in expansion of macro '
  82.   33 | #define UPLOAD_FLASH_AREA_ID FIXED_PARTITION_ID(UPLOAD_FLASH_AREA_LABEL)
  83.      |                              ^~~~~~~~~~~~~~~~~~
  84. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/subsys/dfu/img_util/flash_img.c:98:39: note: in expansion of macro '
  85.   98 |         return flash_img_init_id(ctx, UPLOAD_FLASH_AREA_ID);
  86.      |                                       ^~~~~~~~~~~~~~~~~~~~
  87. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/include/zephyr/devicetree.h:193:36: note: each undeclared identifier
  88.  193 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
  89.      |                                    ^~~~~~~~~~~~~~~
  90. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/include/zephyr/devicetree.h:4140:24: note: in definition of macro 'DT_CAT'
  91. 4140 | #define DT_CAT(a1, a2) a1 ## a2
  92.      |                        ^~
  93. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/include/zephyr/storage/flash_map.h:306:35: note: in expansion of macro 'DT_FIXED_PARTITION_ID'
  94.  306 | #define FIXED_PARTITION_ID(label) DT_FIXED_PARTITION_ID(DT_NODELABEL(label))
  95.      |                                   ^~~~~~~~~~~~~~~~~~~~~
  96. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/include/zephyr/devicetree.h:193:29: note: in expansion of macro 'DT_CAT'
  97.  193 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
  98.      |                             ^~~~~~
  99. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/include/zephyr/storage/flash_map.h:306:57: note: in expansion of macro 'DT_NODELABEL'
  100.  306 | #define FIXED_PARTITION_ID(label) DT_FIXED_PARTITION_ID(DT_NODELABEL(label))
  101.      |                                                         ^~~~~~~~~~~~
  102. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/subsys/dfu/img_util/flash_img.c:33:30: note: in expansion of macro 'FIXED_PARTITION_ID'
  103.   33 | #define UPLOAD_FLASH_AREA_ID FIXED_PARTITION_ID(UPLOAD_FLASH_AREA_LABEL)
  104.      |                              ^~~~~~~~~~~~~~~~~~
  105. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/subsys/dfu/img_util/flash_img.c:98:39: note: in expansion of macro 'UPLOAD_FLASH_AREA_ID'
  106.   98 |         return flash_img_init_id(ctx, UPLOAD_FLASH_AREA_ID);
  107.      |                                       ^~~~~~~~~~~~~~~~~~~~
  108. /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/zephyr/subsys/dfu/img_util/flash_img.c:99:1: warning: control reaches end of non-void function [-Wreturn-type]
  109.   99 | }
  110.      | ^
  111. [71/213] Building C object zephy...arch32__cortex_m.dir/fault.c.obj
  112. ninja: build stopped: subcommand failed.
  113. FATAL ERROR: command exited with status 1: /usr/bin/cmake --build /var/home/ayush/Documents/Programming/BeagleBoard/beagle-play/build/exp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement