WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Problem with gcc  (Read 2667 times)

Offline void

  • Newbie
  • *
  • Posts: 2
Problem with gcc
« on: September 10, 2012, 02: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  :)

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Problem with gcc
« Reply #1 on: September 10, 2012, 02: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.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Problem with gcc
« Reply #2 on: September 10, 2012, 11:38:40 PM »
There is an extension for gcc3 you could try.
The only barriers that can stop you are the ones you create yourself.

Offline void

  • Newbie
  • *
  • Posts: 2
Re: Problem with gcc
« Reply #3 on: September 11, 2012, 02: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 :(

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Problem with gcc
« Reply #4 on: September 11, 2012, 02:32:22 PM »
gcc-3.3.6 as a browse of the repo, or a quick search with tce-ap would have revealed.