Home
last modified time | relevance | path

Searched hist:"4 d09568d88dc03a57c28c77b6f601518b5f39654" (Results 1 – 1 of 1) sorted by relevance

/optee_os/lib/libutee/
H A Dtrace_ext.c4d09568d88dc03a57c28c77b6f601518b5f39654 Tue Sep 08 12:23:12 UTC 2020 Clement Faure <clement.faure@nxp.com> libutils: Fix fputs() when CFG_TEE_TA_LOG_LEVEL=0

When Optee OS is compiled with CFG_TEE_TA_LOG_LEVEL=0, Optee
test fails to compile properly:

arm-none-linux-gnueabihf-ld.bfd: libutils.a(fputs.o): in function `fputs':
fputs.c:15: undefined reference to `trace_ext_puts'
link.mk:109: recipe for target '5b9e0e40-2636-11e1-ad9e-0002a5d5c51b.elf'
failed

fputs is referenced by libstdc++.a which is used by the os_test
TA for the C++ tests.

Signed-off-by: Clement Faure <clement.faure@nxp.com>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Acked-by: Jerome Forissier <jerome@forissier.org>