You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ld: Undefined symbols:
___cyg_profile_func_enter, referenced from:
_func2 in main-7eb0ac.o
_func1 in main-7eb0ac.o
_main in main-7eb0ac.o
___cyg_profile_func_exit, referenced from:
_func2 in main-7eb0ac.o
_func1 in main-7eb0ac.o
_main in main-7eb0ac.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
...
This issue emerged from some PoC on uftrace project.
We want to solve the
-finstrument-functions
linking error.Even If When we do
-finstrument-functions
compiler option on basichello world
program. :)clang -O0 -ggdb -finstrument-functions -v main.c -o HelloMac
This issue emerged from some PoC on
uftrace
project.There are the log message by the
ktrace
. I want to see the library we are looking for.The text was updated successfully, but these errors were encountered: