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
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