Home » Language IDEs » C / C++ IDE (CDT) » Remote gcc GNU toolchain from Windows?
Remote gcc GNU toolchain from Windows? [message #200357] |
Mon, 27 August 2007 16:00  |
Eclipse User |
|
|
|
Originally posted by: michael.kropinski.gm.com
Hi,
I am using Eclipse 3.3.0 and CDT 4.0 on Windows, and would like to know if
it is possible to use a remote gcc GNU toolchain on Linux, instead of
using a local MinGW or Cygwin toolchain?
Thanks,
Mike
|
|
| | | | | | |
Re: Remote gcc GNU toolchain from Windows? [message #200589 is a reply to message #200558] |
Tue, 28 August 2007 15:54   |
Eclipse User |
|
|
|
Mike Kropinski wrote:
> Chris Recoskie wrote:
>
>> Mike Kropinski wrote:
>>> Chris Recoskie wrote:
>>>
>>>> Mike Kropinski wrote:
>>>>> Hi,
>>>>>
>>>>> I am using Eclipse 3.3.0 and CDT 4.0 on Windows, and would like to
>>>>> know if it is possible to use a remote gcc GNU toolchain on Linux,
>>>>> instead of using a local MinGW or Cygwin toolchain?
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Mike
>>>>>
>>>>>
>>>
>>>
>>>> Not currently, although people are looking at doing this.
>>>
>>>> ===========================
>>>
>>>
>>> Do you think this is at all possible with the current CDT (via
>>> extension points)?
>>>
>>> Mike
>>>> Chris Recoskie
>>>> Team Lead, IBM CDT Team
>>>> IBM Toronto
>>>> http://www.eclipse.org/cdt
>>>
>>>
>
>> Yes... that's how we're planning on doing it. Basically add a new
>> "Remote Builder" option for managed build projects. Similar to the
>> Internal Builder, but it would invoke the compile commands over SSH or
>> whatever protocol the user chose.
>
>> ===========================
>
>> Chris Recoskie
>> Team Lead, IBM CDT Team
>> IBM Toronto
>> http://www.eclipse.org/cdt
>
>
> You state "we're planning on doing it". Any thoughts on when this might
> be available? I�d rather not go down a path of developing a solution
> when there are plans in the work.
>
> Mike
>
Guess I've been called :-)
The plan is for my team to crank out a remote version of standard make
for Ganymede (June 2008). Remote MBS is on our roadmap but I don't know
if we'll have time to get it for Ganymede, so I haven't committed to it.
===========================
Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt
|
|
|
Re: Remote gcc GNU toolchain from Windows? [message #200853 is a reply to message #200589] |
Thu, 30 August 2007 12:30   |
Eclipse User |
|
|
|
Originally posted by: michael.kropinski.gm.com
Chris Recoskie wrote:
> Mike Kropinski wrote:
>> Chris Recoskie wrote:
>>
>>> Mike Kropinski wrote:
>>>> Chris Recoskie wrote:
>>>>
>>>>> Mike Kropinski wrote:
>>>>>> Hi,
>>>>>>
>>>>>> I am using Eclipse 3.3.0 and CDT 4.0 on Windows, and would like to
>>>>>> know if it is possible to use a remote gcc GNU toolchain on Linux,
>>>>>> instead of using a local MinGW or Cygwin toolchain?
>>>>>>
>>>>>> Thanks,
>>>>>>
>>>>>> Mike
>>>>>>
>>>>>>
>>>>
>>>>
>>>>> Not currently, although people are looking at doing this.
>>>>
>>>>> ===========================
>>>>
>>>>
>>>> Do you think this is at all possible with the current CDT (via
>>>> extension points)?
>>>>
>>>> Mike
>>>>> Chris Recoskie
>>>>> Team Lead, IBM CDT Team
>>>>> IBM Toronto
>>>>> http://www.eclipse.org/cdt
>>>>
>>>>
>>
>>> Yes... that's how we're planning on doing it. Basically add a new
>>> "Remote Builder" option for managed build projects. Similar to the
>>> Internal Builder, but it would invoke the compile commands over SSH or
>>> whatever protocol the user chose.
>>
>>> ===========================
>>
>>> Chris Recoskie
>>> Team Lead, IBM CDT Team
>>> IBM Toronto
>>> http://www.eclipse.org/cdt
>>
>>
>> You state "we're planning on doing it". Any thoughts on when this might
>> be available? Iᅵd rather not go down a path of developing a solution
>> when there are plans in the work.
>>
>> Mike
>>
> Guess I've been called :-)
> The plan is for my team to crank out a remote version of standard make
> for Ganymede (June 2008). Remote MBS is on our roadmap but I don't know
> if we'll have time to get it for Ganymede, so I haven't committed to it.
> ===========================
> Chris Recoskie
> Team Lead, IBM CDT Team
> IBM Toronto
> http://www.eclipse.org/cdt
Thanks for the date. Do you have a rough idea of how many man hours it
will take for full remote implementation?
Mike
|
|
|
Re: Remote gcc GNU toolchain from Windows? [message #200900 is a reply to message #200853] |
Fri, 31 August 2007 08:33  |
Eclipse User |
|
|
|
Mike Kropinski wrote:
> Chris Recoskie wrote:
>
>> Mike Kropinski wrote:
>>> Chris Recoskie wrote:
>>>
>>>> Mike Kropinski wrote:
>>>>> Chris Recoskie wrote:
>>>>>
>>>>>> Mike Kropinski wrote:
>>>>>>> Hi,
>>>>>>>
>>>>>>> I am using Eclipse 3.3.0 and CDT 4.0 on Windows, and would like
>>>>>>> to know if it is possible to use a remote gcc GNU toolchain on
>>>>>>> Linux, instead of using a local MinGW or Cygwin toolchain?
>>>>>>>
>>>>>>> Thanks,
>>>>>>>
>>>>>>> Mike
>>>>>>>
>>>>>>>
>>>>>
>>>>>
>>>>>> Not currently, although people are looking at doing this.
>>>>>
>>>>>> ===========================
>>>>>
>>>>>
>>>>> Do you think this is at all possible with the current CDT (via
>>>>> extension points)?
>>>>>
>>>>> Mike
>>>>>> Chris Recoskie
>>>>>> Team Lead, IBM CDT Team
>>>>>> IBM Toronto
>>>>>> http://www.eclipse.org/cdt
>>>>>
>>>>>
>>>
>>>> Yes... that's how we're planning on doing it. Basically add a new
>>>> "Remote Builder" option for managed build projects. Similar to the
>>>> Internal Builder, but it would invoke the compile commands over SSH
>>>> or whatever protocol the user chose.
>>>
>>>> ===========================
>>>
>>>> Chris Recoskie
>>>> Team Lead, IBM CDT Team
>>>> IBM Toronto
>>>> http://www.eclipse.org/cdt
>>>
>>>
>>> You state "we're planning on doing it". Any thoughts on when this
>>> might be available? Iᅵd rather not go down a path of developing a
>>> solution when there are plans in the work.
>>>
>>> Mike
>>>
>
>> Guess I've been called :-)
>
>> The plan is for my team to crank out a remote version of standard make
>> for Ganymede (June 2008). Remote MBS is on our roadmap but I don't
>> know if we'll have time to get it for Ganymede, so I haven't committed
>> to it.
>
>> ===========================
>
>> Chris Recoskie
>> Team Lead, IBM CDT Team
>> IBM Toronto
>> http://www.eclipse.org/cdt
>
> Thanks for the date. Do you have a rough idea of how many man hours it
> will take for full remote implementation?
>
> Mike
>
>
I ballparked it at 25 person-days of effort, but that was for me to do
it (already more or less knowing what I'm doing). For someone not
familar with Managed Build's internals, it would no doubt take longer.
===========================
Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt
|
|
|
Goto Forum:
Current Time: Sat May 31 07:47:00 EDT 2025
Powered by FUDForum. Page generated in 0.04745 seconds
|