i am trying to build my profiler for debian arm64 environment but getting errors #109568
Unanswered
rameshrajappan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm building my clr profiler in a Ubuntu 20.04 ARM64 environment using a Docker container, i have downloaded the dotnet runtime code from repository and build subset clr and also build my profiler using clang++, but I'm encountering some errors like " undefined symbol: IID_ICorProfilerCallback3" from the ld debug error log while trying to link the profiler shared object(SO) file. Could anyone help me understand if I am missing any references or dependencies?
Thanks in advance!
Regards,
Ramesh
Beta Was this translation helpful? Give feedback.
All reactions