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.
29285 Discussions

Meaningless compiler error message

DavidWhite
Valued Contributor II
737 Views

I have a solution space with 7 projects, all Fortran, consisting of some 80 or so source files. Today I changed about 10 lines in one source file, and when compiling the project get the error:

Error: The operation could not be completed
========== Build: 0 succeeded, 1 failed, 6 up-to-date, 0 skipped ==========

Rebuilding make no difference. Before making the code changes, earlier today, I successfully rebuilt the project in Release mode, then changed toDebug mode, rebuilt and ran the project.

It is not helpful to have such an obscure and uninformative error message.

David

0 Kudos
3 Replies
DavidWhite
Valued Contributor II
737 Views

After posting the last message, I was able to resolve the error by closing and reopening VS2005!!!

(For reference, I am using 10.1.024)

David

0 Kudos
onkelhotte
New Contributor II
737 Views

Maybe "cleaning solution" before "rebuilding solution" should help too...

markus

0 Kudos
Les_Neilson
Valued Contributor II
737 Views

Did you look in the build log file ?
Whenever I have had this message it has been due to the resource compiler rc.exe and not the fortran compiler.

Les

0 Kudos
Reply