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

mingw-build: Build winpthreads library #29

Merged

Conversation

stephanosio
Copy link
Member

@stephanosio stephanosio commented Oct 24, 2024

Build MinGW-w64 winpthreads library, which enables pthread support on
MinGW-w64 toolchain.

pthread support is required when compiling libgcc with posix thread
model.

Fixes #28

Make sure that MinGW toolchain build script exits on error.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
@stephanosio stephanosio force-pushed the fix_mingw_posix_libgcc branch from ccc795a to 9b3207f Compare October 24, 2024 07:42
Build MinGW-w64 winpthreads library, which enables pthread support on
MinGW-w64 toolchain.

pthread support is required when compiling libgcc with posix thread
model.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
@stephanosio stephanosio force-pushed the fix_mingw_posix_libgcc branch from 9b3207f to 66cc8f8 Compare October 24, 2024 13:10
@stephanosio stephanosio marked this pull request as ready for review October 24, 2024 13:14
@stephanosio stephanosio merged commit df7b045 into zephyrproject-rtos:main Oct 24, 2024
3 checks passed
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.

mingw-w64-posix toolchain is missing libgcc binaries
1 participant