Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failing to Build usb_mic_recorder on latest ESP-IDF (AIS-1872) #152

Open
3 tasks done
shvmm opened this issue Feb 3, 2025 · 2 comments
Open
3 tasks done

failing to Build usb_mic_recorder on latest ESP-IDF (AIS-1872) #152

shvmm opened this issue Feb 3, 2025 · 2 comments

Comments

@shvmm
Copy link

shvmm commented Feb 3, 2025

Checklist

  • 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

  1. Open the project in ESP-IDF
  2. Set SDK Config options:
  3. Audio Media HAL > Audio hardware board: ESP32-S3-EYE
  4. 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

@github-actions github-actions bot 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
@sun-xiangyu
Copy link
Contributor

Thanks for your feedback. It has been fixed.

@shvmm
Copy link
Author

shvmm commented Feb 22, 2025

Sorry, still not fixed

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;
      |                         ^~~~~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants