[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.cdt] Can't find library
|
- From: beres.gabor@xxxxxxxxx (Gabox)
- Date: Fri, 27 Apr 2007 12:41:49 +0000 (UTC)
- Newsgroups: eclipse.tools.cdt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hi!
I failed to import an object file with CDT tool settings->gcc c
linker->libraries option. Here is the message:
mingw32-make -k all
Building target: LearnC.exe
Invoking: GCC C Linker
gcc -L"C:\mingw-runtime-3.9\lib" -o"LearnC.exe" ./Hello.o
C:\binutils-2.16.91-20060119-1\bin\ld.exe: crt2.o: No such file: No
such file or directory
collect2: ld returned 1 exit status
mingw32-make: *** [LearnC.exe] Error 1
mingw32-make: Target `all' not remade because of errors.
Build complete for project LearnC
When i add the folder containing the object file, to the search path,
i still getting the output.