I have try this make command today and yesterday, and the result (below) tell me that "out/bios.bin.elf" Is not found.
Can any body send me a usable version of seabios source.
I know it is better to call for help on IRC, but I can not connect it. (Since irc.freenode.net has dynamic IP address, VIA's firewall can not open a port for all IP.)
------------------------------------------------------------------------ --------------------------------------------
root@jason-desktop:/home/jason/Public/seabios1111# make AVOIDCOMBINE=1
Compiling whole program out/blob.16.s
In file included from out/blob.16.s.tmp.c:3:
out/../src/floppy.c: In function 'floppy_drive_setup':
out/../src/floppy.c:70: warning: dereferencing type-punned pointer will break strict-aliasing rules
out/../src/floppy.c:73: warning: dereferencing type-punned pointer will break strict-aliasing rules
In file included from out/blob.16.s.tmp.c:4:
out/../src/ata.c: In function 'ata_reset':
out/../src/ata.c:118: warning: dereferencing type-punned pointer will break strict-aliasing rules
out/../src/ata.c:119: warning: dereferencing type-punned pointer will break strict-aliasing rules
....
.... Many lines
....
out/../src/pcibios.c: In function 'handle_1ab10e':
out/../src/pcibios.c:120: warning: dereferencing type-punned pointer will break strict-aliasing rules
out/../src/pcibios.c:127: warning: dereferencing type-punned pointer will break strict-aliasing rules
out/../src/pcibios.c:128: warning: dereferencing type-punned pointer will break strict-aliasing rules
out/../src/pcibios.c:137: warning: dereferencing type-punned pointer will break strict-aliasing rules
out/../src/pcibios.c:138: warning: dereferencing type-punned pointer will break strict-aliasing rules
out/../src/pcibios.c:144: warning: dereferencing type-punned pointer will break strict-aliasing rules
Moving data sections to text in out/font.16.s
Generating assembler for src/cbt.c
Moving data sections to text in out/cbt.16.s
Generating assembler for src/floppy_dbt.c
Moving data sections to text in out/floppy_dbt.16.s
Generating 16bit layout of out/romlayout16.o
Compiling whole program out/romlayout32.o
Precompiling src/rombios32.lds.S
Linking (no relocs) out/rom32.o
Precompiling src/rombios16.lds.S
Linking out/rom16.o
Precompiling src/rombios.lds.S
Linking out/rom.o
Prepping out/bios.bin.elf
: No such file or directory
make: *** [out/bios.bin.elf] Error 127
------------------------------------------------------------------------ --------------------------------------------