Quantcast
Channel: Intel® Software - Intel® Visual Fortran Compiler for Windows*
Viewing all articles
Browse latest Browse all 5691

Using intel Fortran compiler with cmake

$
0
0

I what to compile a software which use cmake as build system. The project is written in c++, but it need a Fortran compiler. I choosed the intel compiler.

While running cmake, it failed. Here is the error message in CMakeError.log:

Compiling the Fortran compiler identification source file "CMakeFortranCompilerId.F" failed.
Compiler: D:/Program Files (x86)/IntelSWTools/compilers_and_libraries/windows/bin/intel64/fortcom.exe
Build flags:
Id flags: -v

 

The output was:
3
Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 17.0 Build 20160721
Copyright (C) 1985-2016 Intel Corporation.  All rights reserved.
010101_0

Severe: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report.  Note: File and line given may not be explicit cause of this error.

It seems the Intel Fortran Compiler crashed internally without any useful error message. Trying to compile that source file manually with

fortcom.exe -fpp CMakeFortranCompilerId.F

leaves similar result. Do you have any suggestion? Thanks.

 

My envirnment:

OS: Windows 7

C++ Compiler: Microsoft Visual C++ Compiler 14.0 (amd64)

Zone: 

Thread Topic: 

Question

Viewing all articles
Browse latest Browse all 5691

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>