Saturday, April 19, 2025

Got "Makefile:8: recurse.mk: No such file or directory" building a project after applying QNX 6.5 SP1

Got "Makefile:8: recurse.mk: No such file or directory" building a project after applying QNX 6.5 SP1

I applied QNX 6.5 SP1 to an existing QNX 6.5 on Raspberry Pi OS (2022-07-01-raspios-bullseye-i386) but I am getting error below when building.
/opt/qnx650/host/linux/x86/usr/bin/make -k CPULIST=x86 all --file=/tmp/QMakefile174511465999353758.tmp
Makefile:8: recurse.mk: No such file or directory
make: *** No rule to make target `recurse.mk'.
make: Failed to remake makefile `recurse.mk'.
make: *** No rule to make target `all'.
I don't know the workaround but I leaned I have to apply SP1 like below -
$ sudo -E ./qnxsdp-6.5.0SP1-201206271006-linux.bin
-E will preserve the environment variables when running the installer, which is required for successful installation.

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...