Advertisement
ZirconiumX

Untitled

Oct 29th, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. $ xargo build --target ps2
  2. Compiling core v0.0.0 (/home/lofty/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libcore) Finished release [optimized] target(s) in 24.17s Compiling compiler_builtins v0.1.0 (/home/lofty/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libcompiler_builtins) Finished release [optimized] target(s) in 2.64s Compiling hello-rs v0.1.0 (/media/tatokis/Holofty/lainux/ps2clang/hello-rs) error: linking with `/media/tatokis/Lain/lainux/ps2clang/prefix/bin/mips64el-none-elf-gcc` failed: exit code: 1 | = note: "/media/tatokis/Lain/lainux/ps2clang/prefix/bin/mips64el-none-elf-gcc" "-nostartfiles" "-L" "/home/lofty/.xargo/lib/rustlib/ps2/lib" "/media/tatokis/Holofty/lainux/ps2clang/hello-rs/target/ps2/debug/deps/hello_rs-86adab2d2f43b604.49c9k3gsyzu83blb.rcgu.o" "-o" "/media/tatokis/Holofty/lainux/ps2clang/hello-rs/target/ps2/debug/deps/hello_rs-86adab2d2f43b604" "-Wl,--gc-sections" "-nodefaultlibs" "-L" "/media/tatokis/Holofty/lainux/ps2clang/hello-rs/target/ps2/debug/deps" "-L" "/media/tatokis/Holofty/lainux/ps2clang/hello-rs/target/debug/deps" "-L" "/home/lofty/.xargo/lib/rustlib/ps2/lib" "-Wl,-Bstatic" "/home/lofty/.xargo/lib/rustlib/ps2/lib/libcore-1cb9f944b4eddee7.rlib" "/home/lofty/.xargo/lib/rustlib/ps2/lib/libcompiler_builtins-f7e81cbcfa038e07.rlib" "-Wl,-Bdynamic"
  3. = note: /media/tatokis/Holofty/lainux/ps2clang/prefix/lib/gcc/mips64el-none-elf/8.2.0/../../../../mips64el-none-elf/bin/ld: /media/tatokis/Holofty/lainux/ps2clang/hello-rs/target/ps2/debug/deps/hello_rs-86adab2d2f43b604.49c9k3gsyzu83blb.rcgu.o: ABI is incompatible with that of the selected emulation
  4. /media/tatokis/Holofty/lainux/ps2clang/prefix/lib/gcc/mips64el-none-elf/8.2.0/../../../../mips64el-none-elf/bin/ld: failed to merge target specific data of file /media/tatokis/Holofty/lainux/ps2clang/hello-rs/target/ps2/debug/deps/hello_rs-86adab2d2f43b604.49c9k3gsyzu83blb.rcgu.o
  5. collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement