You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/bin/ld: src/osd_sdl_gfx.o:/huexpress-git/src/huexpress-git/src/osd_sdl_gfx.c:26: multiple definition of `XBuf'; src/osd_sdl_machine.o:/huexpress-git/src/huexpress-git/src/osd_sdl_machine.c:13: first defined here
collect2: error: ld returned 1 exit status
I was able to get the emulator to compile by modifying one of the definitions of XBuf to
extern uchar* XBuf;
The text was updated successfully, but these errors were encountered:
when compiling:
I was able to get the emulator to compile by modifying one of the definitions of XBuf to
The text was updated successfully, but these errors were encountered: