-
Notifications
You must be signed in to change notification settings - Fork 834
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
correct cmake script to support Open Watcom toolchain #8167
base: master
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
Hi @jmalak , Can you tell us more about your project and interest in our library? I recently worked with a customer for Watcom-C compiler support, but I did not try it with CMake. We do require a contributor agreement to be in place to accept code changes. We could treat this as a bug report if that becomes an issue. Are you planning additional pull requests? Thanks, David Garske, wolfSSL |
The main interest is to compile WolfSSL by Open Watcom toolchain, because OpenSSL is too much non-standard and requires many patches to do it working with Open Watcom. I thing that WolfSSL is more suitable to port to Open Watcom with much smaller number of changes. It should enable Open Watcom users to use WolfSSL for theirs applications. Main interest is build for Linux/Windows/OS/2 targets.
Yes I am planning to do more pull requests because in WolfSSL are some incompatibilities with Open Watcom which will requires small changes by example for Windows thread support. Please If you need some agreement then give me some link to info how to process. |
Hi @jmalak , That's wonderful! To start the process of becoming an approved contributor please email support@wolfssl.com and refernce a link to this PR and include your country of residence. Thanks, |
0d523d3
to
6acec23
Compare
Open Watcom doesn't support -Wall it uses -wx instead -wcd=202 suppress message about unreferenced functions
Sorry, I put some WIP into this branch. Now it is corrected. |
ok to test |
retest this please |
Description
CMake build by Open Watcom toolchain failed due to -Wall option
Open Watcom doesn't support -Wall option it uses -wx instead
-wcd=202 option suppress message about unreferenced functions
Testing
Run WolfSSL CMake build with Open Watcom toolchain
It will not report incorrect -Wall option