-
Notifications
You must be signed in to change notification settings - Fork 49
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
[bug] QNX SDP 7.0 debug build with stabs #453
Labels
transition
Transition to bfgroup/b2
Comments
Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2 |
johnmcfarlane
added a commit
to johnmcfarlane/b2
that referenced
this issue
Mar 8, 2024
As per the patch put forward in boostorg/build#453
14 tasks
grafikrobot
pushed a commit
to bfgroup/b2
that referenced
this issue
Mar 8, 2024
As per the patch put forward in boostorg/build#453
Fixed externally thanks to @johnmcfarlane |
grafikrobot
pushed a commit
to grafikrobot/boostorg.build
that referenced
this issue
Mar 11, 2024
As per the patch put forward in boostorg#453
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
while compiling code with QNX SDP 7.0 (GCC 5.4) I get an error:
I investigated the problem and found out that the
qcc.jam
specifies the-gstabs+
flag.build/src/tools/qcc.jam
Line 51 in a83f94a
build/src/tools/qcc.jam
Line 167 in a83f94a
The QCC compiler wrapper docs describe only
-g
as compiler argument (see QNX 7.0, QNX 6.5).I have patched the file with the attached patch file (locally):
boost_build_qcc_fix_debug_build_parameter.patch.txt
The text was updated successfully, but these errors were encountered: