Anybody having trouble compiling?
Using the following commandline:

Code
make -j3 TARGET=UME NOWERROR=1 USE_NETWORK=1 PTR64=1 sse4=1

I get this when it tries to link the executable:

Code
Linking UME64.exe...
obj/windows64/UME/UME/libbus.a(epson_lx800.o):epson_lx800.c:(.text+0x5b5): undef
ined reference to `e05a03_device::write(address_space&, unsigned int, unsigned c
har, unsigned char)'
obj/windows64/UME/UME/libbus.a(epson_lx800.o):epson_lx800.c:(.text+0x5e3): undef
ined reference to `e05a03_device::read(address_space&, unsigned int, unsigned ch
ar)'
c:/mingw64-w64/bin/../lib/gcc/x86_64-w64-mingw32/4.6.3/../../../../x86_64-w64-mi
ngw32/bin/ld.exe: obj/windows64/UME/UME/libbus.a(epson_lx800.o): bad reloc addre
ss 0x0 in section `.data'
c:/mingw64-w64/bin/../lib/gcc/x86_64-w64-mingw32/4.6.3/../../../../x86_64-w64-mi
ngw32/bin/ld.exe: final link failed: Invalid operation
collect2: ld returned 1 exit status
make: *** [UME64.exe] Error 1

Any ideas?

Last edited by arcadefan; 06/11/14 01:39 PM.