Question:
Can I run eclipse on Windows XP and be able to use (C++) source tree from Linux host and compile code there?
NP
2008-01-29 12:35:43 UTC
I want to be able to run eclipse on Windows XP and set up a c++ project based on my source tree residing in Linux host.
My application runs on Linux and must compile on Linux.
Is it possible to configure eclipse to execute make on Linux host from XP pc over the network?
Four answers:
damnyankeega
2008-01-29 12:48:18 UTC
If I'm understanding you correctly, you want to compile the code remotely on your Linux box from source code on your Linux box through an IDE running on Windows?



If you want eclipse as an IDE, why don't you download the Linux version?
2008-01-29 12:45:56 UTC
I think you can use the "Remote host connection" or install Linux in VPC on your PC and compile the source codes in VPC. Not sure how to configure in Eclipse. Maybe there are plugins for that.
?
2016-05-22 17:05:53 UTC
a.out is the default executable filename for UNIX and Linux C compilers. You can simply rename it to what ever you like. It you want to run it from KDE or gnome by clicking on an icon, just rename it with an extension of .exe or .bin which the windows manager will recognize as a native executable mime type IF you want to run the program in a Microsoft windows environment, your best bet will be to compile on a windows computer using the cygwin compiler and libraries.
Al
2008-01-29 12:44:47 UTC
Probably there is some plugin... but for pure eclipse probably not. Yeah... cross-OS programming is a *****. Why don't you just test/compile on PC and send the non-compiled code back to linux for compilation? Probably would work too.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...