Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 討論

The System Cannot Find The File Specified

hamza2hb
初學者
5,597 檢視

Hey
I installed Base Toolkit and HPC Toolkit 2024.0 and I tried to run a Fortran code with VS2022 community edition and intel fortran compiler but it gives me the following error

1>The Intel(R) Linker (xilib.exe) could not be found.

and that the system cannot find the file Specified as shown in the photo

Untitled.png

標籤 (3)
0 積分
1 解決方案
JohnNichols
傑出貢獻者 III
5,536 檢視

You have to uninstall all of the VS as well or modify the VS installer so the following is installed or nothing works

 

Screenshot 2023-12-15 173355.png

Make sure it is ticked and then update and then reinstall the base and HPC, do it with admin rights

 

在原始文章中檢視解決方案

5 回應
Steve_Lionel
榮譽貢獻者 III
5,580 檢視

The second error is a result of the first. Did you configure the "Desktop development with C++" in Visual Studio as described at Installing Microsoft Visual Studio* for Use with Intel® Compilers ?

hamza2hb
初學者
5,573 檢視

yes I did from the beginning 

Steve_Lionel
榮譽貢獻者 III
5,558 檢視

I suggest uninstalling and then reinstalling the HPC Toolkit.

hamza2hb
初學者
5,544 檢視

I did for both Base Toolkit and HPC Toolkit but unfortunately still the same problem 

JohnNichols
傑出貢獻者 III
5,537 檢視

You have to uninstall all of the VS as well or modify the VS installer so the following is installed or nothing works

 

Screenshot 2023-12-15 173355.png

Make sure it is ticked and then update and then reinstall the base and HPC, do it with admin rights

 

回覆