Skip to content

QNX qcc toolchain sets relative CC/CXX/AR/LD paths → build scripts fail under Bazel sandbox #21

@dcalavrezo-qorix

Description

@dcalavrezo-qorix

When building Rust crates that run C/C++ build.rs for QNX (e.g., iceoryx2-pal-posix), the build fails inside Bazel’s sandbox because the qcc toolchain exports relative tool paths (CC, CXX, AR, LD). In the sandboxed runfiles CWD, those paths don’t exist, so the build script panics with Os { code: 2, NotFound }.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions