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

error PRJ0019: A tool returned an error code

baby_leo
Beginner
716 Views

When I complete the codes and build it,I have the errors described as follows:

1.the project cannot be built,like this

1>------ Build started: Project: Console2, Configuration: Debug Win32 ------
1>Compiling with Intel(R) Visual Fortran Compiler XE 12.0.0.104 [IA-32]...
1>potential problem.f90

and the 'Linking...' doesnot occur!

2.But when I break the command build,it occurs like this

1>------ Build started: Project: Console2, Configuration: Debug Win32 ------
1>Compiling with Intel(R) Visual Fortran Compiler XE 12.0.0.104 [IA-32]...
1>potential problem.f90
1>Console2 : error PRJ0019: A tool returned an error codeIntel(R) Visual Fortran cannot terminate all build processes when using Windows NT.  Use the Task Manager to terminate any build processes that are still running.
1>
1>Build log written to  "file://D:\My ForTRAN\temp\Console2\Console2\Debug\BuildLog.htm"
1>Console2 - 2 error(s), 0 warning(s)
Build has been canceled.

3.When I terminate all the build processes in the Task Manager,it ooccurs like this 

1>------ Build started: Project: Console2, Configuration: Debug Win32 ------
1>Compiling with Intel(R) Visual Fortran Compiler XE 12.0.0.104 [IA-32]...
1>potential problem.f90
1>compilation aborted for D:\My ForTRAN\temp\Console2\Console2\potential problem.f90 (code 1)
1>
1>Build log written to  "file://D:\My ForTRAN\temp\Console2\Console2\Debug\BuildLog.htm"
1>Console2 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

It confused me several days.If anybody knows why this happens,please let me knowed. I would be greatly appreciate it.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
716 Views

Please attach a zip of the buildlog.htm from a failed build - don't terminate it unless you have to.

0 Kudos
Reply