Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] gcc installation problem

**** Build of configuration Debug for project LearnC ****
Hi!

I get the following output, compiling a simple HelloWord.c file, by a
managed CDT C project.

mingw32-make -k all 
Building file: ../Hello.c
Invoking: GCC C Compiler
gcc -I"C:\mingw-runtime-3.9\include" -O0 -g3 -Wall -c -fmessage-length=0
-MMD -MP -MF"Hello.d" -MT"Hello.d" -o"Hello.o" "../Hello.c"
../Hello.c:8:2: warning: no newline at end of file
gcc.exe: installation problem, cannot exec `as': No such file or directory
mingw32-make: *** [Hello.o] Error 1
mingw32-make: Target `all' not remade because of errors.
Build complete for project FirstTry

Whats the problem here? Thanks.
-- 
View this message in context: http://www.nabble.com/gcc-installation-problem-tf3657077.html#a10217212
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.



Back to the top