We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
g++ -v : Apple clang version 15.0.0 (clang-1500.3.9.4) Target: arm64-apple-darwin23.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin
报错 :
g++ -L. -L/lib64 -Wl,-rpath,/Users/xxh/source/ventus-gpgpu-isa-simulator/build/install/lib -shared -o libspike_main.so -install_name /Users/xxh/source/ventus-gpgpu-isa-simulator/build/install/lib/libspike_main.so spike_device.o libriscv.a libdisasm.a libsoftfloat.a libfesvr.a libfdt.a libriscv.a libdisasm.a libsoftfloat.a libfesvr.a libfdt.a -lpthread -lpthread ar rcs libspike_dasm.a spike_dasm_option_parser.o libriscv.a libsoftfloat.a libdisasm.a ld: warning: ignoring duplicate libraries: '-lpthread', 'libdisasm.a', 'libfdt.a', 'libfesvr.a', 'libriscv.a', 'libsoftfloat.a' ld: warning: search path '/lib64' not found ld: archive member 'libsoftfloat.a' not a mach-o file in '/Users/xxh/source/ventus-gpgpu-isa-simulator/build/libriscv.a' clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [libspike_main.so] Error 1 make: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered:
软件工具链的构建阶段吗?操作步骤可否告知?
Sorry, something went wrong.
No branches or pull requests
报错 :
The text was updated successfully, but these errors were encountered: