Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse won´t compile
Eclipse won´t compile [message #1803841] Tue, 12 March 2019 10:01 Go to next message
Thomas Littmann is currently offline Thomas LittmannFriend
Messages: 6
Registered: March 2019
Junior Member
Hello,

I am a University Student of some Engineering class and have to take an IT Course where we Code C and C++ in Eclipse.

I had a guide on how to install Eclipse Photon, with GIT implementation etc. and Cygwin on Windows, since we use a GIT repository.

Since I am done with installing all of that, I tried to run an easy program in order to test, if my Eclipse works.

But there is one error:

10:11:02 **** Build of configuration Default for project TEST ****
make WSGDPINCLUDES= WSGDPLIBS= all
gcc -Wall -W -Wextra -std=c99 -pedantic -O3 -I include/ -I ../include -I drivers/test.c -L ../lib -L -lgdptools -lgdpc -lX11 -lpthread -lm -o drivers/test
/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lgdpc
collect2: error: ld returned 1 exit status
make: [Makefile:50: drivers/test] Error 1 (ignored)

10:11:02 Build Failed. 1 errors, 0 warnings. (took 408ms)

You can also see it in the Picture which I have attached.(cant post links)


This lgdpc is supposed to be one of the 3 libraries we got from our university I think.

Do you have any idea what the problem might be or how to evaluate what the problem might be?

If there are any questions, I am happy to answer them.

I would be really thankful for an answer.
Re: Eclipse won´t compile [message #1803854 is a reply to message #1803841] Tue, 12 March 2019 13:55 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
It's best to ask about C/C++ tools on the C/C++ Development Tools Forum: https://www.eclipse.org/forums/eclipse.tools.cdt

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Eclipse won´t compile [message #1803859 is a reply to message #1803854] Tue, 12 March 2019 14:51 Go to previous message
Thomas Littmann is currently offline Thomas LittmannFriend
Messages: 6
Registered: March 2019
Junior Member
thank you
Previous Topic:2019 ??
Next Topic:External project packages not accessible
Goto Forum:
  


Current Time: Thu Apr 25 12:15:01 GMT 2024

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

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

Back to the top