Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] Compilation problems with cygwin gcc on windows

I get the problem on both eclipse v3.2 and v3.3 on Windows (works fine on the
Mac). Basically I get the following error when it trys to build.

Building file: ../src/testCnew.c
Invoking: Cygwin C Compiler
gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/testCnew.d"
-MT"src/testCnew.d" -o"src/testCnew.o" "../src/testCnew.c"
gcc: ../src/testCnew.c
: No such file or directory
gcc: no input files

This is from any C file, noddy little example, built in example, anything.
It's finding gcc but for some reason the path for the source file is wrong.
It's a managed make file so it re-creates it all itself.

Does anyone know how to fix it?

Thanks,

mark.
-- 
View this message in context: http://www.nabble.com/Compilation-problems-with-cygwin-gcc-on-windows-tf4304204.html#a12251647
Sent from the Eclipse CDT - core mailing list archive at Nabble.com.



Back to the top