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

Custom DLL builder

Trifon
Novice
789 Views

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 Replies
TimP
Honored Contributor III
789 Views
Are you running it with an expected AMD64 or Intel64/em64t Windows compiler?
0 Kudos
Trifon
Novice
789 Views

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

0 Kudos
TimP
Honored Contributor III
789 Views
VS2005 has separate support (compilers, linkers, libraries) for /machine:x86 and /machine:amd64 (x64). It won't work if you mix them up.
0 Kudos
Andrey_G_Intel2
Employee
789 Views

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.

0 Kudos
Reply