-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello,
I followed the readme.md in the qnx_qemu folder as well as setup the credential_helper for QNX. But I get the following error when running the command:
bazel build --config=x86_64-qnx //build:init
Error:
ERROR: /workspaces/reference_integration/qnx_qemu/build/BUILD:45:8: Action build/init.ifs failed: (Exit 1): process-wrapper failed: error executing Action command
(cd /var/cache/bazel/4bc9e27776607046a15bda5c9585531c/sandbox/processwrapper-sandbox/1/execroot/_main &&
exec env -
PATH=/proc/self/cwd/external/score_toolchains_qnx++toolchains_qnx+toolchains_qnx_sdp/host/linux/x86_64/usr/bin
QNX_CONFIGURATION_EXCLUSIVE=/var/tmp/.qnx
QNX_HOST=/proc/self/cwd/external/score_toolchains_qnx++toolchains_qnx+toolchains_qnx_sdp/host/linux/x86_64
QNX_SHARED_LICENSE_FILE=/opt/score_qnx/license/licenses
QNX_TARGET=/proc/self/cwd/external/score_toolchains_qnx++toolchains_qnx+toolchains_qnx_sdp/target/qnx
TMPDIR=/tmp
/var/cache/bazel/install/9aa3bacfddcda35365a34655dd0531c0/process-wrapper '--timeout=0' '--kill_delay=15' '--stats=/var/cache/bazel/4bc9e27776607046a15bda5c9585531c/sandbox/processwrapper-sandbox/1/stats.out' external/score_toolchains_qnx++toolchains_qnx+toolchains_qnx_sdp/host/linux/x86_64/usr/bin/mkifs build/init.build bazel-out/k8-fastbuild/bin/build/init.ifs)
src/main/tools/process-wrapper-legacy.cc:80: "execvp(external/score_toolchains_qnx++toolchains_qnx+toolchains_qnx_sdp/host/linux/x86_64/usr/bin/mkifs, ...)": No such file or directory
Target //build:init failed to build
Any suggestion to resolve this error?
Thanks.