Page MenuHomePhabricator
Feed Advanced Search

Advanced Search

Mon, Mar 31

hanimur added a comment to T996: Compiling bl31.elf with binutils 2.39 warns/fails with “ LOAD segment with RWX permissions”.

The warning "LOAD segment with RWX permissions" you're encountering when compiling bl31.elf with binutils 2.39 is related to stricter enforcement of memory permission flags in newer versions of the GNU linker (ld).Commuter This is a security measure to prevent executable, writable, and readable (RWX) memory segments, which can be exploited in attacks.

Mon, Mar 31, 9:13 PM · Trusted Firmware A