commit | 9eccdd56a756d7e669b80c94dabc70fa558c07af | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Fri Oct 15 22:39:57 2021 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Oct 19 18:24:46 2021 +0200 |
tree | 71f317de6fb4a69fb603c5e583dbe17e95bb7cf3 | |
parent | d22f2dc9f0004b8c9cf71e46c815aeea1804fef9 [diff] |
buildroot: Update toolchain when GDBSERVER=y Fix the following build error: $ make GDBSERVER=y ... Makefile.legacy:9: *** "You have legacy configuration in your .config! Please check your configuration.". Stop. The error was introduced by the upgrade to Buildroot 2021.08 [1]. The deprecated option can be found by running "make menuconfig" in out-br/ and checking the "Legacy options" submenu. It shows that "gcc 8.x support removed" is selected. We can also see that BR2_GCC_VERSION_8_X=y appears just below the comment "Legacy options removed in 2021.08" in out-br/.config. This options comes from file br-ext/configs/toolchain-br. Upgrade the toolchain to 10.x which is available in Buildroot 2021.08 and corresponds to the pre-built version we use by default ("make toolchains" currently downloads 10.2). Link: https://github.com/OP-TEE/manifest/commit/e8d2210 Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers