View previous topic :: View next topic |
Author |
Message |
motzl n00b
Joined: 22 Jan 2004 Posts: 44
|
Posted: Thu Jun 03, 2004 5:21 pm Post subject: gcc error beim emergen von binutils |
|
|
hallo!
hab ein problem. wollte binutils remergen und bei emergen von binutils
ist folgender fehler rausgekommen,
Code: |
gcc: installation problme, cannot exec `as´: No such file or directory
cc1: Broken pipe: error closing -
*** The command 'gcc -o conftest -march=pentium2 -O3 -pipe -fomit-frame-pointer conftest.c' failed.
*** You must set the environment variable CC to a working compiler
|
was kann man da machen?
motzl |
|
Back to top |
|
|
ruth Retired Dev
Joined: 07 Sep 2003 Posts: 640 Location: M / AN / BY / GER
|
Posted: Thu Jun 03, 2004 5:42 pm Post subject: |
|
|
hi,
ein
vorher versuchen...
gruss
rootshell
[EDIT]
ooh, uhh, seh grad das da:
Code: |
leela root # ls -lah /usr/bin/as
lrwxrwxrwx 1 root root 27 Feb 14 23:20 /usr/bin/as -> ../i686-pc-linux-gnu/bin/as
|
gibts die datei denn bei dir???
und
Code: |
leela bin # qpkg -f /usr/i686-pc-linux-gnu/bin/as
|
bringt
Code: |
sys-devel/binutils *
|
dumm sowas...
besorg dir halt die binary, falls du sie nicht mehr hast....
dann symlinken...
sollte gehen.
müsste auf der live cd oder so drauf sein...
[/EDIT] _________________ "The compiler has tried twice to abort and cannot do so; therefore, compilation will now terminate."
-- IBM PL/I (F) error manual |
|
Back to top |
|
|
motzl n00b
Joined: 22 Jan 2004 Posts: 44
|
Posted: Thu Jun 03, 2004 6:06 pm Post subject: |
|
|
nein /usr/bin/as
gibt es nicht
aber as86
hilft mir die weiter?
m |
|
Back to top |
|
|
|