GLBasic forum

Main forum => Bug Reports => Topic started by: MrTAToad on 2010-Oct-30

Title: gcc: installation problem, cannot exec `cc1'
Post by: MrTAToad on 2010-Oct-30
With the latest update, I get the above error message when compiling for Windows CE...
Title: Re: gcc: installation problem, cannot exec `cc1'
Post by: MrTAToad on 2010-Oct-30
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.
Title: Re: gcc: installation problem, cannot exec `cc1'
Post by: Kitty Hello on 2010-Nov-10
to me this smells like some sort of Win7 trouble. did you try the project on the main hard drive?
Title: Re: gcc: installation problem, cannot exec `cc1'
Post by: MrTAToad on 2010-Nov-10
Oh yes, the project is in Library/GLBasic (as is all my code), with GLBasic itself installed in C:\Program Files (x86)\GLBasic