Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linking error when compiling for MIPSIV processor with Standard SDK an

Status
Not open for further replies.

dmosses

Programmer
Nov 5, 2003
11
0
0
GB
Hi,
I wonder if anyone could help me with this problem. I am trying to compile a dll for a MIPSIV processor but keep receiving the following error:

Linking...
coredll.lib(COREDLL.dll) : fatal error LNK1112: module machine type 'MIPSFPU' conflicts with target machine type 'MIPS'
Error executing link.exe.

The OBJ's are correctly being compiled for machine type MIPS but when the linker tries to fetch in system dependencies it appears to be finding the wrong ones. I've even tried specifying the path to the lib manually to make sure that the correct one is used with no success, and I tried linking to the MIPS_FP lib too, just on the off chance that a bug in the sdk installation had placed them in the wrong dirs but this didn't work either.

Any ideas?

Many thanks in advance.

David.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top