Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors Building Included Assembly Sources #1

Open
mesheets opened this issue Mar 29, 2020 · 0 comments
Open

Errors Building Included Assembly Sources #1

mesheets opened this issue Mar 29, 2020 · 0 comments

Comments

@mesheets
Copy link
Member

mesheets commented Mar 29, 2020

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.

@mesheets mesheets changed the title Building with ASM Sources Building with Assembly Sources Jul 27, 2024
@mesheets mesheets changed the title Building with Assembly Sources Building Included Assembly Sources Aug 3, 2024
@mesheets mesheets changed the title Building Included Assembly Sources Errors Building Included Assembly Sources Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant