Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Custom DLL builder

Trifon
Anfänger
799Aufrufe

I have noticed that the parameter /MACHINE:AMD64 in the em64t section of the makefile of the custom dll builder throws an "invalid value" warning.

Any ideas?

0 Kudos
4 Antworten
TimP
Geehrter Beitragender III
799Aufrufe
Are you running it with an expected AMD64 or Intel64/em64t Windows compiler?
Trifon
Anfänger
799Aufrufe

No, I am usingVS2005, the compiler, linker etc that comes with VS2005.

TimP
Geehrter Beitragender III
799Aufrufe
VS2005 has separate support (compilers, linkers, libraries) for /machine:x86 and /machine:amd64 (x64). It won't work if you mix them up.
Andrey_G_Intel2
Mitarbeiter
799Aufrufe

Looks like your linker doesn`t support x86-64.

In my best knowledge, not all of MSVS2005 editions have support of x86-64. For example, MSVS Express Edition doesn`t have support of x86-64.

Antworten