Home
Developer Resources
QNX RTOS v4
QNX RTOS v4 Knowledge Base

QNX RTOS v4 Knowledge Base

Foundry27
Foundry27
QNX RTOS v4 project
Resources

QNX RTOS v4 Knowledge Base

Title Interrupted make problems in QNX 4.
Ref. No. QNX.000003309
Category(ies) Utilities, Development
Issue Intterrupting a make compile does not clean up the .o files. Subsequent attempts with make using the .o file gives an invalid object module error.

Why does this occur?
Solution You can modify your make file to include a clean up function, or you will have to manually watch for where the compile breaks and delete that .o file.

or

you can delete all .o files and start over,

or

touch all your .c files.

There are many ways around this. However, they are all manual, except for the modifying of the make file.