Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Using popup menu Convert To... and property of toolChain - convertTold

Hi, there.
> But I mean, can I change tool chains by using Context (Popup) menu "Convert
> To..."?
I think the answer is no. "Convert To..." seems to be designed to only support project converters and not tool(chain) converters.
(You can see ConvertTargetDialog/Action.java in org.eclipse.cdt.managedbuilder.ui.actions )
Miwako
-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Mike Frysinger
Sent: Sunday, May 25, 2008 2:24 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Using popup menu Convert To... and property of toolChain - convertTold

On Sun, May 25, 2008 at 5:23 PM, Andrey Tretyakov wrote:
> On Mon, 26 May 2008 00:06:25 +0400, Mike Frysinger wrote:
>> On Sun, May 25, 2008 at 3:39 PM, Andrey Tretyakov wrote:
>>>
>>> P.S. I know, that tool chains can be changed by Project -> Properties->
>>> C/C++ Build -> Tool chain editor. But can I do it this way?
>>
>> this should work fine.
>
> Yes, it works fine.
>
> But I mean, can I change tool chains by using Context (Popup) menu "Convert
> To..."?

i didnt answer that because i dont know.  the documentation indicates
it's only for converting from older versions of a toolchain, not
different toolchains.
-mike
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top