commit | a4a259e93248cb4f923e9e08b1e33b983a616b87 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Aug 12 09:58:27 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Aug 12 11:57:05 2020 +0200 |
tree | 2f985c2daa11ad023ace64d6490eda1faa3b7754 | |
parent | d4ffcaa1245db1feb915bace5b4492a1d02707e8 [diff] |
qemu-check.exp: clean assertion failure message The message displayed by "make check" when an assertion failure is detected is as follows: $ PATH=~/work/clang-10.0.0/bin:$PATH make -j10 COMPILER=clang check [...] Starting QEMU... done, guest is booted. Running: xtest... '##########!!! TEE core assertion failed: 'assertion 'maps[map_idx].sz == sz' failed at ldelf/ta_elf.c:1351 in ta_elf_print_mappings() make: *** [Makefile:221: check] Error 1 $ The "TEE core assertion failed:' part is not needed and possibly misleading (in this case the assertion occurred in ldelf which is arguably not "TEE core"). Remove it. Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@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