You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked the issue tracker for similar issues to ensure this is not a duplicate
Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
Tested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
always
Expected behavior
A Clean compile without error.
Actual behavior (suspected bug)
It was compiling fine with previous ESP-IDF ver. 5.3.2
Error logs or terminal output
D:/Desktop/esp-proj/ESP-IDF/esp-skainet/components/hardware_driver/boards/esp32s3-eye/bsp_board.c: In function'bsp_get_feed_data':
D:/Desktop/esp-proj/ESP-IDF/esp-skainet/components/hardware_driver/boards/esp32s3-eye/bsp_board.c:110:25: error: initialization of 'int32_t *' {aka 'long int *'} from incompatible pointer type'int16_t *' {aka 'short int *'} -Wincompatible-pointer-types]
110 | int32_t *tmp_buff = buffer;| ^~~~~~
Steps to reproduce the behavior
Open the project in ESP-IDF
Set SDK Config options:
Audio Media HAL > Audio hardware board: ESP32-S3-EYE
Run Build Project.
Project release version
latest
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
Windows 11
Shell
PowerShell
Additional context
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
failing to Build usb_mic_recorder on latest ESP-IDF
failing to Build usb_mic_recorder on latest ESP-IDF (AIS-1872)
Feb 3, 2025
D:/Desktop/esp-proj/ESP-IDF/esp-skainet/components/hardware_driver/boards/esp32s3-eye/bsp_board.c: In function 'bsp_get_feed_data':
D:/Desktop/esp-proj/ESP-IDF/esp-skainet/components/hardware_driver/boards/esp32s3-eye/bsp_board.c:110:25: error: initialization of 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int16_t *' {aka 'short int *'} [-Wincompatible-pointer-types]
110 | int32_t *tmp_buff = buffer;
| ^~~~~~
Checklist
How often does this bug occurs?
always
Expected behavior
A Clean compile without error.
Actual behavior (suspected bug)
It was compiling fine with previous ESP-IDF ver. 5.3.2
Error logs or terminal output
Steps to reproduce the behavior
Project release version
latest
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
Windows 11
Shell
PowerShell
Additional context
No response
The text was updated successfully, but these errors were encountered: