Search found 1 match

by semisdot
Wed Feb 18, 2026 4:06 pm
Forum: ESP-IDF
Topic: problem with esp-idf 4.0 and assembler
Replies: 1
Views: 2721

Re: problem with esp-idf 4.0 and assembler

I got similar errors from the assembler. This is how I resolved it:

[*] .pio/libdeps/esp32dev/ulptool-pio/src/ esp32ulp_build_recipe.py
sdk_hash = md5(os.path.join(PATHS['core'] , 'tools', 'sdk', 'esp32', 'include', 'config', 'sdkconfig.h'))

Put in 'esp32' how it is above.

[*] .pio/libdeps ...

Go to advanced search