Skip to main content

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

Hi Wyatt,

Thanks for such a quick and helpful reply. Yes, that's exactly what I
was looking for and it worked as expected now.

Cheers,
P.D.



On Wed, Sep 2, 2009 at 12:44 AM, Wyatt Spear<wspear@xxxxxxxxxxxxxx> wrote:
> The ETFw saves the path for each group specified in workflow.  When it finds
> a new group it will search the PATH variable, but if it does not find it
> then the group's path is left blank.  However you can edit each group's path
> manually by going to
> Window -> Preferences -> PTP -> Performance Tools -> Tool Configuration
>
> On that panel you should have a list of each tool group where you can set
> the associated path.
>
> Please let me know if this works for you, and if you have any additional
> questions.
>
> Regards,
> Wyatt Spear
>
> On Tue, Sep 1, 2009 at 3:34 PM, Peng Deng <dengpeng@xxxxxxxxx> wrote:
>>
>> Hello All,
>>
>> I'm trying to integrate an analysing tool with ETFw but since the
>> executable (marmot*) is not installed into /usr/bin but into
>> /usr/local/bin. So how can I let the framework starts the right
>> compiler? I've tried to include "PATH" at the "Environment" tab while
>> creating the new configuration, but it seems not helping, the console
>> still shows /usr/bin/marmotcc ... and ends up with an error.
>>
>> Part of the xml:
>>
>>        <compile replace="true">
>>          <CC command="marmotcc" group="marmot">
>>          </CC>
>>          <CXX command="marmotcxx" group="marmot">
>>          </CXX>
>>          <F90 command="marmotf90" group="marmot">
>>          </F90>
>>        </compile>
>>
>>
>> Cheers,
>> Peng Deng
>> _______________________________________________
>> ptp-user mailing list
>> ptp-user@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/ptp-user
>>
>
>
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-user
>
>


Back to the top