Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Hirogens on June 30, 2012, 05:58:24 am

Title: Error at compilation
Post by: Hirogens on June 30, 2012, 05:58:24 am
Hi,

I have installed a new PC under Seven 64 Bits.

Re-install all toolschain.

And now I have this when I compil
Quote

-------------- Build: Debug in Test (compiler: Cygwin GCC)---------------

gcc-4.exe -Wall  -g     -c D:/DEVELOPPEMENT/TEST/Test/main.c -o obj/Debug/main.o
gcc-4: error: spawn: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
1 errors, 0 warnings (0 minutes, 0 seconds)



Path is OK, Registry is Ok...

I can find why

B.Regards
Title: Re: Error at compilation
Post by: stahta01 on June 30, 2012, 07:33:11 am
Do you have Cygwin Installed?
What version of Cyqwin is installed?
Do you have GCC installed under Cygwin?
What version of GCC is installed under Cygwin?

What version of Code::Blocks is installed?

Tim S.