Compiling Dolphin Core Error

Hi, i get a problem compiling the dolphin core: it´s relelated to some libretro Libraries, so i post it here:

/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../Core/CMakeFiles/core.dir/BootManager.cpp.o: warning: relocation against `_ZN8Libretro7Options13cheatsEnabledE' in read-only section `.text'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../Core/CMakeFiles/core.dir/BootManager.cpp.o: in function `BootManager::BootCore(std::unique_ptr<BootParameters, std::default_delete<BootParameters> >, WindowSystemInfo const&)':
BootManager.cpp:(.text+0x145b): undefined reference to `Libretro::Options::cheatsEnabled'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: BootManager.cpp:(.text+0x1460): undefined reference to `Libretro::Options::Option<bool>::Updated()'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: BootManager.cpp:(.text+0x1470): undefined reference to `Libretro::Options::cheatsEnabled'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: creating a DT_TEXTREL in object
collect2: error: ld returned 1 exit status
make[2]: *** [Source/Core/DolphinQt/CMakeFiles/dolphin-emu.dir/build.make:2032: Binaries/dolphin-emu] Error 1
make[1]: *** [CMakeFiles/Makefile2:1632: Source/Core/DolphinQt/CMakeFiles/dolphin-emu.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

any idea what goes wrong?

thank you christian

Hi Christian, Did you find out what is wrong yet? I’m hitting the same wall here.

Nope, still don´t compile… but i stuck in making the wii mote work as pointer in X :stuck_out_tongue: