krazykman1

successful build output

Jun 21st, 2024
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | None | 0 0
  1. Executing task: nRF Connect: Build [pristine]: nrf_tab/rev5 (active)
  2.  
  3. Building nrf_tab
  4. west build --build-dir /home/k/proj/nrf_tab/rev5 /home/k/proj/nrf_tab --pristine --board rev5 --no-sysbuild -- -DNCS_TOOLCHAIN_VERSION=NONE -DBOARD_ROOT=/home/k/proj/nrf_tab -DCACHED_CONF_FILE=/home/k/proj/nrf_tab/prj.conf -DDTC_OVERLAY_FILE=/home/k/proj/nrf_tab/app.overlay
  5.  
  6. -- west build: generating a build system
  7. Loading Zephyr default modules (Zephyr base).
  8. -- Application: /home/k/proj/nrf_tab
  9. -- CMake version: 3.20.5
  10. -- Found Python3: /home/k/ncs/toolchains/7795df4459/usr/local/bin/python3.8 (found suitable version "3.8.2", minimum required is "3.8") found components: Interpreter
  11. -- Cache files will be written to: /home/k/.cache/zephyr
  12. -- Zephyr version: 3.4.99 (/home/k/ncs/v2.5.2/zephyr)
  13. -- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
  14. -- Board: rev5
  15. -- Found host-tools: zephyr 0.16.1 (/home/k/ncs/toolchains/7795df4459/opt/zephyr-sdk)
  16. -- Found toolchain: zephyr 0.16.1 (/home/k/ncs/toolchains/7795df4459/opt/zephyr-sdk)
  17. -- Found Dtc: /home/k/ncs/toolchains/7795df4459/usr/bin/dtc (found suitable version "1.4.7", minimum required is "1.4.6")
  18. -- Found BOARD.dts: /home/k/proj/nrf_tab/boards/arm/rev5/rev5.dts
  19. -- Found devicetree overlay: /home/k/proj/nrf_tab/app.overlay
  20. -- Generated zephyr.dts: /home/k/proj/nrf_tab/rev5/zephyr/zephyr.dts
  21. -- Generated devicetree_generated.h: /home/k/proj/nrf_tab/rev5/zephyr/include/generated/devicetree_generated.h
  22. -- Including generated dts.cmake file: /home/k/proj/nrf_tab/rev5/zephyr/dts.cmake
  23. Parsing /home/k/proj/nrf_tab/Kconfig
  24. Loaded configuration '/home/k/proj/nrf_tab/boards/arm/rev5/rev5_defconfig'
  25. Merged configuration '/home/k/proj/nrf_tab/prj.conf'
  26. Configuration saved to '/home/k/proj/nrf_tab/rev5/zephyr/.config'
  27. Kconfig header saved to '/home/k/proj/nrf_tab/rev5/zephyr/include/generated/autoconf.h'
  28. -- Found GnuLd: /home/k/ncs/toolchains/7795df4459/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
  29. -- The C compiler identification is GNU 12.2.0
  30. -- The CXX compiler identification is GNU 12.2.0
  31. -- The ASM compiler identification is GNU
  32. -- Found assembler: /home/k/ncs/toolchains/7795df4459/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
  33. -- Configuring done
  34. -- Generating done
  35. -- Build files have been written to: /home/k/proj/nrf_tab/rev5
  36. -- west build: building application
  37. [1/214] Preparing syscall dependency handling
  38.  
  39. [3/214] Generating include/generated/version.h
  40. -- Zephyr version: 3.4.99 (/home/k/ncs/v2.5.2/zephyr), build: v3.4.99-ncs1-2
  41. [16/214] Building C object CMakeFiles/app.dir/src/impl/lc3_impl.c.obj
  42. ../src/impl/lc3_impl.c: In function 'encode_and_send':
  43. ../src/impl/lc3_impl.c:98:11: warning: unused variable 'ret' [-Wunused-variable]
  44. 98 | int ret = lc3_encode(
  45. | ^~~
  46. [17/214] Building C object CMakeFiles/app.dir/src/impl/pwm_leds.c.obj
  47. ../src/impl/pwm_leds.c: In function 'set_haptic_dc_0_to_100':
  48. ../src/impl/pwm_leds.c:226:10: warning: 'return' with a value, in function returning void [-Wreturn-type]
  49. 226 | return false;
  50. | ^~~~~
  51. ../src/impl/pwm_leds.c:224:6: note: declared here
  52. 224 | void set_haptic_dc_0_to_100(uint8_t duty_cycle_0_to_100){
  53. | ^~~~~~~~~~~~~~~~~~~~~~
  54. [18/214] Building C object CMakeFiles/app.dir/src/impl/inputs.c.obj
  55. ../src/impl/inputs.c: In function 'init_inputs':
  56. ../src/impl/inputs.c:145:7: warning: unused variable 'ret' [-Wunused-variable]
  57. 145 | int ret;
  58. | ^~~
  59. [19/214] Building C object CMakeFiles/app.dir/src/impl/bluetooth.c.obj
  60. ../src/impl/bluetooth.c:217:1: warning: multi-line comment [-Wcomment]
  61. 217 | // #define AVAILABLE_SINK_CONTEXT (BT_AUDIO_CONTEXT_TYPE_UNSPECIFIED | \
  62. | ^
  63. ../src/impl/bluetooth.c:223:1: warning: multi-line comment [-Wcomment]
  64. 223 | // #define AVAILABLE_SOURCE_CONTEXT (BT_AUDIO_CONTEXT_TYPE_UNSPECIFIED | \
  65. | ^
  66. ../src/impl/bluetooth.c:349:13: warning: 'disconnected_cb_with_reconnect' defined but not used [-Wunused-function]
  67. 349 | static void disconnected_cb_with_reconnect(struct bt_conn *conn, uint8_t reason)
  68. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  69. ../src/impl/bluetooth.c:138:16: warning: 'read_blsc' defined but not used [-Wunused-function]
  70. 138 | static ssize_t read_blsc(struct bt_conn *conn, const struct bt_gatt_attr *attr,
  71. | ^~~~~~~~~
  72. [214/214] Linking C executable zephyr/zephyr.elf
  73. Memory region Used Size Region Size %age Used
  74. FLASH: 299500 B 1 MB 28.56%
  75. RAM: 145176 B 256 KB 55.38%
  76. IDT_LIST: 0 GB 2 KB 0.00%
  77. * Terminal will be reused by tasks, press any key to close it
Advertisement
Add Comment
Please, Sign In to add comment