Re: [coreboot] Patch file for ld/fedora 8 more issues...

2008-01-23 Thread ron minnich
Good. now if only ubuntu worked. :-) ron -- coreboot mailing list coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Patch file for ld/fedora 8 more issues...

2008-01-23 Thread joe
Quoting [EMAIL PROTECTED]: > Quoting Marc Karasek <[EMAIL PROTECTED]>: > >> It was not specifically x86_64 related. It was however fedora 8 >> related. I think in my research that it has to do with the version of >> binutils. I had sent out a mail to the reflector with a link to >> another disc

Re: [coreboot] Patch file for ld/fedora 8 more issues...

2008-01-23 Thread joe
Quoting Marc Karasek <[EMAIL PROTECTED]>: > It was not specifically x86_64 related. It was however fedora 8 > related. I think in my research that it has to do with the version of > binutils. I had sent out a mail to the reflector with a link to > another discussion group regarding binutils and

Re: [coreboot] Patch file for ld/fedora 8 more issues...

2008-01-23 Thread Marc Karasek
I hate compiler/tools issues... :-( /* Marc Karasek MTS Sun Microsystems mailto:[EMAIL PROTECTED] ph:770.360.6415 */ [EMAIL PROTECTED] wrote: > Quoting Carl-Daniel Hailfinger <[EMAIL PROTECTED]>: > >> On 23.01.2008 02:24, [EMAIL PROTECTED] wrote: >>> Quot

Re: [coreboot] Patch file for ld/fedora 8 more issues...

2008-01-23 Thread Marc Karasek
It was not specifically x86_64 related. It was however fedora 8 related. I think in my research that it has to do with the version of binutils. I had sent out a mail to the reflector with a link to another discussion group regarding binutils and a bug that looked like it was this. According

Re: [coreboot] Patch file for ld/fedora 8 more issues...

2008-01-22 Thread joe
Quoting Carl-Daniel Hailfinger <[EMAIL PROTECTED]>: > On 23.01.2008 02:24, [EMAIL PROTECTED] wrote: >> Quoting Carl-Daniel Hailfinger <[EMAIL PROTECTED]>: >> >> >>> On 23.01.2008 01:41, [EMAIL PROTECTED] wrote: >>> Arugh!!! When I tested the patch eveerything worked ok but now with the n

Re: [coreboot] Patch file for ld/fedora 8 more issues...

2008-01-22 Thread ron minnich
It fails on ubuntu. I just did an svn up and: nput/output = 130304/53382 = 2.441 cp coreboot_ram.nrv2b coreboot_ram.rom echo '/*ldoptions*/' > ldscript.ld; cat ldoptions >> ldscript.ld ; for file in /home/rminnich/src/bios/coreboot-v2/src/arch/i386/init/ldscript.lb /home/rminnich/src/bios/coreboo

Re: [coreboot] Patch file for ld/fedora 8 more issues...

2008-01-22 Thread Carl-Daniel Hailfinger
On 23.01.2008 02:24, [EMAIL PROTECTED] wrote: > Quoting Carl-Daniel Hailfinger <[EMAIL PROTECTED]>: > > >> On 23.01.2008 01:41, [EMAIL PROTECTED] wrote: >> >>> Arugh!!! When I tested the patch eveerything worked ok but now with >>> the new svn version, when I try abuild it get this: >>> ---

Re: [coreboot] Patch file for ld/fedora 8 more issues...

2008-01-22 Thread joe
Quoting Carl-Daniel Hailfinger <[EMAIL PROTECTED]>: > On 23.01.2008 01:41, [EMAIL PROTECTED] wrote: >> Arugh!!! When I tested the patch eveerything worked ok but now with >> the new svn version, when I try abuild it get this: >> >>Creating builddir...ok >>Compiling

Re: [coreboot] Patch file for ld/fedora 8 more issues...

2008-01-22 Thread Carl-Daniel Hailfinger
On 23.01.2008 01:41, [EMAIL PROTECTED] wrote: > Arugh!!! When I tested the patch eveerything worked ok but now with > the new svn version, when I try abuild it get this: > >Creating builddir...ok >Compiling image ..FAILED after 13s! Log excerpt: > gcc -m32 -nostd

Re: [coreboot] Patch file for ld/fedora 8 more issues...

2008-01-22 Thread ron minnich
here's a positive note, it works fine for me on fc8. [EMAIL PROTECTED] ga_2761gxdk]$ ld -v -v GNU ld version 2.17.50.0.12-4 20070128 GNU ld version 2.17.50.0.12-4 20070128 [EMAIL PROTECTED] ga_2761gxdk]$ gcc -v -v Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --pref

[coreboot] Patch file for ld/fedora 8 more issues...

2008-01-22 Thread joe
Arugh!!! When I tested the patch eveerything worked ok but now with the new svn version, when I try abuild it get this: Creating builddir...ok Compiling image ..FAILED after 13s! Log excerpt: gcc -m32 -nostdlib -nostartfiles -static -o coreboot_ram -T /home/joe/c