Skip to content

Commit

Permalink
waf: added -lpthread for QURT
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed May 19, 2024
1 parent b919dc2 commit b808b85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/ardupilotwaf/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -1696,6 +1696,7 @@ def configure_env(self, cfg, env):
"--wrap=memalign",
"--wrap=__stack_chk_fail",
"-lc",
'-lpthread',
f"-soname={cfg.env.HEXAGON_APP}",
"--start-group",
"--whole-archive",
Expand Down

0 comments on commit b808b85

Please sign in to comment.