From 41d5f63ec5a4ea930c5ddc8d29bb35e2c2c1d9d5 Mon Sep 17 00:00:00 2001 From: Rob Armstrong Date: Wed, 22 Jan 2025 09:51:31 -0800 Subject: [PATCH] Add note about QNX to main README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e5d1b9c0..e20c86e8 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,12 @@ make -j$(nproc) ``` Transfer the built binaries to the Tegra device and execute them there. +### QNX + +Note that in the current branch sample cross-compilation for QNX is not fully validated. This placeholder will be updated in the +near future with QNX cross-compilation instructions. In the meantime, if you want to cross-compile for QNX please check out one +of the previous tags prior to the CMake build system transition in 12.8. + ## Samples list ### [0. Introduction](./Samples/0_Introduction/README.md)