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

Problem installing on Tegra X1. aarch 64, nvcc fatal error #39

Open
mbeyeler opened this issue Sep 6, 2017 · 0 comments
Open

Problem installing on Tegra X1. aarch 64, nvcc fatal error #39

mbeyeler opened this issue Sep 6, 2017 · 0 comments

Comments

@mbeyeler
Copy link
Member

mbeyeler commented Sep 6, 2017

On Tegra, OS_SIZE is not correctly extracted. It should be a number (32 or 64), but instead on your platform is aarch64.

Fix by replacing line 55:
https://github.com/UCI-CARL/CARLsim4/blob/master/carlsim/configure.mk#L55

with:

OS_SIZE = $(shell uname -m | sed -e "s/i.86/32/" -e "s/x86_64/64/" -e "s/armv7l/32/" -e "s/aarch64/64/")
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