BullseyeCoverage
When building and instrumenting with GCC, one or both of the errors below occurs.
BullseyeCoverage_definitions:…: undefined reference to `__dso_handle' relocation … against undefined hidden symbol `__dso_handle' can not be used when making a shared object
Possible alternative resolutions are listed below.
-nostartfiles
g++ command, you must also link with the g++.
Do not link C++ code with ld or gcc.
Updated: 5 Dec 2017
Copyright © Bullseye Testing Technology. All Rights Reserved.