Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel fails to build
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
ZennouRyuu
Tux's lil' helper
Tux's lil' helper


Joined: 02 Nov 2002
Posts: 111
Location: Atlanta

PostPosted: Thu May 29, 2003 12:40 am    Post subject: Kernel fails to build Reply with quote

Hello, a new glitch appeared today while trying to rebuild my kernel to (try to) make my joystick/gamepad work and my kernel failed to build, I assumed it was the new things i added into my kernel, so I removed them and tried to build again, and not suprisingly it did NOT build anyway **sigh**

heres the end of the error I get:

Code:

nm vmlinux | grep -v '\(compiled\)\|\(\.o$\)\|\( [aUw] \)\|\(\.\.ng$\)\|\(LASH[RL]DI\)' | sort > System.map
make[1]: Leaving directory `/usr/src/linux-2.4.20-gaming-r3'
make[1]: Entering directory `/usr/src/linux-2.4.20-gaming-r3/arch/i386/boot'
gcc -E -D__KERNEL__ -I/usr/src/linux-2.4.20-gaming-r3/include  -D__BIG_KERNEL__ -traditional -DSVGA_MODE=NORMAL_VGA  bootsect.S -o bbootsect.s
as -o bbootsect.o bbootsect.s
make[1]: as: Command not found
make[1]: *** [bbootsect.o] Error 127
make[1]: Leaving directory `/usr/src/linux-2.4.20-gaming-r3/arch/i386/boot'
make: *** [bzImage] Error 2


I initially tried 'make mrproper' and redoing my configuration and such, still no luck, then i unmerged the gaming-sources and remerged them, still no luck.

Please help me get my kernel to build.

Thanx--
--ZennouRyuu
_________________
"Wise men talk because they have somthing to say, folls because they have to say somthing."
--Plato
Back to top
View user's profile Send private message
ZennouRyuu
Tux's lil' helper
Tux's lil' helper


Joined: 02 Nov 2002
Posts: 111
Location: Atlanta

PostPosted: Fri May 30, 2003 11:45 pm    Post subject: Kernel broken, among other things Reply with quote

Ok well i have been having a great deal of trouble building anything recently and it seems to stem from the line

Code:

make: as: Command not found


It can be seen at the end of the kernel build output seen above and here is another example while building clanlib

Code:

Compiling Sources/Display/System/Unix/setupdisplay_unix.cpp
Assembling Sources/Display/Display/Generic/blit_transparent_noclip_asm.s
make: as: Command not found
make: *** [Libs/Intermediate/blit_transparent_noclip_asm.o] Error 127
make: *** Waiting for unfinished jobs....

!!! ERROR: app-games/clanlib-0.6.5 failed.
!!! Function src_compile, Line 68, Exitcode 2
!!! (no error message)


What can be done to remedy this, please, anyone, help me

Thanx Alot
--ZennouRyuu
_________________
"Wise men talk because they have somthing to say, folls because they have to say somthing."
--Plato
Back to top
View user's profile Send private message
infirit
l33t
l33t


Joined: 11 Jan 2003
Posts: 778
Location: Hoofddorp / The Netherlands

PostPosted: Sat May 31, 2003 2:07 pm    Post subject: Reply with quote

as is the GNU Assembler and is part of GCC.

Seems that your GCC is broken, try emerging it again.
Back to top
View user's profile Send private message
ebrostig
Bodhisattva
Bodhisattva


Joined: 20 Jul 2002
Posts: 3152
Location: Orlando, Fl

PostPosted: Sat May 31, 2003 3:33 pm    Post subject: Reply with quote

infirit wrote:
as is the GNU Assembler and is part of GCC.

Seems that your GCC is broken, try emerging it again.

No, it is not...

It is part of the binutils package if i remember correctly. It may even be on your system, normally in /bin.

Erik
_________________
'Yes, Firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
Back to top
View user's profile Send private message
ZennouRyuu
Tux's lil' helper
Tux's lil' helper


Joined: 02 Nov 2002
Posts: 111
Location: Atlanta

PostPosted: Sat May 31, 2003 3:45 pm    Post subject: Reply with quote

Thank you both for your replies, I was begining to think, that with the recent hicups in the board, that my post was lost in antiquity or something.

I just tried to emerge binutils and guess what, it failed! :(

Heres the relevent Stuff:
Code:

/bin/sh: line 1: no: command not found
make[3]: *** [tr.gmo] Error 127
make[3]: *** Waiting for unfinished jobs....
/bin/sh: line 1: no: command not found
make[3]: *** [sv.gmo] Error 127
/bin/sh: line 1: no: command not found
make[3]: *** [da.gmo] Error 127
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/binutils-2.13.90.0.18/work/binutils-2.13.90.0.18/bfd'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/binutils-2.13.90.0.18/work/binutils-2.13.90.0.18/bfd'
make: *** [all-bfd] Error 2


If I need to remerge GCC, how is GCC 3.3 looking? does it break alot of stuff or would it be ok to give it a shot?
_________________
"Wise men talk because they have somthing to say, folls because they have to say somthing."
--Plato
Back to top
View user's profile Send private message
ZennouRyuu
Tux's lil' helper
Tux's lil' helper


Joined: 02 Nov 2002
Posts: 111
Location: Atlanta

PostPosted: Thu Jun 05, 2003 2:14 pm    Post subject: Reply with quote

No one???

**bump**
_________________
"Wise men talk because they have somthing to say, folls because they have to say somthing."
--Plato
Back to top
View user's profile Send private message
reves
Apprentice
Apprentice


Joined: 25 Jun 2002
Posts: 215
Location: South Florida

PostPosted: Thu Jun 05, 2003 3:58 pm    Post subject: Reply with quote

ZennouRyuu wrote:
/bin/sh: line 1: no: command not found

Acording to this thread from the LFS mailing list this error cann occur if you're missing gettext.
_________________
Robert
Back to top
View user's profile Send private message
ZennouRyuu
Tux's lil' helper
Tux's lil' helper


Joined: 02 Nov 2002
Posts: 111
Location: Atlanta

PostPosted: Sun Jun 08, 2003 4:31 am    Post subject: Awesome Reply with quote

That did the trick, thanx alot!!!!!!!!
_________________
"Wise men talk because they have somthing to say, folls because they have to say somthing."
--Plato
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum