|
Re: Target to build OpenDDS with QNX tool chain
|
11/18/2022 7:04 AM
post121998
|
Re: Target to build OpenDDS with QNX tool chain
I think there are at least two problems here:
- the build includes files from /usr/include/..., that is your Linux host. You need to tell it to llok into $QNX_TARGET/
usr/include/.... What happens if you do "echo $QNX_TARGET" in the build console? It should point to your SDK
installation. You may also check the generated env scripts.
- It appears the build expects gcc v9. QNX SDP supports gcc v8.3.0 - you find headers under $QNX_TARGET/usr/include/c++/
8.3.0/*.
Regards,
Albrecht
|
|
|