mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-20 00:09:11 +00:00

Newer GNU bin-utils version 2.39 has started emitting a warning about an executable stack region for Linux target build: /usr/bin/ld: warning: x509_crt_bundle.S.o: missing .note.GNU-stack section implies executable stack Fix the issue by adding appropriate "noexecute" attribute for stack section.