Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Makefile:4: recurse.mk: No such file or directory: (2 Items)
   
Makefile:4: recurse.mk: No such file or directory  
I'm running QNXSDP-6.5.0 with SP1 on Windows 7.

PROCESSOR=AMD64
QNX_CONFIGURATION=C:\Program Files (x86)\QNX Software Systems
QNX_HOST=C:/QNX650/host/win32/x86
PATH=C:\QNX650\host\win32\x86\usr\bin;...
MAKEFLAGS=-IC:/QNX650/target/qnx6/usr/include

Trying to build my BSP for Nitrogen6X in QNX Momentics IDE after properly installing it via http://community.qnx.com/sf/
wiki/do/viewPage/projects.bsp/wiki/Bsp_650InstallationNotes.  This is what I get.

**** Build of configuration QNX QCC for project bsp-freescale-mx6q-nitrogen-src ****

make all 
cp -rf prebuilt/* install
make -Csrc hinstall
make[1]: Entering directory `C:/momentics-workspace/bsp-freescale-mx6q-nitrogen-src/src'
Makefile:4: recurse.mk: No such file or directory
make[1]: Leaving directory `C:/momentics-workspace/bsp-freescale-mx6q-nitrogen-src/src'
make[1]: *** No rule to make target `recurse.mk'.  Stop.
make: *** [install] Error 2

I've seen other user posts with similar error.  They all seemed to have been fixed by eliminating environment paths with
 whitespace.  The only environment variable with whitespace in its path is QNX_CONFIGURATION, but this doesn't seem like
 the cause of the problem.  Why is this generally a problem in QNX Momentics?
Re: Makefile:4: recurse.mk: No such file or directory  
Found the fix for the issue...

In Windows 7, you must install QNXSDP as administrator otherwise it may obliterate those files.