-
Notifications
You must be signed in to change notification settings - Fork 95
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
P4 compile error (DSP-143) #90
Comments
Hi @Jason2866, Could you try to switch to latest idf master branch? Now only latest master has a toolchain to support esp32p4 instructions like Please let me know the result. |
Understood, branch IDF 5.2 is not supported. Can't change to IDF master branch easily, many code changes needed. Will the needed changes backported to IDF 5.3.x and 5.2.x? |
@Jason2866 I think it's a plans to make a backport. |
@Jason2866 |
Answers checklist.
IDF version.
IDF 5.2 latest master
Module or chip used.
Compile try for ESP32-P4
DSP version.
latest master
What is the expected behavior?
Code compiles
What is the actual behavior?
compile error with
modules/dotprod/float/dsps_dotprode_f32_arp4.S:52: Error: unrecognized opcode esp.lp.setup 0,a3,.dotprod_loop'
Steps to reproduce.
Just tring to compile fails
Code to reproduce this issue.
Debug logs.
See CI run of Arduino Lib Builder https://github.com/Jason2866/esp32-arduino-lib-builder/actions/runs/10341546001/job/28623471052
More Information.
No response
The text was updated successfully, but these errors were encountered: