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

Compile on ARM for Linux #352

Open
devshgraphicsprogramming opened this issue Aug 5, 2019 · 3 comments
Open

Compile on ARM for Linux #352

devshgraphicsprogramming opened this issue Aug 5, 2019 · 3 comments

Comments

@devshgraphicsprogramming
Copy link
Collaborator

devshgraphicsprogramming commented Aug 5, 2019

Need a Tegra dev-board to test with.

Requires #209 and #287

Might take some time because of need to find unaligned loads.

@devshgraphicsprogramming
Copy link
Collaborator Author

Try qemu with all the non-graphical features

Runtime unaligned load/store trapping https://stackoverflow.com/a/16549366

@devshgraphicsprogramming
Copy link
Collaborator Author

GCC flag -mno-unaligned-access could be useful

@devshgraphicsprogramming
Copy link
Collaborator Author

On x86 to prepare for ARM https://stackoverflow.com/a/17748435 also flag -Wcast-align is welcome

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