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

how to solve 'unsuccessfulbuild' problem (with "AlwaysCreate")

cgchee
Beginner
1,420 Views
I have been using CVF but purchased IVF several days ago.
My project 'SteadyState' runs well on CVF (buildingis successful on CVF)
But when I build it on IVF, it fails as follows;

1>------ Build started: Project: SteadyState, Configuration: Debug Win32 ------

1>Build started 12/17/2010 5:36:28 PM.

1>InitializeBuildStatus:

1> Creating ".\\Debug\\SteadyState.unsuccessfulbuild" because "AlwaysCreate" was specified.

1>FinalizeBuildStatus:

1> Deleting file ".\\Debug\\SteadyState.unsuccessfulbuild".

1> Touching ".\\Debug\\SteadyState.lastbuildstate".

1>Build succeeded.

1>Time Elapsed 00:00:00

========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

What is "AlwaysCreate"? Could you help me build it?
Happy holidays!

Chung.

0 Kudos
2 Replies
Steven_L_Intel1
Employee
1,420 Views
That doesn't look like a Fortran project. Did you convert the project from CVF using the "Extract Compaq Visual Fortran Project Items" tool? Please read Migrating from CVF.
0 Kudos
cgchee
Beginner
1,420 Views

It works. Thank you!

0 Kudos
Reply