link error -- machine type conflict

Joined
Dec 5, 2006
Messages
13
Reaction score
0
Hello everyone,


I am building a DLL using embedded VC 4. When building a DLL (written in C) for platform MIPSFPU, there is a strange link error.

fatal error LNK1112: module machine type 'MIPS' conflicts with target machine type 'MIPSFPU'

Here is the link option I am using. I am wondering what is wrong with the settings?

commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /incremental:yes /pdb:"MIPSIVRel/recover.pdb" /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"MIPSIVRel/recover.dll" /implib:"MIPSIVRel/recover.lib" /subsystem:$(CESubsystem) /MACHINE:MIPSFPU


thanks in advance,
George
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top