-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
Snapdragon build fails at runtime (related to time functions) #11110
Comments
d1b44e5 before all the clock/sleep change works. |
I'm wondering if we could also produce a fake qurt executable to catch these linking issues at build time. This is incredibly annoying. |
@dagar will try to take a look once I get back to work. |
Thanks for the issue @karliss. Looks like some |
I can't reproduce the linking issue but it also doesn't actually run correctly ( I run:
The appsproc (Linux) side output is:
The DSP (Qurt) side is:
|
Ok, I then started all commands from
|
How can it work if only definition of px4_sleep is in drv_hrt.c under |
Ha, sorry. I should merge and not only fetch. Let me try again. |
Ok, now I can reproduce it! |
Should be fixed with #11115. |
After #11115 works. |
Describe the bug
Snapdragon build fails at runtime due to dynamic linking problems.
To Reproduce
Log Files and Screenshots
Additional context
I am guessing that this might be related to 547dd85 and following commits. @julianoes
The text was updated successfully, but these errors were encountered: