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

error PRJ0019

Roe_Z_
Beginner
880 Views

Hello.

After compiling with the Qprof-gen and runing, I tried to compile with Qprof-use and got this error:

error PRJ0019: A tool returned an error code.

Do you know what this error is?

 

I'm using Visual Fortran Compiler XE 14.0.3.202 on windows server 2008 64bit.

 

Thanks,

Roy

0 Kudos
5 Replies
Les_Neilson
Valued Contributor II
880 Views

For me this message was always generated by the Microsoft manifest tool :  mt.exe

I found that by running the build process again it would be ok.

Les

0 Kudos
Steven_L_Intel1
Employee
880 Views

This is a generic message Visual Studio gives when one of the tools it runs fails. As Les says, it is often mt.exe. Look at the build log to see if there is an indication there.

0 Kudos
Roe_Z_
Beginner
880 Views

Hi Les and Steve,

Thanks for the reply.

 

Sadly, After cleaning the solutions, Rebuilding it with Qprof-gen, Runing and then rebuild it with the  Qprof-use tag, I'm still getting the same error.

The log did not revealed any indication except returning on the same error over and over.

Do you have any other isea (except try to uninstall fortran and install it again)?

 

Thanks!

0 Kudos
andrew_4619
Honored Contributor III
880 Views

Did  you look at the build log file (BuildLog.htm)? This normally gives some information.

As others have said this is normally due to the manifest tool mt.exe and is often a problem of your antivirus program you can get your AV to exclude your development folders if this is the issue.

0 Kudos
Roe_Z_
Beginner
880 Views

Hello guys.

 

Thanks for your replays. 

 

After trying your solution and still  fail to compile, I uninstall and then reinstall the whole fortran Compiler XE.

 

It works now.

 

Thanks for your help.

Roy.

0 Kudos
Reply