mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
f698a1b2d3
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.