Skip to content
Snippets Groups Projects
Commit e6621bf7 authored by Julian Oes's avatar Julian Oes Committed by Daniel Agar
Browse files

boards: ignore sih for Snappy

When sih (simulation in hardware) was compiled for Snapdragon, we got
the linking problem below. I'm not sure why, supposedly the symbol
`double sin(double)` is missing.

undefined PLT symbol _LSin (705) /libpx4.so (symbol.c:303)
parent 7ec6f0dc
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ px4_add_board(
mc_pos_control
navigator
sensors
sih
#sih
simulator
vmount
vtol_att_control
......
......@@ -74,7 +74,7 @@ px4_add_board(
mc_att_control
mc_pos_control
sensors
sih
#sih
vmount
vtol_att_control
wind_estimator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment