Tiny Core Linux

General TC => Programming & Scripting - Unofficial => Topic started by: void on September 10, 2012, 05:14:56 PM

Title: Problem with gcc
Post by: void on September 10, 2012, 05:14:56 PM
Hey everyone,

First I'd like to say hello :)

I just started using TC on a recently acquired Thinclient to do monitoring of my network devices but I am having a problem with gcc. Whenever I try to compile source, no matter what's in it, even "int main return" I get the following error:

gcc: internal compiler error: Illegal instruction (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

The processor in the client is a Geode GX1 and I suspect that this is the problem. Does anybody know of a solution or perhaps another compiler that I can use?

Thanks  :)
Title: Re: Problem with gcc
Post by: gerald_clark on September 10, 2012, 05:35:49 PM
I can verify that gcc runs on  AMD Geode NX 1500.
The GX1 is only 300MHz.  I have not tried running gcc on anything that feeble.
Title: Re: Problem with gcc
Post by: curaga on September 11, 2012, 02:38:40 AM
There is an extension for gcc3 you could try.
Title: Re: Problem with gcc
Post by: void on September 11, 2012, 05:29:41 PM
There is an extension for gcc3 you could try.

An extension you say? Do you know which one? I am starting to think I'll never be able to compile anything :(
Title: Re: Problem with gcc
Post by: gerald_clark on September 11, 2012, 05:32:22 PM
gcc-3.3.6 as a browse of the repo, or a quick search with tce-ap would have revealed.