Merged
Conversation
Based on opencv#24567
Contributor
Author
|
Additional notes for QNX SDP 7.0 (QCC 5.4): If only setting My solution to QNX SDP 7.0: |
Contributor
Author
|
@asmorkalov I still have a commit in local. Please don't merge before that. |
zchrissirhcz
added a commit
to zchrissirhcz/opencv
that referenced
this pull request
Jan 16, 2024
based on opencv#24864
zchrissirhcz
added a commit
to zchrissirhcz/opencv
that referenced
this pull request
Jan 17, 2024
based on opencv#24864
Merged
JStech
pushed a commit
to JStech/opencv
that referenced
this pull request
Jan 28, 2024
based on opencv#24864
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on #24567
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.
Build locally
Passing
-D OPENCV_SKIP_CMAKE_CXX_STANDARD=ONduring cmake configure. 100% build success with commit of 2791bb7:QNX SDP version: 7.1.0, which uses a C++ compiler version 8.3.0:
Due to QNX SDP license, I'm not sure if I can provide its installer.
The latest version of QNX SDP can be obtained from its website https://www.qnx.com/account/login.html (a registered account is required. Not tested with its latest QNX SDP yet).
What build errors this PR fixed?
Compile error
This PR fixed several compile error. A minimal reproduce code, which can cause similar compile error when using QNX SDP as toolchain, is this:
The errors are:
The solution is:
-D OPENCV_SKIP_CMAKE_CXX_STANDARD=ONLink error
The solutions is: