33 lines
2.9 KiB
Plaintext
33 lines
2.9 KiB
Plaintext
[1/13] Building C object esp-idf/servo/CMakeFiles/__idf_servo.dir/servo.c.obj
|
|
|
|
E:/Espressif/frameworks/esp-idf-v5.0.4/app/wheel/components/servo/servo.c: In function 'servo_set_angle':
|
|
E:/Espressif/frameworks/esp-idf-v5.0.4/app/wheel/components/servo/servo.c:46:19: warning: unused variable 'duty_pre_ms' [-Wunused-variable]
|
|
46 | static double duty_pre_ms = pow(2, 13) / 20.0;
|
|
| ^~~~~~~~~~~
|
|
At top level:
|
|
E:/Espressif/frameworks/esp-idf-v5.0.4/app/wheel/components/servo/servo.c:46:19: warning: 'duty_pre_ms' defined but not used [-Wunused-variable]
|
|
E:/Espressif/frameworks/esp-idf-v5.0.4/app/wheel/components/servo/servo.c:8:20: warning: 'TAG' defined but not used [-Wunused-variable]
|
|
8 | static const char *TAG = "servo";
|
|
| ^~~
|
|
[2/13] Linking C static library esp-idf\servo\libservo.a
|
|
|
|
[3/13] Performing build step for 'bootloader'
|
|
|
|
[1/1] cmd.exe /C "cd /D E:\Espressif\frameworks\esp-idf-v5.0.4\app\wheel\build\bootloader\esp-idf\esptool_py && E:\Espressif\python_env\idf5.0_py3.11_env\Scripts\python.exe E:/Espressif/frameworks/esp-idf-v5.0.4/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 E:/Espressif/frameworks/esp-idf-v5.0.4/app/wheel/build/bootloader/bootloader.bin"
|
|
|
|
Bootloader binary size 0x4f90 bytes. 0x3070 bytes (38%) free.
|
|
|
|
[4/11] Building C object esp-idf/adc_measure/CMakeFiles/__idf_adc_measure.dir/adc_measure.c.obj
|
|
|
|
[5/11] Linking C static library esp-idf\adc_measure\libadc_measure.a
|
|
|
|
[6/11] Building C object esp-idf/mcpwm_bdc_control/CMakeFiles/__idf_mcpwm_bdc_control.dir/mcpwm_bdc_control.c.obj
|
|
|
|
E:/Espressif/frameworks/esp-idf-v5.0.4/app/wheel/components/mcpwm_bdc_control/mcpwm_bdc_control.c: In function 'pid_loop_cb':
|
|
E:/Espressif/frameworks/esp-idf-v5.0.4/app/wheel/components/mcpwm_bdc_control/mcpwm_bdc_control.c:137:24: warning: unused variable 'motor' [-Wunused-variable]
|
|
137 | bdc_motor_handle_t motor = ctx->motor;
|
|
| ^~~~~
|
|
[7/11] Linking C static library esp-idf\mcpwm_bdc_control\libmcpwm_bdc_control.a
|
|
|
|
[8/11] Generating ld/sections.ld
|
|
|
|
[9/11] Linking CXX executable wheel.elf
|
|
|
|
[10/11] Generating binary image from built executable
|
|
|
|
esptool.py v4.6.2
|
|
|
|
Creating esp32s3 image...
|
|
|
|
Merged 2 ELF sections
|
|
|
|
Successfully created esp32s3 image.
|
|
|
|
Generated E:/Espressif/frameworks/esp-idf-v5.0.4/app/wheel/build/wheel.bin
|
|
[11/11] cmd.exe /C "cd /D E:\Espressif\frameworks\esp-idf-v5.0.4\app\wheel\build\esp-idf\esptool_py && E:\Espressif\python_env\idf5.0_py3.11_env\Scripts\python.exe E:/Espressif/frameworks/esp-idf-v5.0.4/components/partition_table/check_sizes.py --offset 0x8000 partition --type app E:/Espressif/frameworks/esp-idf-v5.0.4/app/wheel/build/partition_table/partition-table.bin E:/Espressif/frameworks/esp-idf-v5.0.4/app/wheel/build/wheel.bin"
|
|
|
|
wheel.bin binary size 0xb9820 bytes. Smallest app partition is 0x100000 bytes. 0x467e0 bytes (28%) free.
|
|
|