Tiny Core Linux
General TC => Programming & Scripting - Unofficial => Topic started 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 :)
-
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.
-
There is an extension for gcc3 you could try.
-
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 :(
-
gcc-3.3.6 as a browse of the repo, or a quick search with tce-ap would have revealed.