| Build The app in unix Machine [message #503007] |
Thu, 10 December 2009 10:01  |
Eclipse User |
|
|
|
HI All,
I have one requirement
1st the eclipse will be installed in Widows Machine..
All my C,C++ code will written from the windows machine
But i need to build the Source code in the Unix Build Machine
so , how do i configure my eclipse with the Unix Build Machine ..
regards
jayanth
|
|
|
| Re: Build The app in unix Machine [message #503100 is a reply to message #503007] |
Thu, 10 December 2009 15:49  |
Eclipse User |
|
|
|
jayanth wrote:
> HI All,
>
> I have one requirement
>
> 1st the eclipse will be installed in Widows Machine..
> All my C,C++ code will written from the windows machine
> But i need to build the Source code in the Unix Build Machine
> so , how do i configure my eclipse with the Unix Build Machine ..
You should not need Eclipse to build your code. Just build it with whatever
C/C++ toolchain is available on the build machine. That's all that Eclipse is
doing anyway.
You are using a version control system, right? So you will be checking in your
code on the Windows machine, and then the build machine will have a version
control account of its own, which will periodically sync to the checked-in code
and build it. Typically this is done inside a cron job, or else just in a
script that runs a big loop, "sync - build - report results - repeat."
|
|
|
Powered by
FUDForum. Page generated in 0.14804 seconds