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

-march=native flags breaks cross-compilation #248

Open
dawagner opened this issue Jan 26, 2018 · 0 comments
Open

-march=native flags breaks cross-compilation #248

dawagner opened this issue Jan 26, 2018 · 0 comments

Comments

@dawagner
Copy link

cmake/CompilerOptions.cmake forces the -march=native compilation flag. It causes the resulting library to use the instructions set of the build host instead of those of the target machine which can then lead to a crash by illegal instruction (sigill).

dawagner added a commit to EasyMile/acado that referenced this issue Jan 26, 2018
It breaks cross-compilation: acado#248
rhinodavid referenced this issue in joeljacobs/openpilot Feb 28, 2019
Change distance cost and stopping distance
Added script to alter acado_solver.c and changed stopping distance to 5
lowered stopped accel
Fixed typo in generator.cpp and recompiled
updated instructions for acado
Manually edited acado_solover.c to make variable work
Distance weight changed from .1 to 10

Somehow lost cereal/car.capnp when upgrading

Added accel to this repo. Tired of updating lib/planner.py twice

Changed acceleration for tests

Added new RAv4 DBC

Added Toyota

Minor tweaks to get toyota in
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