-
Notifications
You must be signed in to change notification settings - Fork 23
make error #17
Description
Undefined symbols for architecture arm64:
"___llvm_profile_runtime", referenced from:
___llvm_profile_runtime_user in libpython3.10.a(typeobject.o)
___llvm_profile_runtime_user in libpython3.10.a(bytearrayobject.o)
___llvm_profile_runtime_user in libpython3.10.a(bytesobject.o)
___llvm_profile_runtime_user in libpython3.10.a(methodobject.o)
___llvm_profile_runtime_user in libpython3.10.a(capsule.o)
___llvm_profile_runtime_user in libpython3.10.a(dictobject.o)
___llvm_profile_runtime_user in libpython3.10.a(errors.o)
...
(maybe you meant: ___llvm_profile_runtime_user)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/test12] Error 1
make[1]: *** [src/CMakeFiles/test12.dir/all] Error 2