mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 12:50:30 +00:00
Specifying -fexceptions for the compiler is not enough. - add necessary zero padding after .eh_frame section - link .gcc_except_table_table in a way flash script does not complain - call __registrer_frame_info before global constructors Kudos jcmvbkbc for the necessary help.