gcc: installation problem, cannot exec `cc1'

Previous topic - Next topic

MrTAToad

With the latest update, I get the above error message when compiling for Windows CE...

MrTAToad

I'm wondering if its some sort of memory problem.

A simple test program compiles and links file.  However, my Spots game produces the error.  In full, it is actually :

Quotecompile+link:
gcc: installation problem, cannot exec `cc1': No such file or directory
*** FATAL ERROR - Please post this output in the forum

This compiles and links fine :

Code (glbasic) Select
LOCAL a AS char

PRINT a,0,0[/quote]

so obviously the "No such file or directory" message is somewhat inaccurate.

Kitty Hello

to me this smells like some sort of Win7 trouble. did you try the project on the main hard drive?

MrTAToad

Oh yes, the project is in Library/GLBasic (as is all my code), with GLBasic itself installed in C:\Program Files (x86)\GLBasic