Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

error code

Deleted_U_Intel
Employee
562 Views

I repeatedly get the following error:

Error2HEV : error PRJ0019: A tool returned an error code

It is sometimes accompanied by a warning from a subroutine. I can get rid of it by "clean hev" but frequently it comes back after another compilation or two.

Thank you!

John

0 Kudos
2 Replies
Steven_L_Intel1
Employee
562 Views
This is usually due to one of the non-compiler tools such as the resource compiler failing for some reason. Sometimes if you look at the build log, you'll see more, but I find that sometimes I need to run the commands from a command prompt to see exactly what the error is.
0 Kudos
Steven_L_Intel1
Employee
562 Views
Ah, the manifest tool. We've seen this before but don't understand it. An easy workaround is to set the project property Linker > Manifest File > Generate Manifest File to No. You won't miss it.
0 Kudos
Reply