I just install the QNX Momentic IDE 6.3 trial version for windows host.I try to make simple hello world program using C++ languge. The Problem is
when compile it error found in makefile.
***commands comence before first target. Stop
after i readjust the makefile still error on it, but different which:
Its really confused me because all the source code in c++ and makefile refer from its help manual.
could anyone show me, the rules to create makefile for simple C++ proram.(etc Hello World) in QNX Momentics 6.3.?? How to solve this?
could any one suggest web pages for beginner?
Ok first try g++ -c -g main.cpp on the command line to confirm your setup is ok. With what editor are you creating the file. I get the filling the format of your makefile is screwed up.
The fact that you had an error on [clean] is very suspicious.