Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] No progress feedback about jobs in progress area in CDT ?


No.
Makefiles (particularly user provided ones) are no-man's land.  There is no indication as to how much work needs to be done when you type 'make' as make calculates all the dependencies on the fly.  
I cannot concieve of a way to hook a progress meter into that.

--
JohnC


cdt-dev-bounces@xxxxxxxxxxx wrote on 07/26/2005 02:11:00 AM:

>
> I'm using Eclipse 3.1 and CDT 3,0M6 version. I create targets and
> build the target using "Build Make Target" option. I 'm interested
> in knowing the progress of the build on the
> progress area in the lower right corner of the workbench area.
> But for each of the target, the progress area shows the message as
> "Building Targets. (0%)." The percentage does not advance at all
> (like 10%, 30% 80% etc..)as the build is progressed.
>
> Is there any way by which I can get to know the percentage of
> work/build completed when my target is being built?
>
> Rgds,
> Roopa
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top