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.

Why does a build take so long?

WSinc
New Contributor I
698 Views
This projectI am doing now usually builds in less than a minute.

Its not very large, maybe 12-15 routines MAX.

But sometimes for no apparent reson, it takes over 20 minutes.

Why would the SAME project be inconsistent with itself?

I turned off the spyware detector, but that has no effect.

could anything lese be causing this?
0 Kudos
5 Replies
Steven_L_Intel1
Employee
698 Views
Is there one file in particular that takes a long time to compile, or are all the compiles slow when this happens? Rather than a spyware detector, you might want to try disabling antivirus protection, though I doubt it would slow down things that much.
0 Kudos
WSinc
New Contributor I
698 Views
The compiles aren't hanging anyhing up.
Usually a complete rebuild compiles everything in less than a minute,
but the LINK step is what's hanging up.

This occurs about 10 percent of the time.

Just enought to really be annoying ...

and then I get, "failed to write manifest" whatever that means.
0 Kudos
Andrew_Smith
Valued Contributor I
698 Views
I have seen this too in VS2008 but not as often as 10%. If you hit Ctrl+Break and then re-start the build, does it go quick again?
0 Kudos
Kit_Lee
Beginner
698 Views
sounds similar to what I have,
but I didn't get any error.
0 Kudos
WSinc
New Contributor I
698 Views
Ctl + Break sometimes does it more quickly.
But I have to kill the VS entirely, then start from scratch.

What does it mean:
"Can't write manifest ?"

The compiles take no time at atll. It's the LINK step that hangs up.
I'm not within the evaluation license, I just bought another year's supoort.
0 Kudos
Reply