|
Quote:
We are using a trial version of QNX Momentics IDE. We created a simple
"hello world" application. When we run the application, the following
build errors occur.
make CPULIST=x86 -k clean all
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 `clean'.
make: *** No rule to make target `all'.
What can be the possible reasons for the problem?
Do you have a copy of make somewhere in the path before the Momentics
install? Prior to 6.3.0 we would just spawn "make" instead of the
full-path to our edition of make. You can correct this one of two ways.
Either set the MAKEFLAGS environment variable to..
-I%QNX_TARGET%/usr/include
....or change your path so that the Momentics paths come first.
chris
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click |