26 lines
2.3 KiB
Plaintext
26 lines
2.3 KiB
Plaintext
[1/9] Performing build step for 'bootloader'
|
|
[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin
|
|
Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free.
|
|
[2/9] No install step for 'bootloader'
|
|
[3/9] Completed 'bootloader'
|
|
[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj
|
|
/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'rx_task':
|
|
/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:73:27: warning: unused variable 'txBytes' [-Wunused-variable]
|
|
73 | const int txBytes = uart_write_bytes(UART_NUM_1, data, rxBytes);
|
|
| ^~~~~~~
|
|
/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level:
|
|
/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:48:13: warning: 'tx_task' defined but not used [-Wunused-function]
|
|
48 | static void tx_task(void *arg)
|
|
| ^~~~~~~
|
|
[5/9] Linking C static library esp-idf/main/libmain.a
|
|
[6/9] Generating ld/sections.ld
|
|
[7/9] Linking CXX executable uart_async_rxtxtasks.elf
|
|
[8/9] Generating binary image from built executable
|
|
esptool.py v4.8.1
|
|
Creating esp32c6 image...
|
|
Merged 1 ELF section
|
|
Successfully created esp32c6 image.
|
|
Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin
|
|
[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin
|
|
uart_async_rxtxtasks.bin binary size 0x2cbb0 bytes. Smallest app partition is 0x100000 bytes. 0xd3450 bytes (83%) free.
|