Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. stephan@King-PC-Linux:/media/stephan/Volume/Development/Repositories/FVP$ cargo build
  2. Compiling fvp v0.1.0 (file:///media/stephan/Volume/Development/Repositories/FVP)
  3. error: linking with `cc` failed: exit code: 1
  4. note: "cc" "-Wl,--as-needed" "-m64" "-L" "/usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/media/stephan/Volume/Development/Repositories/FVP/target/debug/fvp.o" "-o" "/media/stephan/Volume/Development/Repositories/FVP/target/debug/fvp" "-Wl,--whole-archive" "-l" "morestack" "-Wl,--no-whole-archive" "-Wl,--gc-sections" "-pie" "-nodefaultlibs" "/media/stephan/Volume/Development/Repositories/FVP/target/debug/deps/libffmpeg-2237698f5e29be22.rlib" "/media/stephan/Volume/Development/Repositories/FVP/target/debug/deps/libffmpeg_sys-d38bc7223a5b45c2.rlib" "/media/stephan/Volume/Development/Repositories/FVP/target/debug/deps/liblibc-144c435538abd757.rlib" "/media/stephan/Volume/Development/Repositories/FVP/target/debug/deps/libbitflags-c495827ddcd6a202.rlib" "/usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62abc69f.rlib" "/usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcollections-62abc69f.rlib" "/usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_unicode-62abc69f.rlib" "/usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-62abc69f.rlib" "/usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62abc69f.rlib" "/usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-62abc69f.rlib" "/usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-62abc69f.rlib" "-L" "/media/stephan/Volume/Development/Repositories/FVP/target/debug" "-L" "/media/stephan/Volume/Development/Repositories/FVP/target/debug/deps" "-L" "/usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/media/stephan/Volume/Development/Repositories/FVP/.rust/lib/x86_64-unknown-linux-gnu" "-L" "/media/stephan/Volume/Development/Repositories/FVP/lib/x86_64-unknown-linux-gnu" "-Wl,-Bstatic" "-Wl,-Bdynamic" "-l" "avutil" "-l" "avcodec" "-l" "avformat" "-l" "c" "-l" "m" "-l" "dl" "-l" "pthread" "-l" "rt" "-l" "gcc_s" "-l" "pthread" "-l" "c" "-l" "m" "-l" "compiler-rt"
  5. note: /usr/bin/ld: /usr/local/lib/libavformat.a(rmsipr.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
  6. /usr/local/lib/libavformat.a: error adding symbols: Bad value
  7. collect2: error: ld returned 1 exit status
  8.  
  9. error: aborting due to previous error
  10. Could not compile `fvp`.
  11.  
  12. To learn more, run the command again with --verbose.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement