rticommunity / rticonnextdds-cmake-utils

This repository provides modules and scripts that simplify the process of building and running RTI Connext applications using CMake.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FindPackage] Support QNX7.1

lulivi opened this issue · comments

commented

Issue information

Field Value
Jira issue key INSTALL-595
OS(s) QNX
Connext version(s) --
Connext architecture(s) armv8QNX7.1qcc_gpp8.3.0

Description

Currently only QNX7.0.0 is supported, as the 5.4.0 qcc compiler is hard-coded in the script.

Steps to reproduce the issue

  1. Try to compile a QNX7.1 architecture
  2. An error will tell you that no qcc is found, because the proper path to it is not well constructed.

Expected behavior

Suggested solutions

Change the compiler options removing the version from the string from -Vgcc/5.4.0,xxxxx to -Vgcc,xxxxx.