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

Building with ASM Sources #1

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

Building with ASM Sources #1

mesheets opened this issue Mar 29, 2020 · 0 comments

Comments

@mesheets
Copy link
Contributor

The original Makefile utilized (optional?) platform-specific "ASM_SOURCES" when building.

For at least x86_64, the included assembly source file might no longer work with the latest build tools. The error message states to use the "-fPIC" option, but that has no effect on user-provided assembly files.

Additionally, there is no support for other platforms, such as ARM/Raspberry Pi.

Use of ASM_SOURCES appears to be optional, but it is not fully clear what difference might be caused by not having ASM_SOURCES.

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