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

[OWC libc] Add Watcom headers to libc, add 'make owc c86' #2158

Merged
merged 1 commit into from
Dec 28, 2024
Merged

Conversation

ghaerr
Copy link
Owner

@ghaerr ghaerr commented Dec 28, 2024

Fixes build confusion issues from @toncho11, discussed in #2112 (comment).

Adds stdarg.h and other headers required to build ELKS C library into libc/include/watcom/.

Adds the capability to build OpenWatcom C library using "make owc" from top level.

Adds the capability to build C86 C library (after building OpenWatcom library and 8086 toolchain) using "make c86" from top level.

The $WATCOM/h header files are no longer required to be installed to build the OpenWatcom C library on ELKS, nor to build the 8086 toolchain tools using OpenWatcom.

@ghaerr
Copy link
Owner Author

ghaerr commented Dec 28, 2024

@toncho11, the 8086 toolchain build has been modified to not try building examples/ automatically in ghaerr/8086-toolchain#18. You can pull those changes down to your fork also, thanks.

@ghaerr ghaerr merged commit f42f9a9 into master Dec 28, 2024
2 checks passed
@ghaerr ghaerr deleted the watcom branch December 28, 2024 22:45
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.

1 participant