[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[News.eclipse.foundation] Problem with CDT

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?