Skip to content

Instantly share code, notes, and snippets.

@krofna
Created November 23, 2013 22:34
Show Gist options
  • Save krofna/7620872 to your computer and use it in GitHub Desktop.
Save krofna/7620872 to your computer and use it in GitHub Desktop.
Linking CXX executable rpcs3
CMakeFiles/rpcs3.dir/Emu/SysCalls/lv2/SC_sys_spu.cpp.o:(.bss+0x0): multiple definition of `sc_spu'
CMakeFiles/rpcs3.dir/Emu/SysCalls/lv2/SC_SPU_Thread.cpp.o:(.bss+0x0): first defined here
CMakeFiles/rpcs3.dir/Emu/SysCalls/lv2/SC_sys_spu.cpp.o: In function `sys_spu_initialize(unsigned int, unsigned int)':
SC_sys_spu.cpp:(.text+0x7c80): multiple definition of `sys_spu_initialize(unsigned int, unsigned int)'
CMakeFiles/rpcs3.dir/Emu/SysCalls/lv2/SC_SPU_Thread.cpp.o:SC_SPU_Thread.cpp:(.text+0x91f8): first defined here
CMakeFiles/rpcs3.dir/Gui/InterpreterDisAsm.cpp.o: In function `InstructionEditorDialog::InstructionEditorDialog(wxPanel*, unsigned long, CPUThread*, CPUDecoder*, CPUDisAsm*)':
InterpreterDisAsm.cpp:(.text+0x7c80): multiple definition of `InstructionEditorDialog::InstructionEditorDialog(wxPanel*, unsigned long, CPUThread*, CPUDecoder*, CPUDisAsm*)'
CMakeFiles/rpcs3.dir/Gui/InstructionEditor.cpp.o:InstructionEditor.cpp:(.text+0x7c80): first defined here
CMakeFiles/rpcs3.dir/Gui/InterpreterDisAsm.cpp.o: In function `InstructionEditorDialog::updatePreview(wxCommandEvent&)':
InterpreterDisAsm.cpp:(.text+0x8bbc): multiple definition of `InstructionEditorDialog::updatePreview(wxCommandEvent&)'
CMakeFiles/rpcs3.dir/Gui/InstructionEditor.cpp.o:InstructionEditor.cpp:(.text+0x8bbc): first defined here
CMakeFiles/rpcs3.dir/Gui/InterpreterDisAsm.cpp.o: In function `InstructionEditorDialog::InstructionEditorDialog(wxPanel*, unsigned long, CPUThread*, CPUDecoder*, CPUDisAsm*)':
InterpreterDisAsm.cpp:(.text+0x7c80): multiple definition of `InstructionEditorDialog::InstructionEditorDialog(wxPanel*, unsigned long, CPUThread*, CPUDecoder*, CPUDisAsm*)'
CMakeFiles/rpcs3.dir/Gui/InstructionEditor.cpp.o:InstructionEditor.cpp:(.text+0x7c80): first defined here
CMakeFiles/rpcs3.dir/Gui/MainFrame.cpp.o: In function `AboutDialog::AboutDialog(wxWindow*)':
MainFrame.cpp:(.text+0x7cc0): multiple definition of `AboutDialog::AboutDialog(wxWindow*)'
CMakeFiles/rpcs3.dir/Gui/AboutDialog.cpp.o:AboutDialog.cpp:(.text+0x7c80): first defined here
CMakeFiles/rpcs3.dir/Gui/MainFrame.cpp.o: In function `AboutDialog::OpenWebsite(wxCommandEvent&)':
MainFrame.cpp:(.text+0x8f7a): multiple definition of `AboutDialog::OpenWebsite(wxCommandEvent&)'
CMakeFiles/rpcs3.dir/Gui/AboutDialog.cpp.o:AboutDialog.cpp:(.text+0x8f3a): first defined here
CMakeFiles/rpcs3.dir/Gui/MainFrame.cpp.o: In function `AboutDialog::OpenForum(wxCommandEvent&)':
MainFrame.cpp:(.text+0x8fdc): multiple definition of `AboutDialog::OpenForum(wxCommandEvent&)'
CMakeFiles/rpcs3.dir/Gui/AboutDialog.cpp.o:AboutDialog.cpp:(.text+0x8f9c): first defined here
CMakeFiles/rpcs3.dir/Gui/MainFrame.cpp.o: In function `AboutDialog::AboutDialog(wxWindow*)':
MainFrame.cpp:(.text+0x7cc0): multiple definition of `AboutDialog::AboutDialog(wxWindow*)'
CMakeFiles/rpcs3.dir/Gui/AboutDialog.cpp.o:AboutDialog.cpp:(.text+0x7c80): first defined here
CMakeFiles/rpcs3.dir/Gui/RegisterEditor.cpp.o: In function `RegisterEditorDialog::RegisterEditorDialog(wxPanel*, unsigned long, CPUThread*, CPUDecoder*, CPUDisAsm*)':
RegisterEditor.cpp:(.text+0x7c80): multiple definition of `RegisterEditorDialog::RegisterEditorDialog(wxPanel*, unsigned long, CPUThread*, CPUDecoder*, CPUDisAsm*)'
CMakeFiles/rpcs3.dir/Gui/InterpreterDisAsm.cpp.o:InterpreterDisAsm.cpp:(.text+0x8e10): first defined here
CMakeFiles/rpcs3.dir/Gui/RegisterEditor.cpp.o: In function `RegisterEditorDialog::updateRegister(wxCommandEvent&)':
RegisterEditor.cpp:(.text+0x8e4e): multiple definition of `RegisterEditorDialog::updateRegister(wxCommandEvent&)'
CMakeFiles/rpcs3.dir/Gui/InterpreterDisAsm.cpp.o:InterpreterDisAsm.cpp:(.text+0x9fde): first defined here
CMakeFiles/rpcs3.dir/Gui/RegisterEditor.cpp.o: In function `RegisterEditorDialog::RegisterEditorDialog(wxPanel*, unsigned long, CPUThread*, CPUDecoder*, CPUDisAsm*)':
RegisterEditor.cpp:(.text+0x7c80): multiple definition of `RegisterEditorDialog::RegisterEditorDialog(wxPanel*, unsigned long, CPUThread*, CPUDecoder*, CPUDisAsm*)'
CMakeFiles/rpcs3.dir/Gui/InterpreterDisAsm.cpp.o:InterpreterDisAsm.cpp:(.text+0x8e10): first defined here
/usr/bin/ld: CMakeFiles/rpcs3.dir/Gui/MainFrame.cpp.o: undefined reference to symbol 'inflate'
/lib/x86_64-linux-gnu/libz.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [rpcs3] Error 1
make[1]: *** [CMakeFiles/rpcs3.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment