Bug 14876

Summary: arm-trusted-firmware can no longer be compiled with fPIE
Product: buildroot Reporter: alexandru.apostolescu
Component: OtherAssignee: unassigned
Status: RESOLVED WORKSFORME    
Severity: normal CC: buildroot
Priority: P5    
Version: 2022.02.3   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description alexandru.apostolescu 2022-06-27 10:09:40 UTC
After a recent commit the rule for fPIE was removed and supposedly replaced with flag "ENABLE_PIE" but it can not be found.
commit hash: 467836357943f3a08a2ee3686e2878c51f9c4453
Comment 1 alexandru.apostolescu 2022-06-27 10:13:03 UTC
By mistake I copied another commit hash. This is the mentioned commit hash: 1061ed6c6273e90618b05ddc0cb66be17364da33
Comment 2 Arnout Vandecappelle 2022-06-27 20:06:10 UTC
You need to set the configuration option BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES to ENABLE_PIE=1.

Closing this issue under the assumption that that helps. If not, please reopen.