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
{{ message }}
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
Hi,
I have an issue if I try to execute make in the build folder
.build git:(master) ✗ make
[ 12%] Built target opentracing
[ 24%] Built target opentracing-static
[ 43%] Built target opentracing_mocktracer
[ 60%] Built target opentracing_mocktracer-static
Consolidate compiler generated dependencies of target mocktracer_tracer_test
[ 61%] Building CXX object mocktracer/test/CMakeFiles/mocktracer_tracer_test.dir/tracer_test.cpp.o
In file included from opentracing-cpp/mocktracer/test/tracer_test.cpp:9:
opentracing-cpp/3rd_party/include/opentracing/catch2/catch.hpp:4167:13: error: unrecognized instruction mnemonic, did you mean: bit, cnt, hint, ins, not?
CATCH_BREAK_INTO_DEBUGGER();
^
following be similiar errors..
Do you have an idea how to resolve the issue? Thanks in advance!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I have an issue if I try to execute make in the build folder
following be similiar errors..
Do you have an idea how to resolve the issue? Thanks in advance!
The text was updated successfully, but these errors were encountered: