Skip to main content



      Home
Home » Newcomers » Newcomers » Build The app in unix Machine
Build The app in unix Machine [message #503007] Thu, 10 December 2009 10:01 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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."
Previous Topic:Eclipse will not start
Next Topic:Workspace_Loc value error
Goto Forum:
  


Current Time: Fri Nov 07 01:46:57 EST 2025

Powered by FUDForum. Page generated in 0.08836 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top