commit | 4b630426c9fdea0981b93028004c7a6f840348d7 | [log] [tgz] |
---|---|---|
author | Jorden Whitefield <jorden.whitefield@googlemail.com> | Wed Nov 18 17:05:40 2015 +0000 |
committer | Jorden Whitefield <jorden.whitefield@googlemail.com> | Thu Nov 19 11:06:34 2015 +0000 |
tree | 437adb1d27a0ab2f35b38c32e90d151e04017c3a | |
parent | 2a8ddf4a12b9eeafb3783f0bf00239deb418f307 [diff] |
qemu: Add "-Wno-error" flag to qemu target GCC 5 and above fails to build OP-TEE project under QEMU. Warnings are now treated as errors by default. On line 60 --extra-cflags="-Wno-error" fixes the issue. Please reference [OP-TEE/optee_os#550](https://github.com/OP-TEE/optee_os/issues/550) for specifics. My machine is running gcc version 5.2.1 20151010 and I can confirm this now works with change. It affects both default.xml and default_stable.xml repo configurations for OP-TEE. Reviewed-by: Victor Chong <victor.chong@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jorden Whitefield <j.whitefield@surrey.ac.uk>
Contains the necessary build files to handle OP-TEE for various setups, for now, please see manifest/README.md and OP-TEE/README.md for instructions.