12-09-2008 03:53 PM
Recently building applications has started taking a very long time. Before, similar applications took 30 seconds or less for a build, but currently 5-10 minutes is not uncommon.
The perplexing part is how the time is distributed. The builder will spend 3-5 minutes each on the first two "processing" tasks it undertakes, namely:
Processing NI_AALPro.lvlib...
Processing NI_Gmath.lvlib...
Which amount for about 1% of the progress bar. Once it finished processing these two libraries, the final 99% finishes in about 3 seconds.
Has anyone run into this issue before? I suspect I've misplaced files for the two libraries causing the hangup and the builder is having to go searching for them, but I don't know how to remedy this situation. Any suggestions would be appreciated.
12-09-2008 03:59 PM
12-10-2008 08:03 AM
Ah well... not the answer I was hoping for but I guess that means I haven't actually broken anything.
Thanks for the info!
02-24-2009 12:48 AM
This seems to be the only entry that aims exactly at my problem.
With 8.2.1 it took me a minute to build an application.
Since I use 8.6 it takes up to 15 minutes.
(its also LV owned lvlibs that use most of the time)
Is there a workaround for this Problem?
Thanks - Svente
02-25-2009 10:28 AM
Hi Sven,
Have you done a mass compile since you upgraded? You can do a mass compile by selecting Tools » Advanced » Mass Compile. That may help reduce time for each individual build. It will do a mass build of all of the LabVIEW libraries.
Best Regards,
02-25-2009 11:33 AM
02-26-2009 12:22 AM
Hi Tim,
I'm not using any 3D Graphs .
Hi Bryan,
I was thinking about a mass compile. But I have to handle such things with great care since I have to use 8.2.1 for Fieldpoint 2k and 8.6 for FPGA and the "rest".
The vi's and the lvlib itself were installed with lv 8.6 - why then should I mass compile them? Nevertheless I think this should solve the problem - just have to pick the particular lvlibs and hope that none of my Fieldpoint applications uses one of 'em.
Thank you very much.
Svente
02-26-2009 02:23 AM
I have the same problem with App Builder.
Solution
1) Open project and do not open any LV
2) Compile EXE to local drive
3) If >1 Min - > Cancel (can continue and and compile progress :-)))).
If not - close Labview process and go to 1)
Solve this bug!
02-26-2009 07:13 AM
02-26-2009 08:40 AM - edited 02-26-2009 08:42 AM
I hope it works....
(most time goes with the "NI_AALpro.lvlib")