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
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 text was updated successfully, but these errors were encountered:
mesheets
changed the title
Building with ASM Sources
Building with Assembly Sources
Jul 27, 2024
mesheets
changed the title
Building with Assembly Sources
Building Included Assembly Sources
Aug 3, 2024
mesheets
changed the title
Building Included Assembly Sources
Errors Building Included Assembly Sources
Aug 3, 2024
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.
The text was updated successfully, but these errors were encountered: