[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] Can't find library

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.