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 Error: x0ax0a"Error(3002): ** internal ** - format not decided" when linking.
Ref. No. QNX.000010365
Category(ies) Development
Issue We compile three files with the following commands:

wcc386 LList.c
wcc386 Hash.c
wcc386 translate.c

then I use the following command to link them:

wlink file translate.o LList.o Hash.o

and I receive the following:

"Error(3002): ** internal ** - format not decided"

What is the cause behind this error?
Solution Don't call wcc386 yourself, wcc will do this for you, calling wcc386 has problems with not passing the correct options/parameters and there are a few hidden options to pass to it.  So instead use wcc when you compile your code.