Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
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.

W_Fc_PC_8.1.028 problem

Intel_C_Intel
Employee
1,681 Views
I tried to rebuild and every source file( even tiny ones)I try generates an abort with code 1, which according to the log in an internal compiler error. SInce it's happening with every file, perhaps I've gotten some systemic problem or setting changed, since others aren't having trouble. Any suggestions?
Even this one (compile invoked by right click on file):

SUBROUTINE HELP(NAME)
USE IFQWIN
USE IFWIN
INCLUDE 'SETCOM.F90'
CHARACTER NAME*(*)
INTEGER(4) WINCMD
HELP_TOPIC=
ADJUSTL(NAME)
IRET=WINCMD('HH '//PATH(1:LPATH)//'OSIRHELP.CHM::/'//TRIM(HELP_TOPIC)//'.HTM')
END

Thnaks

0 Kudos
22 Replies
Intel_C_Intel
Employee
206 Views
Same with me; doubleclicking on vproj opened solution, which I saved, but still had the same problem.
0 Kudos
Steven_L_Intel1
Employee
206 Views
In VS.NET, right click on the project, select Properties. Then select Fortran..Command Line. Does /names:uppercase appear under "All options"?
0 Kudos
Reply