Compilation Problem

I am not able to compile some source code…
Pls note :QNX 6.2.1 Non Commercial evaluation s/w is installed on my machine

Th ERRORS of make:
cc -vnto -fpc -w5 -T 1 -N8192 -I …/…/include -I…/inc -D _BOB -D TEST -D TARGET -c dpsdisk.c
cc: unknown option: ‘-vnto’
make: *** [dpsdisk.o] Error 1

Makefile:1: /usr/include/make/qnxnto.mk: No such file or directory
make: *** No rule to make target `/usr/include/make/qnxnto.mk’. Stop.

Pl scan anyone suggest me.

Also can I use Photon Application Buider to compile my code consisting of just .c ,.h files and one Makefile ??

Was this a QNX4 makefile? The cc options look like they are for the watcom compiler. Try the following:

qcc -w5 -I…/…/include -I…/inc -D _BOB -D TEST -D TARGET -c dpsdisk.c

Or perhaps write a new makefile for it since it is obviously not a QNX6 makefile.