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

Add support for QNX 7.1 build #761

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

Conversation

chachoi
Copy link

@chachoi chachoi commented Apr 5, 2023

Added QNX build files under the build_qnx folder.

Instructions for building with QNX 7.1:

  1. Setup the boost repo:
git clone https://github.com/chachoi/boost.git && cd boost
git checkout develop
  1. Replace "url = ../" in .gitmodules with "url = https://github.com/boostorg/". This step won't be necessary once this PR is merged.
  2. Init submodules:
git submodule update --init --recursive
  1. Change "QCC" in ./tools/build/src/tools/qcc.jam line 41 to "qcc". I submitted a PR for this change. This step won't be necessary once that PR is merged into https://github.com/boostorg/build.

  2. Source QNX 7.1 environment script:

source <path-to-script>/qnxsdp-env.sh
  1. Build and install
cd build_qnx
make -j 4 install
  1. Optional: build a test:
# Example: make test.<lib name> -j 4
make test.math -j 4

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