Closed chipweinberger closed 1 year ago
In /myapp/components/bootloader/subproject/CMakeLists.txt
I change this
before:
set(common_req log esp_rom esp_common esp_hw_support newlib)
after:
set(common_req log esp_rom esp_common esp_hw_support newlib hal)
It appears to have fixed it.
IDF version.
release/v5.1
Operating System used.
macOS
How did you build your project?
Command line with idf.py
What is the expected behavior?
Custom Bootloader should build. My booloader is located in:
/myapp/components/bootloader
and it is a near verbatim copy of/esp-idf/components/bootloader
.What is the actual behavior?
After upgrading to release/v5.1 from v4.4, my custom bootloader no longer builds.
I use a few uncommon functions from the
hal
component. But these includes are no longer found:Steps to reproduce.
Migrate from v4.4 to v5.1
Build or installation Logs.
More Information.
No response