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

Custom DLL builder

Trifon
新手
2,013 次查看

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 项奖励
4 回复数
TimP
名誉分销商 III
2,013 次查看
Are you running it with an expected AMD64 or Intel64/em64t Windows compiler?
0 项奖励
Trifon
新手
2,013 次查看

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

0 项奖励
TimP
名誉分销商 III
2,013 次查看
VS2005 has separate support (compilers, linkers, libraries) for /machine:x86 and /machine:amd64 (x64). It won't work if you mix them up.
0 项奖励
Andrey_G_Intel2
2,013 次查看

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 项奖励
回复