Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testsuite: coverage: fix arm64 build with gcov enabled
On ARM64 the build will fail with coverage and GCOV enabled: CONFIG_COVERAGE=y CONFIG_COVERAGE_GCOV=y CONFIG_FORCE_COVERAGE=y west build -b rcar_spider_ca55 -p always zephyr-dom0-xt \ -S xen_dom0 -- -DCONFIG_COVERAGE=y -DCONFIG_FORCE_COVERAGE=y Failure: "linker_zephyr_pre0.cmd:181: undefined symbol `__gcov_bss_end' referenced in expression" Fix build of ARM64 platforms with coverage and GCOV enabled. Signed-off-by: Grygorii Strashko <[email protected]> Acked-by: Volodymyr Babchuk <[email protected]> Acked-by: Dmytro Firsov <[email protected]>
- Loading branch information