Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. C:\Users\Al3x_10m\AppData\Local\Temp\cchBo7Jm.o: In function `main':
  2. C:\Users\Al3x_10m\Desktop\v2stuff\XDS/source/Main.cpp:26: undefined reference to `EmuWindow_GLFW::EmuWindow_GLFW()'
  3. C:\Users\Al3x_10m\Desktop\v2stuff\XDS/source/Main.cpp:28: undefined reference to `VideoCore::Init(EmuWindow*)'
  4. C:\Users\Al3x_10m\Desktop\v2stuff\XDS/source/Main.cpp:26: undefined reference to `EmuWindow_GLFW::~EmuWindow_GLFW()'
  5. C:\Users\Al3x_10m\Desktop\v2stuff\XDS/source/Main.cpp:26: undefined reference to `EmuWindow_GLFW::~EmuWindow_GLFW()'
  6. C:\Users\Al3x_10m\AppData\Local\Temp\ccUKxOy6.o: In function `KKernel::KKernel()':
  7. C:\Users\Al3x_10m\Desktop\v2stuff\XDS/source/kernel/Kernel.cpp:14: undefined reference to `HWBUS1::HWBUS1(KKernel*)'
  8. C:\Users\Al3x_10m\Desktop\v2stuff\XDS/source/kernel/Kernel.cpp:15: undefined reference to `HWBUS2::HWBUS2(KKernel*)'
  9. C:\Users\Al3x_10m\Desktop\v2stuff\XDS/source/kernel/Kernel.cpp:16: undefined reference to `HWBUS3::HWBUS3(KKernel*)'
  10. C:\Users\Al3x_10m\AppData\Local\Temp\ccJOkC30.o: In function `GPUHW::GPUHW(KKernel*)':
  11. C:\Users\Al3x_10m\Desktop\v2stuff\XDS/source/hardware/GPU.cpp:15: undefined reference to `Syncer::Syncer(GPUHW*, bool)'
  12. C:\Users\Al3x_10m\Desktop\v2stuff\XDS/source/hardware/GPU.cpp:16: undefined reference to `Syncer::Syncer(GPUHW*, bool)'
  13. C:\Users\Al3x_10m\AppData\Local\Temp\ccJOkC30.o: In function `GPUHW::Read8(unsigned int)':
  14. C:\Users\Al3x_10m\Desktop\v2stuff\XDS/source/hardware/GPU.cpp:22: undefined reference to `void GPU::Read<unsigned char>(unsigned char&, unsigned int)'
  15. C:\Users\Al3x_10m\AppData\Local\Temp\ccJOkC30.o: In function `GPUHW::Read16(unsigned int)':
  16. C:\Users\Al3x_10m\Desktop\v2stuff\XDS/source/hardware/GPU.cpp:34: undefined reference to `void GPU::Read<unsigned short>(unsigned short&, unsigned int)'
  17. C:\Users\Al3x_10m\AppData\Local\Temp\ccJOkC30.o: In function `GPUHW::Read32(unsigned int)':
  18. C:\Users\Al3x_10m\Desktop\v2stuff\XDS/source/hardware/GPU.cpp:47: undefined reference to `void GPU::Read<unsigned int>(unsigned int&, unsigned int)'
  19. C:\Users\Al3x_10m\AppData\Local\Temp\ccJOkC30.o: In function `GPUHW::Write8(unsigned int, unsigned char)':
  20. C:\Users\Al3x_10m\Desktop\v2stuff\XDS/source/hardware/GPU.cpp:60: undefined reference to `void GPU::Write<unsigned char>(unsigned int, unsigned char)'
  21. C:\Users\Al3x_10m\AppData\Local\Temp\ccJOkC30.o: In function `GPUHW::Write16(unsigned int, unsigned short)':
  22. C:\Users\Al3x_10m\Desktop\v2stuff\XDS/source/hardware/GPU.cpp:71: undefined reference to `void GPU::Write<unsigned short>(unsigned int, unsigned short)'
  23. C:\Users\Al3x_10m\AppData\Local\Temp\ccJOkC30.o: In function `GPUHW::Write32(unsigned int, unsigned int)':
  24. C:\Users\Al3x_10m\Desktop\v2stuff\XDS/source/hardware/GPU.cpp:82: undefined reference to `void GPU::Write<unsigned int>(unsigned int, unsigned int)'
  25. collect2.exe: error: ld returned 1 exit status
  26. make: *** [main] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement