The original Makefile utilizes (optional?) platform-specific "ASM_SOURCES" when building. For at least x86_64, the included assembly source file no longer seems to work with the latest build tools.
In the interim, the setting of the Makefile variable that controls assembly file building is commented out.
/usr/bin/ld: h8300-x86-64.o: relocation R_X86_64_32S against undefined symbol `memtype' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
Makefile:94: recipe for target 'emu' failed
make: *** [emu] Error 1
Additionally, some users are now using other platforms such as ARM/Raspberry Pi, for which brickEmu currently lacks support.
The original Makefile utilizes (optional?) platform-specific "ASM_SOURCES" when building. For at least x86_64, the included assembly source file no longer seems to work with the latest build tools.
In the interim, the setting of the Makefile variable that controls assembly file building is commented out.
Additionally, some users are now using other platforms such as ARM/Raspberry Pi, for which brickEmu currently lacks support.