Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » General (non-technical) » Eclipse Foundation » Problem with CDT
Problem with CDT [message #3934] Thu, 14 October 2004 20:38 Go to next message
Eclipse UserFriend
Originally posted by: ppolyzos.upnet.gr

Here is my problem:
I used cygwin to a project and now I want to use it via Eclipse but I
can't build my project
with CDT.

The project is:
I have a .c file: Drastiriotita7.c
two header files: robot.h console.h
two library files: libRobot.a libConsole.a
and a .jar file: RobotLabytinth.jar
(All files are in my path)

In this project I created a Labyrinth and I should control a robot to find
the exit.

In the RobotLabyrinth there is a server port 12345 and IP Address
127.0.0.1 to control the robot with my
C written program.

When I use Cygwin I compile the project writting:
gcc Drastiriotita7.c -L. -lRobot -lConsole -llibcurses -o
Drastiriotita7.exe

and I Execute the "Drastiriotita7.exe".

How can I do it with Eclipse?
Re: Problem with CDT [message #3988 is a reply to message #3934] Fri, 15 October 2004 14:29 Go to previous message
Jean Couillaud is currently offline Jean CouillaudFriend
Messages: 184
Registered: July 2009
Senior Member
Hello,

eclipse.tools.cdt is the appropriate newsgroup on this subject. This
message has been crossposted there, you should subscribe to this newsgroup.

Hope this helps,

Jean

parispo9 wrote:
> Here is my problem:
> I used cygwin to a project and now I want to use it via Eclipse but I
> can't build my project
> with CDT.
>
> The project is:
> I have a .c file: Drastiriotita7.c
> two header files: robot.h console.h
> two library files: libRobot.a libConsole.a
> and a .jar file: RobotLabytinth.jar
> (All files are in my path)
>
> In this project I created a Labyrinth and I should control a robot to find
> the exit.
>
> In the RobotLabyrinth there is a server port 12345 and IP Address
> 127.0.0.1 to control the robot with my
> C written program.
>
> When I use Cygwin I compile the project writting:
> gcc Drastiriotita7.c -L. -lRobot -lConsole -llibcurses -o
> Drastiriotita7.exe
>
> and I Execute the "Drastiriotita7.exe".
>
> How can I do it with Eclipse?
>
Previous Topic:Doesn't recognize classes in the same package
Next Topic:Why the looong interruptions?
Goto Forum:
  


Current Time: Thu Apr 25 22:16:39 GMT 2024

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

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

Back to the top