View previous topic :: View next topic |
Author |
Message |
tbg Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/324852070419cc1e35619b.jpg)
Joined: 05 Aug 2004 Posts: 90 Location: Winchester, MA USA
|
Posted: Thu Dec 16, 2004 10:44 pm Post subject: expr: non-numeric argument - make: ***[.tmp_vmlinux1] Error |
|
|
I have a kind of funky method I have developed for building my kernel with the necessary SCSI drivers built-in. This method is described in this thread:
https://forums.gentoo.org/viewtopic.php?t=224311&highlight=
I've been able to modify build my 2.6.7-based kernel for a while using the hack described at the end of the thread, but today I am getting an error at the end of the "make", right after it has compiiled things in arch/i386/lib and immediately after "GEN .version" - here is what I am seeing
[ ... tons of compiles...]
CC arch/i386/lib/usercopy.o
AR arch/i386/lib/lib.a
GEN .version
expr: non-numeric argument
make: *** [.tmp_vmlinux1] Error 3
and that's it. there is no bzImage created in arch/i386/boot
any idea what this is? I am starting to look at the target .tmp_vmlinux1 in Makefile... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Mango Madness n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 16 Jun 2003 Posts: 6
|
Posted: Thu Dec 16, 2004 11:51 pm Post subject: |
|
|
I've been getting a similar error.
sound/built-in.o(.text+0x2658a): in function 'ad18xx_resume': undefined
reference to 'snd_ac97_restore_status'
make: *** [.tmp_vmlinux1] Error 1
Using love-sources 2.6.10-r3-r1 on gcc 3.4.3-r1 with
-march=athlon-xp -O3 -pipe -fomit-frame-pointer
Something fishy with alsa maybe? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|