OP-TEE / manifest

Manifests to use OP-TEE on various platforms
69 stars 176 forks source link

common: update buildroot to 2024.05 #281

Closed jbech-linaro closed 5 months ago

jbech-linaro commented 5 months ago

With more recent versions of GCC (v14.x), the build fails with implicit declaration of function open_temp_exec_file(...) in libffi. The issue is seen with GCC v14.1.1 and libffi v3.4.4. A fix for this issue was merged in libffi v3.4.6, which is the version we get when updating Buildroot to v2024.05.

Tested-by: Joakim Bech joakim.bech@linaro.org (GCC 14.1.1/Fedora 40 and GCC 11.4.0/Ubuntu 22.04)

jenswi-linaro commented 5 months ago

Acked-by: Jens Wiklander <jens.wiklander@linaro.org>

jbech-linaro commented 5 months ago

Thanks @jenswi-linaro , I've added your tag.

jbech-linaro commented 5 months ago

Thanks @jforissier , I've added your tags as well. I believe this is ready to be merged now.