View previous topic :: View next topic |
Author |
Message |
OneOfOne Guru
Joined: 28 May 2003 Posts: 368
|
Posted: Fri Apr 30, 2004 10:04 pm Post subject: 2.6.6-rc3-love2 aka "Peanutbutter Beachball Parade" |
|
|
here comes a new love with the new nicksched v30d and -mm1.
Code: |
patch-2.6.6-rc3 | Latest Prepatch
2.6.6-rc3-mm1 | -mm
BadRAM-2.6.5.2 | Work around for BadRam
acerhk | Acer Hotkeys
acpi-dsdt-initrd-patch | Custom dsdt table
2.6.6-rc3-mm1-v30d.patch | nick's scheduler v30d
acx100-0.2.0pre7-linux2.6.2 | ACX100 Support
bd-claim | EVMS dealie
bootsplash-3.1.4-2.6.6-rc 2 | Bootsplash
config-nr-tty-devices | Change # /dev/tty*
gcc-3.4-rcupdate.h-warn-fix | Warning fix
iteraid_1.44 | GiGaRaid
layer7-kernelpatch-nf-0.4.0 | Packet Classifier
linux-2.6.0.dxr3.20031229 | DXR3/H+ Support
linux-2.6.4-Walken | Walken Boot Logo
lirc-2.6.4-20040318 | LIRC Support
love_ppm | Love Boot Logo
lufs-0.9.7-2.6.0-test9 | LUFS Support
menuconfig-NAME-v1.0 | Do Something With Name
move-__this_module-to-modpost | For Nvidia
orinoco-0.13e-patch | Monitor Mode
patch-2.4.x-vesafb-rrc | Vesafb Hack
patch-2.6.4-am9 | Autoswappiness
patch-2.6.4-amd76x_pm | AMD Power Management
sii-3512-update | SII Updates
squashfs1.3r3-patch | SquashFS
supermount-2.0.4-2.6.2 | SuperMount
via-v4l-1.4a-drm | Epia DRM
viafb_02 | Epia FB
-R populate-rootfs-later.patch | bootsplash fixes
cflags-selection.patch.bz2 | cflags selection patch
iriver.patch | iriver support
nforce2-disconnect-quirk.patch.bz2 | nforce2 fixes hopefully
ipw2100-2.6.4-0.40-pre-patch.bz2 | Intel PRO/Wireless 2100 Driver for Linux
mki-adapter26_1_3_4.patch.bz2 | something needed by win4lin
Kernel-Win4Lin3-2.6.5.patch.bz2| win4lin
|
Packet writing patch doesn't compile right, crc32c module doesn't either (I believe it's part of gcloop).
bootsplash works but the text looks like 600x400 while booting, I'm working on it.
enjoy!
edit : link -> http://oneofone.limitlessfx.com/love-sources
edit2: please post problems/patch requests/fixes on http://love-sources.org/forum.php
the patch is fixed now, please redigest and emerge it again.
peace
Last edited by OneOfOne on Sat May 01, 2004 11:29 pm; edited 4 times in total |
|
Back to top |
|
|
PrakashP Veteran
Joined: 27 Oct 2003 Posts: 1249 Location: C.C.A.A., Germania
|
Posted: Fri Apr 30, 2004 10:10 pm Post subject: |
|
|
uhm, well, link?
Aaarggh, why did you add the nforce disconnect quirk, back again? It is EVIL! Please do a proper inclusion of the C1halt patch. steel300 probably did something wrong.
Hmm, it doesn't want to patch...the ebuild dies. Did you diff against mm or vanilla? COuld you be so nice and uploach the latest nicksched? Or give a link? I think I'll patch the mm by hand...
Last edited by PrakashP on Fri Apr 30, 2004 10:21 pm; edited 1 time in total |
|
Back to top |
|
|
OneOfOne Guru
Joined: 28 May 2003 Posts: 368
|
Posted: Fri Apr 30, 2004 10:15 pm Post subject: |
|
|
PrakashKC wrote: | uhm, well, link?
Aaarggh, why did you add the nforce disconnect quirk, back again? It is EVIL! Please do a proper inclusion of the C1halt patch. steel300 probably did something wrong. |
i didn't find it.. and i included the disconnect quirk patch on an nforce2 user's request.
i haven't been following the forums lately so please if you have a link to the patch or can send it to me over irc go ahead.
peace |
|
Back to top |
|
|
discomfitor l33t
Joined: 21 Feb 2003 Posts: 927 Location: None
|
Posted: Fri Apr 30, 2004 10:56 pm Post subject: |
|
|
It doesn't patch (complains that none of the files exist), so I took the liberty of fixing the ebuild (you forgot that you patch against mm.
Code: | # Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MMV="1"
K_PREPATCHED="yes"
K_NOSETEXTRAVERSION="don't_set_it"
ETYPE="sources"
inherit kernel-2
detect_version
# Create -mm patch version, -mm patch source, -love patch source
MMPV="${KV/-love*/}-mm${MMV}"
MMPV_SRC="mirror://kernel/linux/kernel/people/akpm/patches/2.6/${MMPV/-mm*/}/${MMPV}/${MMPV}.bz2"
LOVEPV_SRC="http://oneofone.limitlessfx.com/love-sources/${KV}.bz2"
UNIPATCH_STRICTORDER="yes"
UNIPATCH_LIST="${DISTDIR}/${MMPV}.bz2 ${DISTDIR}/${KV}.bz2"
DESCRIPTION="Development branch of the Linux Kernel with Andrew Morton's patchset and other performance-ish patches and tweaks. Maintained by Lovechild, steel300, and OneOfOne"
HOMEPAGE="http://oneofone.limitlessfx.com/love-sources/"
SRC_URI="${KERNEL_URI} ${MMPV_SRC} ${LOVEPV_SRC}"
KEYWORDS="x86 ~amd64 ~ia64 -*"
K_EXTRAEWARN="IMPORTANT: steel300 and OneOfOne remind you that the patches
here are sometimes experimental and could explode upon impact, make your
[soda|pop] really bland, or other badness. We aren't responsible for that,
but we will mention that these patches will also make your kernel
ROCK LIKE NINJA. If you experience problems while using love-sources,
go back to a vanilla kernel and see if the problem persists. If the problems
are still there, then you can bug somebody. (Preferably us and
not the Gentoo devs!)" |
_________________ There is no substitute for experience.
Imperfection indicates a lack of effort. |
|
Back to top |
|
|
OneOfOne Guru
Joined: 28 May 2003 Posts: 368
|
Posted: Sat May 01, 2004 12:12 am Post subject: |
|
|
Darckness wrote: | It doesn't patch (complains that none of the files exist), so I took the liberty of fixing the ebuild (you forgot that you patch against mm.
Code: | # Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MMV="1"
K_PREPATCHED="yes"
K_NOSETEXTRAVERSION="don't_set_it"
ETYPE="sources"
inherit kernel-2
detect_version
# Create -mm patch version, -mm patch source, -love patch source
MMPV="${KV/-love*/}-mm${MMV}"
MMPV_SRC="mirror://kernel/linux/kernel/people/akpm/patches/2.6/${MMPV/-mm*/}/${MMPV}/${MMPV}.bz2"
LOVEPV_SRC="http://oneofone.limitlessfx.com/love-sources/${KV}.bz2"
UNIPATCH_STRICTORDER="yes"
UNIPATCH_LIST="${DISTDIR}/${MMPV}.bz2 ${DISTDIR}/${KV}.bz2"
DESCRIPTION="Development branch of the Linux Kernel with Andrew Morton's patchset and other performance-ish patches and tweaks. Maintained by Lovechild, steel300, and OneOfOne"
HOMEPAGE="http://oneofone.limitlessfx.com/love-sources/"
SRC_URI="${KERNEL_URI} ${MMPV_SRC} ${LOVEPV_SRC}"
KEYWORDS="x86 ~amd64 ~ia64 -*"
K_EXTRAEWARN="IMPORTANT: steel300 and OneOfOne remind you that the patches
here are sometimes experimental and could explode upon impact, make your
[soda|pop] really bland, or other badness. We aren't responsible for that,
but we will mention that these patches will also make your kernel
ROCK LIKE NINJA. If you experience problems while using love-sources,
go back to a vanilla kernel and see if the problem persists. If the problems
are still there, then you can bug somebody. (Preferably us and
not the Gentoo devs!)" |
|
i've fixed the ebuild but forgot to say it, thanks for the work.
peace |
|
Back to top |
|
|
GentooBox Veteran
Joined: 22 Jun 2003 Posts: 1168 Location: Denmark
|
Posted: Sat May 01, 2004 12:13 am Post subject: |
|
|
Quote: | CC lib/rwsem-spinlock.o
CC lib/string.o
CC lib/vsprintf.o
AR lib/lib.a
LD arch/x86_64/lib/built-in.o
CC arch/x86_64/lib/bitstr.o
AS arch/x86_64/lib/clear_page.o
AS arch/x86_64/lib/copy_page.o
AS arch/x86_64/lib/copy_user.o
AS arch/x86_64/lib/csum-copy.o
CC arch/x86_64/lib/csum-partial.o
CC arch/x86_64/lib/csum-wrappers.o
CC arch/x86_64/lib/dec_and_lock.o
CC arch/x86_64/lib/delay.o
AS arch/x86_64/lib/getuser.o
CC arch/x86_64/lib/io.o
AS arch/x86_64/lib/memcpy.o
CC arch/x86_64/lib/memmove.o
AS arch/x86_64/lib/memset.o
AS arch/x86_64/lib/putuser.o
AS arch/x86_64/lib/thunk.o
CC arch/x86_64/lib/usercopy.o
AR arch/x86_64/lib/lib.a
GEN .version
CHK include/linux/compile.h
dnsdomainname: Unknown host
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD vmlinux
kernel/built-in.o(.text+0x1eb1): In function `scheduler_tick':
: undefined reference to `MSEC_TO_JIFFIES'
make: *** [vmlinux] Error 1
GentooBox linux # |
does anyone have this error too ? _________________ Encrypt, lock up everything and duct tape the rest |
|
Back to top |
|
|
kevmille Guru
Joined: 26 Jul 2003 Posts: 311 Location: Ho Chi Minh City (Saigon), Vietnam
|
Posted: Sat May 01, 2004 12:15 am Post subject: |
|
|
I got the same error but I am trying to use the above ebuild to see if it fixes the problem.
Code: | ld:arch/i386/kernel/vmlinux.lds.s:1492: ignoring invalid character `#' in expression
ld:arch/i386/kernel/vmlinux.lds.s:1492: syntax error
make: *** [.tmp_vmlinux1] Error 1 |
_________________ My Company: Hakata Consulting |
|
Back to top |
|
|
GentooBox Veteran
Joined: 22 Jun 2003 Posts: 1168 Location: Denmark
|
Posted: Sat May 01, 2004 12:21 am Post subject: |
|
|
i made a new .config, and it compiled fine. - the kernel works _________________ Encrypt, lock up everything and duct tape the rest |
|
Back to top |
|
|
OneOfOne Guru
Joined: 28 May 2003 Posts: 368
|
|
Back to top |
|
|
kevmille Guru
Joined: 26 Jul 2003 Posts: 311 Location: Ho Chi Minh City (Saigon), Vietnam
|
Posted: Sat May 01, 2004 1:05 am Post subject: |
|
|
GentooBox wrote: | i made a new .config, and it compiled fine. - the kernel works |
Ditto for me too. Finished compiling but I can reboot with the new kernel until Ximian-Openoffice is finished compiling. _________________ My Company: Hakata Consulting |
|
Back to top |
|
|
enzobelmont Guru
Joined: 06 Apr 2004 Posts: 345 Location: Chiapas, Mexico
|
Posted: Sat May 01, 2004 3:25 am Post subject: |
|
|
will win4lin work???
anyone tested it??? |
|
Back to top |
|
|
enzobelmont Guru
Joined: 06 Apr 2004 Posts: 345 Location: Chiapas, Mexico
|
Posted: Sat May 01, 2004 3:52 am Post subject: |
|
|
no... win4lin failed to compile again
Code: | LD arch/i386/mki-adapter26/built-in.o
CC [M] arch/i386/mki-adapter26/mki-main.o
CC [M] arch/i386/mki-adapter26/mki26.o
arch/i386/mki-adapter26/mki26.c: En la funci?n `mhia_ret_user':
arch/i386/mki-adapter26/mki26.c:570: `PF_IOTHREAD' no ha sido declarado aqu? (primero ?selo en esta funci?n)
arch/i386/mki-adapter26/mki26.c:570: (Cada identificador no declarado solamente se reporta una vez
arch/i386/mki-adapter26/mki26.c:570: para cada funcion en la que aparece.)
arch/i386/mki-adapter26/mki26.c: En la funci?n `mkia_call_svwait':
arch/i386/mki-adapter26/mki26.c:1751: `PF_IOTHREAD' no ha sido declarado aqu? (primero ?selo en esta funci?n)
make[1]: *** [arch/i386/mki-adapter26/mki26.o] Error 1
make: *** [arch/i386/mki-adapter26] Error 2 |
sorry code in spanish. |
|
Back to top |
|
|
OneOfOne Guru
Joined: 28 May 2003 Posts: 368
|
Posted: Sat May 01, 2004 4:04 am Post subject: |
|
|
enzobelmont wrote: | no... win4lin failed to compile again
Code: | LD arch/i386/mki-adapter26/built-in.o
CC [M] arch/i386/mki-adapter26/mki-main.o
CC [M] arch/i386/mki-adapter26/mki26.o
arch/i386/mki-adapter26/mki26.c: En la funci?n `mhia_ret_user':
arch/i386/mki-adapter26/mki26.c:570: `PF_IOTHREAD' no ha sido declarado aqu? (primero ?selo en esta funci?n)
arch/i386/mki-adapter26/mki26.c:570: (Cada identificador no declarado solamente se reporta una vez
arch/i386/mki-adapter26/mki26.c:570: para cada funcion en la que aparece.)
arch/i386/mki-adapter26/mki26.c: En la funci?n `mkia_call_svwait':
arch/i386/mki-adapter26/mki26.c:1751: `PF_IOTHREAD' no ha sido declarado aqu? (primero ?selo en esta funci?n)
make[1]: *** [arch/i386/mki-adapter26/mki26.o] Error 1
make: *** [arch/i386/mki-adapter26] Error 2 |
sorry code in spanish. |
:-/
guess we'll have to go to good ol' vmware!
peace |
|
Back to top |
|
|
enzobelmont Guru
Joined: 06 Apr 2004 Posts: 345 Location: Chiapas, Mexico
|
Posted: Sat May 01, 2004 4:08 am Post subject: |
|
|
OneOfOne wrote: | enzobelmont wrote: | no... win4lin failed to compile again
Code: | LD arch/i386/mki-adapter26/built-in.o
CC [M] arch/i386/mki-adapter26/mki-main.o
CC [M] arch/i386/mki-adapter26/mki26.o
arch/i386/mki-adapter26/mki26.c: En la funci?n `mhia_ret_user':
arch/i386/mki-adapter26/mki26.c:570: `PF_IOTHREAD' no ha sido declarado aqu? (primero ?selo en esta funci?n)
arch/i386/mki-adapter26/mki26.c:570: (Cada identificador no declarado solamente se reporta una vez
arch/i386/mki-adapter26/mki26.c:570: para cada funcion en la que aparece.)
arch/i386/mki-adapter26/mki26.c: En la funci?n `mkia_call_svwait':
arch/i386/mki-adapter26/mki26.c:1751: `PF_IOTHREAD' no ha sido declarado aqu? (primero ?selo en esta funci?n)
make[1]: *** [arch/i386/mki-adapter26/mki26.o] Error 1
make: *** [arch/i386/mki-adapter26] Error 2 |
sorry code in spanish. |
:-/
guess we'll have to go to good ol' vmware!
peace |
AMEN man... |
|
Back to top |
|
|
CaribbeanKnight Apprentice
Joined: 27 Apr 2003 Posts: 240 Location: Earth -> Europe -> Belgium -> Diest
|
Posted: Sat May 01, 2004 4:15 am Post subject: |
|
|
when i try building this kernel i get this:
Code: |
.....
CC lib/div64.o
CC lib/dump_stack.o
CC lib/errno.o
CC lib/extable.o
CC lib/idr.o
CC lib/int_sqrt.o
CC lib/kobject.o
CC lib/parser.o
CC lib/radix-tree.o
CC lib/rbtree.o
CC lib/rwsem.o
CC lib/string.o
CC lib/vsprintf.o
AR lib/lib.a
LD arch/i386/lib/built-in.o
AS arch/i386/lib/checksum.o
CC arch/i386/lib/dec_and_lock.o
CC arch/i386/lib/delay.o
AS arch/i386/lib/getuser.o
CC arch/i386/lib/memcpy.o
CC arch/i386/lib/mmx.o
CC arch/i386/lib/strstr.o
CC arch/i386/lib/usercopy.o
AR arch/i386/lib/lib.a
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
ld:arch/i386/kernel/vmlinux.lds.s:660: ignoring invalid character `#' in expression
ld:arch/i386/kernel/vmlinux.lds.s:660: syntax error
make: *** [.tmp_vmlinux1] Error 1
StardusT linux #
|
and i can't find a bzImage in arch/i386/boot... am i doing something wrong here..?? _________________ ...we ain't shit...
Linux User #353893 |
|
Back to top |
|
|
_Nomad_ Guru
Joined: 11 Apr 2003 Posts: 571
|
Posted: Sat May 01, 2004 6:04 am Post subject: |
|
|
CaribbeanKnight wrote: | when i try building this kernel i get this:
Code: |
.....
CC lib/div64.o
CC lib/dump_stack.o
CC lib/errno.o
CC lib/extable.o
CC lib/idr.o
CC lib/int_sqrt.o
CC lib/kobject.o
CC lib/parser.o
CC lib/radix-tree.o
CC lib/rbtree.o
CC lib/rwsem.o
CC lib/string.o
CC lib/vsprintf.o
AR lib/lib.a
LD arch/i386/lib/built-in.o
AS arch/i386/lib/checksum.o
CC arch/i386/lib/dec_and_lock.o
CC arch/i386/lib/delay.o
AS arch/i386/lib/getuser.o
CC arch/i386/lib/memcpy.o
CC arch/i386/lib/mmx.o
CC arch/i386/lib/strstr.o
CC arch/i386/lib/usercopy.o
AR arch/i386/lib/lib.a
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
ld:arch/i386/kernel/vmlinux.lds.s:660: ignoring invalid character `#' in expression
ld:arch/i386/kernel/vmlinux.lds.s:660: syntax error
make: *** [.tmp_vmlinux1] Error 1
StardusT linux #
|
and i can't find a bzImage in arch/i386/boot... am i doing something wrong here..?? |
open the file arch/i386/kernel/vmlinux.lds.s and remove the three lines that start at line 660... |
|
Back to top |
|
|
Nutterpc Tux's lil' helper
Joined: 02 Feb 2004 Posts: 83
|
Posted: Sat May 01, 2004 6:12 am Post subject: |
|
|
Soon as my machine finishes doing a rebuild of the world (I emerged gcc3.4.0), I'll get to work on customising this kernel
Should be fun _________________ If it isn't broke, you ain't tweaked it right
Registered Linux User 353232 |
|
Back to top |
|
|
CaribbeanKnight Apprentice
Joined: 27 Apr 2003 Posts: 240 Location: Earth -> Europe -> Belgium -> Diest
|
Posted: Sat May 01, 2004 6:30 am Post subject: |
|
|
nomad, i tried deleting those 3 lines (but they were empty..??) and i still got the same error... what's going wrong here..?? _________________ ...we ain't shit...
Linux User #353893 |
|
Back to top |
|
|
Nutterpc Tux's lil' helper
Joined: 02 Feb 2004 Posts: 83
|
Posted: Sat May 01, 2004 6:47 am Post subject: |
|
|
possibly try using this line to compile your kernel,. so you might be able to pinpoint where the problem is
make V=1 clean bzImage modules modules_install
let us know how it goes
Nutterpc _________________ If it isn't broke, you ain't tweaked it right
Registered Linux User 353232 |
|
Back to top |
|
|
CaribbeanKnight Apprentice
Joined: 27 Apr 2003 Posts: 240 Location: Earth -> Europe -> Belgium -> Diest
|
Posted: Sat May 01, 2004 7:03 am Post subject: |
|
|
ok tried that and this is the output:
Code: |
..... gcc -Wp,-MD,arch/i386/lib/.getuser.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -D__ASSEMBLY__ -Iinclude/asm-i386/mach-default -falign-functions=64 -falign-jumps=16 -falign-labels=1 -falign-loops=16 -ffast-math -fomit-frame-pointer -fprefetch-loop-arrays -ftracer -funroll-loops -march=athlon-xp -mfpmath=sse -O3 -pipe -c -o arch/i386/lib/getuser.o arch/i386/lib/getuser.S
gcc -Wp,-MD,arch/i386/lib/.memcpy.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=athlon -Iinclude/asm-i386/mach-default -falign-functions=64 -falign-jumps=16 -falign-labels=1 -falign-loops=16 -ffast-math -fomit-frame-pointer -fprefetch-loop-arrays -ftracer -funroll-loops -march=athlon-xp -mfpmath=sse -O3 -pipe -O2 -fomit-frame-pointer -Wdeclaration-after-statement -DKBUILD_BASENAME=memcpy -DKBUILD_MODNAME=memcpy -c -o arch/i386/lib/memcpy.o arch/i386/lib/memcpy.c
gcc -Wp,-MD,arch/i386/lib/.mmx.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=athlon -Iinclude/asm-i386/mach-default -falign-functions=64 -falign-jumps=16 -falign-labels=1 -falign-loops=16 -ffast-math -fomit-frame-pointer -fprefetch-loop-arrays -ftracer -funroll-loops -march=athlon-xp -mfpmath=sse -O3 -pipe -O2 -fomit-frame-pointer -Wdeclaration-after-statement -DKBUILD_BASENAME=mmx -DKBUILD_MODNAME=mmx -c -o arch/i386/lib/mmx.o arch/i386/lib/mmx.c
gcc -Wp,-MD,arch/i386/lib/.strstr.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=athlon -Iinclude/asm-i386/mach-default -falign-functions=64 -falign-jumps=16 -falign-labels=1 -falign-loops=16 -ffast-math -fomit-frame-pointer -fprefetch-loop-arrays -ftracer -funroll-loops -march=athlon-xp -mfpmath=sse -O3 -pipe -O2 -fomit-frame-pointer -Wdeclaration-after-statement -DKBUILD_BASENAME=strstr -DKBUILD_MODNAME=strstr -c -o arch/i386/lib/strstr.o arch/i386/lib/strstr.c
gcc -Wp,-MD,arch/i386/lib/.usercopy.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=athlon -Iinclude/asm-i386/mach-default -falign-functions=64 -falign-jumps=16 -falign-labels=1 -falign-loops=16 -ffast-math -fomit-frame-pointer -fprefetch-loop-arrays -ftracer -funroll-loops -march=athlon-xp -mfpmath=sse -O3 -pipe -O2 -fomit-frame-pointer -Wdeclaration-after-statement -DKBUILD_BASENAME=usercopy -DKBUILD_MODNAME=usercopy -c -o arch/i386/lib/usercopy.o arch/i386/lib/usercopy.c
rm -f arch/i386/lib/lib.a; ar rcs arch/i386/lib/lib.a arch/i386/lib/checksum.o arch/i386/lib/dec_and_lock.o arch/i386/lib/delay.o arch/i386/lib/getuser.o arch/i386/lib/memcpy.o arch/i386/lib/mmx.o arch/i386/lib/strstr.o arch/i386/lib/usercopy.o
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
gcc -Wp,-MD,init/.version.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=athlon -Iinclude/asm-i386/mach-default -falign-functions=64 -falign-jumps=16 -falign-labels=1 -falign-loops=16 -ffast-math -fomit-frame-pointer -fprefetch-loop-arrays -ftracer -funroll-loops -march=athlon-xp -mfpmath=sse -O3 -pipe -O2 -fomit-frame-pointer -Wdeclaration-after-statement -DKBUILD_BASENAME=version -DKBUILD_MODNAME=version -c -o init/version.o init/version.c
ld -m elf_i386 -r -o init/built-in.o init/main.o init/version.o init/mounts.o init/initramfs.o
ld -m elf_i386 -T arch/i386/kernel/vmlinux.lds.s arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/built-in.o --start-group usr/built-in.o arch/i386/kernel/built-in.o arch/i386/mm/built-in.o arch/i386/mach-default/built-in.o kernel/built-in.o mm/built-in.o fs/built-in.o ipc/built-in.o security/built-in.o crypto/built-in.o lib/lib.a arch/i386/lib/lib.a lib/built-in.o arch/i386/lib/built-in.o drivers/built-in.o sound/built-in.o arch/i386/pci/built-in.o net/built-in.o --end-group -o .tmp_vmlinux1
ld:arch/i386/kernel/vmlinux.lds.s:660: ignoring invalid character `#' in expression
ld:arch/i386/kernel/vmlinux.lds.s:660: syntax error
make: *** [.tmp_vmlinux1] Error 1
StardusT linux #
|
so, same error with some more detail i guess... hope you can make something of this... _________________ ...we ain't shit...
Linux User #353893 |
|
Back to top |
|
|
OneOfOne Guru
Joined: 28 May 2003 Posts: 368
|
Posted: Sat May 01, 2004 7:10 am Post subject: |
|
|
CaribbeanKnight wrote: | ok tried that and this is the output:
Code: |
..... gcc -Wp,-MD,arch/i386/lib/.getuser.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -D__ASSEMBLY__ -Iinclude/asm-i386/mach-default -falign-functions=64 -falign-jumps=16 -falign-labels=1 -falign-loops=16 -ffast-math -fomit-frame-pointer -fprefetch-loop-arrays -ftracer -funroll-loops -march=athlon-xp -mfpmath=sse -O3 -pipe -c -o arch/i386/lib/getuser.o arch/i386/lib/getuser.S
gcc -Wp,-MD,arch/i386/lib/.memcpy.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=athlon -Iinclude/asm-i386/mach-default -falign-functions=64 -falign-jumps=16 -falign-labels=1 -falign-loops=16 -ffast-math -fomit-frame-pointer -fprefetch-loop-arrays -ftracer -funroll-loops -march=athlon-xp -mfpmath=sse -O3 -pipe -O2 -fomit-frame-pointer -Wdeclaration-after-statement -DKBUILD_BASENAME=memcpy -DKBUILD_MODNAME=memcpy -c -o arch/i386/lib/memcpy.o arch/i386/lib/memcpy.c
gcc -Wp,-MD,arch/i386/lib/.mmx.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=athlon -Iinclude/asm-i386/mach-default -falign-functions=64 -falign-jumps=16 -falign-labels=1 -falign-loops=16 -ffast-math -fomit-frame-pointer -fprefetch-loop-arrays -ftracer -funroll-loops -march=athlon-xp -mfpmath=sse -O3 -pipe -O2 -fomit-frame-pointer -Wdeclaration-after-statement -DKBUILD_BASENAME=mmx -DKBUILD_MODNAME=mmx -c -o arch/i386/lib/mmx.o arch/i386/lib/mmx.c
gcc -Wp,-MD,arch/i386/lib/.strstr.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=athlon -Iinclude/asm-i386/mach-default -falign-functions=64 -falign-jumps=16 -falign-labels=1 -falign-loops=16 -ffast-math -fomit-frame-pointer -fprefetch-loop-arrays -ftracer -funroll-loops -march=athlon-xp -mfpmath=sse -O3 -pipe -O2 -fomit-frame-pointer -Wdeclaration-after-statement -DKBUILD_BASENAME=strstr -DKBUILD_MODNAME=strstr -c -o arch/i386/lib/strstr.o arch/i386/lib/strstr.c
gcc -Wp,-MD,arch/i386/lib/.usercopy.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=athlon -Iinclude/asm-i386/mach-default -falign-functions=64 -falign-jumps=16 -falign-labels=1 -falign-loops=16 -ffast-math -fomit-frame-pointer -fprefetch-loop-arrays -ftracer -funroll-loops -march=athlon-xp -mfpmath=sse -O3 -pipe -O2 -fomit-frame-pointer -Wdeclaration-after-statement -DKBUILD_BASENAME=usercopy -DKBUILD_MODNAME=usercopy -c -o arch/i386/lib/usercopy.o arch/i386/lib/usercopy.c
rm -f arch/i386/lib/lib.a; ar rcs arch/i386/lib/lib.a arch/i386/lib/checksum.o arch/i386/lib/dec_and_lock.o arch/i386/lib/delay.o arch/i386/lib/getuser.o arch/i386/lib/memcpy.o arch/i386/lib/mmx.o arch/i386/lib/strstr.o arch/i386/lib/usercopy.o
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
gcc -Wp,-MD,init/.version.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=athlon -Iinclude/asm-i386/mach-default -falign-functions=64 -falign-jumps=16 -falign-labels=1 -falign-loops=16 -ffast-math -fomit-frame-pointer -fprefetch-loop-arrays -ftracer -funroll-loops -march=athlon-xp -mfpmath=sse -O3 -pipe -O2 -fomit-frame-pointer -Wdeclaration-after-statement -DKBUILD_BASENAME=version -DKBUILD_MODNAME=version -c -o init/version.o init/version.c
ld -m elf_i386 -r -o init/built-in.o init/main.o init/version.o init/mounts.o init/initramfs.o
ld -m elf_i386 -T arch/i386/kernel/vmlinux.lds.s arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/built-in.o --start-group usr/built-in.o arch/i386/kernel/built-in.o arch/i386/mm/built-in.o arch/i386/mach-default/built-in.o kernel/built-in.o mm/built-in.o fs/built-in.o ipc/built-in.o security/built-in.o crypto/built-in.o lib/lib.a arch/i386/lib/lib.a lib/built-in.o arch/i386/lib/built-in.o drivers/built-in.o sound/built-in.o arch/i386/pci/built-in.o net/built-in.o --end-group -o .tmp_vmlinux1
ld:arch/i386/kernel/vmlinux.lds.s:660: ignoring invalid character `#' in expression
ld:arch/i386/kernel/vmlinux.lds.s:660: syntax error
make: *** [.tmp_vmlinux1] Error 1
StardusT linux #
|
so, same error with some more detail i guess... hope you can make something of this... |
hmm idea, try to use a second text editor.
maybe the one you used is messing up because there're some binary chars in that file.
if not sure, just go to that line and mark 3 lines and delete them anyway (do NOT make clean , just type make after you edit the file).
peace |
|
Back to top |
|
|
MG-Cloud Apprentice
Joined: 28 Oct 2003 Posts: 200
|
Posted: Sat May 01, 2004 7:18 am Post subject: |
|
|
With nick's new scheduler, is it still recommended to renice x? |
|
Back to top |
|
|
Nutterpc Tux's lil' helper
Joined: 02 Feb 2004 Posts: 83
|
Posted: Sat May 01, 2004 7:24 am Post subject: |
|
|
these errors sound familiar, least now we can see whereabouts it's going pear shaped, makes it a bit easier to diagnose
Lemme sit here and have a look through the errors your getting, I'll see if I can work something out
Nutterpc _________________ If it isn't broke, you ain't tweaked it right
Registered Linux User 353232 |
|
Back to top |
|
|
CaribbeanKnight Apprentice
Joined: 27 Apr 2003 Posts: 240 Location: Earth -> Europe -> Belgium -> Diest
|
Posted: Sat May 01, 2004 7:25 am Post subject: |
|
|
thanx in advance... really would like some loving going on soon... _________________ ...we ain't shit...
Linux User #353893 |
|
Back to top |
|
|
CaribbeanKnight Apprentice
Joined: 27 Apr 2003 Posts: 240 Location: Earth -> Europe -> Belgium -> Diest
|
Posted: Sat May 01, 2004 7:51 am Post subject: |
|
|
oneofone, it worked if i build my kernel the way you said (editing that vmlinux file, deleting those lines and then a make without clean).. so now i'm running 2.6.6-rc3-love2 finally
just hope i don't need to do this trick every time from now on... ah, we'll see.. _________________ ...we ain't shit...
Linux User #353893 |
|
Back to top |
|
|
|