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

compiler/sim: Link with libbsd #2751

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

sjanc
Copy link
Contributor

@sjanc sjanc commented Jan 14, 2022

baselibc is providing some functions from libbsd eg strlcpy. We are
also using queue.h from BSD which on native build is system wide.

Unfortunatelly libbsd >= 0.11.3 is needed, see [1].
For older versions one need to "define __uintptr_t uintptr_t".

[1] https://gitlab.freedesktop.org/libbsd/libbsd/-/issues/6

baselibc is providing some functions from libbsd eg strlcpy. We are
also using queue.h from BSD which on native build is system wide.

Unfortunatelly libbsd >= 0.11.3 is needed, see [1].
For older versions one need to "define __uintptr_t uintptr_t".

[1] https://gitlab.freedesktop.org/libbsd/libbsd/-/issues/6
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

Successfully merging this pull request may close these issues.

None yet

1 participant