Howdy folks,

            I have been trying to build the tyan s2895 board with gcc 3.3 on SuSE 10.0

It doesn’t build.  The loader tries to overlap some sections.  I got around this by

laying out my own ldscript.lb file (similarly to what Ron wants to do).  After this, both

the fallback and normal builds result in the following error:

 

 

nm -n linuxbios_ram | sort > linuxbios_ram.map

objcopy --gap-fill 0xff -O binary linuxbios_ram linuxbios_ram.bin

./nrv2b e linuxbios_ram.bin linuxbios_ram.nrv2b

input/output = 164944/55295 = 2.983

cp linuxbios_ram.nrv2b linuxbios_ram.rom

gcc -m32 -nostdlib -nostartfiles -static -o linuxbios -T ldscript.ld crt0.o init.o

nm -n linuxbios | sort > linuxbios.map

objcopy --gap-fill 0xff -O binary linuxbios linuxbios.strip

./buildrom linuxbios.strip linuxbios.rom ../../../../payloads/forcedeth--filo_hda2_vga.zelf 0x20000 0x40000

../../../../payloads/forcedeth--filo_hda2_vga.zelf: No such file or directory

 

 

            What does this mean?  Also, is there a writeup on just what buildrom does?

 

Thanks,

Jeff Young

 

 

 

PS:       Can anyone actually build the S2895 without any errors today?  If so, exactly how do you

            do it.  (Note that I have tried several snapshots from 2007 -> 2163 without success.)

 

-- 
linuxbios mailing list
[email protected]
http://www.openbios.org/mailman/listinfo/linuxbios

Reply via email to