Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.00 KB | None | 0 0
  1. /opt/devkitpro/devkitPPC/lib/gcc/powerpc-eabi/8.3.0/../../../../powerpc-eabi/bin/ld: /opt/devkitpro/devkitPPC/lib/gcc/powerpc-eabi/8.3.0/../../../../powerpc-eabi/lib/libstdc++fs.a(ops.o): in function `std::experimental::filesystem::v1::create_symlink(std::experimental::filesystem::v1::__cxx11::path const&, std::experimental::filesystem::v1::__cxx11::path const&, std::error_code&)':
  2. (.text._ZNSt12experimental10filesystem2v114create_symlinkERKNS1_7__cxx114pathES5_RSt10error_code+0x20): undefined reference to `symlink'
  3. /opt/devkitpro/devkitPPC/lib/gcc/powerpc-eabi/8.3.0/../../../../powerpc-eabi/bin/ld: /opt/devkitpro/devkitPPC/lib/gcc/powerpc-eabi/8.3.0/../../../../powerpc-eabi/lib/libstdc++fs.a(ops.o): in function `std::experimental::filesystem::v1::read_symlink(std::experimental::filesystem::v1::__cxx11::path const&, std::error_code&)':
  4. (.text._ZNSt12experimental10filesystem2v112read_symlinkERKNS1_7__cxx114pathERSt10error_code+0x100): undefined reference to `readlink'
  5. collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement