Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing task: nRF Connect: Build [pristine]: nrf_tab/rev5 (active)
- Building nrf_tab
- 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
- -- west build: generating a build system
- Loading Zephyr default modules (Zephyr base).
- -- Application: /home/k/proj/nrf_tab
- -- CMake version: 3.20.5
- -- 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
- -- Cache files will be written to: /home/k/.cache/zephyr
- -- Zephyr version: 3.4.99 (/home/k/ncs/v2.5.2/zephyr)
- -- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
- -- Board: rev5
- -- Found host-tools: zephyr 0.16.1 (/home/k/ncs/toolchains/7795df4459/opt/zephyr-sdk)
- -- Found toolchain: zephyr 0.16.1 (/home/k/ncs/toolchains/7795df4459/opt/zephyr-sdk)
- -- Found Dtc: /home/k/ncs/toolchains/7795df4459/usr/bin/dtc (found suitable version "1.4.7", minimum required is "1.4.6")
- -- Found BOARD.dts: /home/k/proj/nrf_tab/boards/arm/rev5/rev5.dts
- -- Found devicetree overlay: /home/k/proj/nrf_tab/app.overlay
- -- Generated zephyr.dts: /home/k/proj/nrf_tab/rev5/zephyr/zephyr.dts
- -- Generated devicetree_generated.h: /home/k/proj/nrf_tab/rev5/zephyr/include/generated/devicetree_generated.h
- -- Including generated dts.cmake file: /home/k/proj/nrf_tab/rev5/zephyr/dts.cmake
- Parsing /home/k/proj/nrf_tab/Kconfig
- Loaded configuration '/home/k/proj/nrf_tab/boards/arm/rev5/rev5_defconfig'
- Merged configuration '/home/k/proj/nrf_tab/prj.conf'
- Configuration saved to '/home/k/proj/nrf_tab/rev5/zephyr/.config'
- Kconfig header saved to '/home/k/proj/nrf_tab/rev5/zephyr/include/generated/autoconf.h'
- -- 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")
- -- The C compiler identification is GNU 12.2.0
- -- The CXX compiler identification is GNU 12.2.0
- -- The ASM compiler identification is GNU
- -- Found assembler: /home/k/ncs/toolchains/7795df4459/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/k/proj/nrf_tab/rev5
- -- west build: building application
- [1/214] Preparing syscall dependency handling
- [3/214] Generating include/generated/version.h
- -- Zephyr version: 3.4.99 (/home/k/ncs/v2.5.2/zephyr), build: v3.4.99-ncs1-2
- [16/214] Building C object CMakeFiles/app.dir/src/impl/lc3_impl.c.obj
- ../src/impl/lc3_impl.c: In function 'encode_and_send':
- ../src/impl/lc3_impl.c:98:11: warning: unused variable 'ret' [-Wunused-variable]
- 98 | int ret = lc3_encode(
- | ^~~
- [17/214] Building C object CMakeFiles/app.dir/src/impl/pwm_leds.c.obj
- ../src/impl/pwm_leds.c: In function 'set_haptic_dc_0_to_100':
- ../src/impl/pwm_leds.c:226:10: warning: 'return' with a value, in function returning void [-Wreturn-type]
- 226 | return false;
- | ^~~~~
- ../src/impl/pwm_leds.c:224:6: note: declared here
- 224 | void set_haptic_dc_0_to_100(uint8_t duty_cycle_0_to_100){
- | ^~~~~~~~~~~~~~~~~~~~~~
- [18/214] Building C object CMakeFiles/app.dir/src/impl/inputs.c.obj
- ../src/impl/inputs.c: In function 'init_inputs':
- ../src/impl/inputs.c:145:7: warning: unused variable 'ret' [-Wunused-variable]
- 145 | int ret;
- | ^~~
- [19/214] Building C object CMakeFiles/app.dir/src/impl/bluetooth.c.obj
- ../src/impl/bluetooth.c:217:1: warning: multi-line comment [-Wcomment]
- 217 | // #define AVAILABLE_SINK_CONTEXT (BT_AUDIO_CONTEXT_TYPE_UNSPECIFIED | \
- | ^
- ../src/impl/bluetooth.c:223:1: warning: multi-line comment [-Wcomment]
- 223 | // #define AVAILABLE_SOURCE_CONTEXT (BT_AUDIO_CONTEXT_TYPE_UNSPECIFIED | \
- | ^
- ../src/impl/bluetooth.c:349:13: warning: 'disconnected_cb_with_reconnect' defined but not used [-Wunused-function]
- 349 | static void disconnected_cb_with_reconnect(struct bt_conn *conn, uint8_t reason)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../src/impl/bluetooth.c:138:16: warning: 'read_blsc' defined but not used [-Wunused-function]
- 138 | static ssize_t read_blsc(struct bt_conn *conn, const struct bt_gatt_attr *attr,
- | ^~~~~~~~~
- [214/214] Linking C executable zephyr/zephyr.elf
- Memory region Used Size Region Size %age Used
- FLASH: 299500 B 1 MB 28.56%
- RAM: 145176 B 256 KB 55.38%
- IDT_LIST: 0 GB 2 KB 0.00%
- * Terminal will be reused by tasks, press any key to close it
Advertisement
Add Comment
Please, Sign In to add comment