Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] PTP/ETFw

I haven't had much luck reproducing this.  Could I have a look at the workflow you're using that gives you the wrong directory?  It is possible that there is some point in the where the value is accessible but improperly initialized that I haven't been able to find yet.
Thanks,
Wyatt

On Tue, Sep 15, 2009 at 11:00 AM, Wyatt Spear <wspear@xxxxxxxxxxxxxx> wrote:
I'll take a look at which build directory is being used there.  It
should be using the current (profiled) build directory in that case.

As far as I know the trouble with compiling is the auto-compile
setting.  The actual compile command used by the ETFw is set to only
execute if the project has changed.  Have you noticed if the redundant
build operation is for the ETFw build or the default build?   I think
the problem is that generating performance data changes the project
contents, so it rebuilds even though the source code hasn't changed.
If you turn off 'build automatically' for the workspace or the project
it may help, but I've been trying to find a better fix for this for a
while with little success.

Regards,
Wyatt

On Tue, Sep 15, 2009 at 7:07 AM, Xavier Pegenaute
<xavier.pegenaute@xxxxxx> wrote:
> Hi,
>
> I have downloaded the last version from PTP, and now seems it has some bugs
> resolved, great!
>
> Now I would like to use %%REPLACE_WITH_BUILD_DIR%%, but seems it is pointing
> to the directory were eclipse has built the binary, but not to the directory
> were is built the new profile binary. Any idea?
>
> Another question:
> - Is it possible avoid to compile every time some one wants to profile?
>
> Thanks & Regards.
> Xavi.
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-user
>
>


Back to the top