|
|
Makefile:4: recurse.mk: No such file or directory
|
|
04/10/2013 5:17 PM
post100448
|
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?
|
|
|
|
|