-
Notifications
You must be signed in to change notification settings - Fork 137
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
error: implicit declaration of function 'esp_cpu_get_cycle_count' (AIS-1866) #151
Comments
The issue you're encountering is due to the IDF version being too low. You can directly upgrade to v5.0 or higher. If you prefer not to upgrade, you can simply comment out the relevant code, as it is just used for performance testing. |
I try to build using latest ESP-IDF v5.4, now I got different error. So which ESP-IDF can build this well? C:/Project/esp-skainet/examples/en_speech_commands_recognition/main/speech_commands_action.c: In function 'led_Task':
|
Checklist
How often does this bug occurs?
always
Expected behavior
I use ESP-IDF v.4.4.2 and try to compile "esp-skainet/examples/en_speech_commands_recognition/"
Compilation stop below .... Anybody help me what's wrong?
Actual behavior (suspected bug)
I use ESP-IDF v.4.4.2 and try to compile "esp-skainet/examples/en_speech_commands_recognition/"
Compilation stop below .... Anybody help me what's wrong?
Error logs or terminal output
Steps to reproduce the behavior
VS code with ESP-IDF extension v.4.4.2
Project release version
master
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
Windows 10
Shell
other (details in Additional context)
Additional context
VS code with ESP-IDF extension v.4.4.2
The text was updated successfully, but these errors were encountered: