This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Arm GNU Toolchain 11.3.Rel1 missing gcov_* symbols

While building and linking with --coverage I receive missing reference error for __gcov_exit and __gcov_flush. I've checked with nm and it seems those symbols are nowhere to be found in the binary package. They were available in older versions (gcc 10), why they disappeared?

0