Eclipse won´t compile [message #1803841] |
Tue, 12 March 2019 06:01  |
Eclipse User |
|
|
|
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.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.12158 seconds