Skip to content

bpo-31904: Add support for VxWorks RTOS #11951

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

Closed
wants to merge 26 commits into from

Conversation

pxinwr
Copy link
Contributor

@pxinwr pxinwr commented Feb 20, 2019

This PR enables cpython to cross-build on VxWorks RTOS. As part of the whole effort, this PR only aims at achieving some basic support including most of built-in modules, os and subprocess modules. More and full support will continuously added by the coming PRs.
VxWorks is a product developed and owned by Wind River. For VxWorks introduction or more details, go to https://www.windriver.com/products/vxworks/
Wind River will have a dedicated engineering team to contribute to the support as maintainers.
We already have a working buildbot worker internally, but has not bound to master. We will check the process for the buildbot, then add it.

https://bugs.python.org/issue31904

hliu0 and others added 24 commits February 20, 2019 11:09
The main reason are:
1. The locale is frequently misconfigured.
2. Missing some functions to deal with locale in VxWorks C library.
Redefine autoconf m4 macro for:
1. Passing compiler check
2. Passing lib and function search check
Modify configure.ac for VxWorks and generate new configure
…ompiler driver, python doesn't need that changes after switching to use the compiler driver.
@pxinwr pxinwr requested a review from gpshead as a code owner February 20, 2019 03:51
@the-knights-who-say-ni
Copy link

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

You can check yourself to see if the CLA has been received.

Thanks again for your contribution, we look forward to reviewing it!

@vstinner
Copy link
Member

This PR is too big, it must be splitted into smaller parts:

  • UTF-8 encoding
  • subprocess + _vxapi module
  • time changes: clock, mktime, etc.
  • other misc changes: DELIM, configure, etc.

I'm interested to review the first one, UTF-8/encoding changes ;-)

@pxinwr
Copy link
Contributor Author

pxinwr commented Feb 21, 2019

This PR is too big, it must be splitted into smaller parts:

* UTF-8 encoding

* subprocess + _vxapi module

* time changes: clock, mktime, etc.

* other misc changes: DELIM, configure, etc.

I'm interested to review the first one, UTF-8/encoding changes ;-)

OK. I will close this big one and split it into several smaller ones. Thanks for your comments.

@pxinwr pxinwr closed this Feb 21, 2019
@kuhlenough kuhlenough mannequin mentioned this pull request Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants