|
|
Building using Qnx 6.6 through commandline
|
|
09/10/2014 8:31 AM
post111686
|
Building using Qnx 6.6 through commandline
Hi ,
I am trying to compile our qnx project on commandline. It is working fine using Momentics IDE but not on command line.
So, I created a hello world qnx C++ project and built it from the IDE. It created all the .mk files and it succeeded .
After trying to run the same command in a cygwin terminal. I get the error
C:/qnx660/host/win32/x86/usr/bin/make.exe -j 1 -Cx86 -fMakefile all
make: Entering directory `C:/ide-5.0-workspace/testhello/x86'
Makefile:8: recurse.mk: No such file or directory
make: Leaving directory `C:/ide-5.0-workspace/testhello/x86'
make: *** No rule to make target `recurse.mk'. Stop.
I am sure I need to set some environment but would appreciate some guidance on that
Thanks
Shobha
|
|
|
|
|