[SeaBIOS] SeaBIOS not fully working when compiled on FreeBSD

Roger Pau Monné roger.pau at citrix.com
Thu Apr 16 16:21:26 CEST 2015


Hello,

El 16/04/15 a les 15.29, Idwer Vollering ha escrit:
 > What does 'readelf -a out/bios.bin.elf' tell you, for each build where
> you either override, or aren't overriding, CC with coreboot's
> i386-elf-gcc or pkg's gcc48 and/or LD from FreeBSD's base or pkg?
> 
> payloads/external/SeaBIOS/seabios $ gmake CC=gcc48
> LD=/usr/local/bin/ld &>/dev/null ; readelf -h out/bios.bin.elf | egrep
> 'OS/ABI'
>   OS/ABI:                            UNIX - FreeBSD
> 
> payloads/external/SeaBIOS/seabios $
> PATH=/home/idwer/coreboot/git/coreboot/util/crossgcc/xgcc/bin:$PATH
> gmake CROSS_PREFIX=i386-elf- &>/dev/null ; readelf -h out/bios.bin.elf
> | egrep 'OS/ABI'
>   OS/ABI:                            UNIX - System V

I don't seem to have an out/bios.bin.elf after compilation, I only have:

out/bios.bin		out/bios.bin.prep	out/bios.bin.raw

Roger.




More information about the SeaBIOS mailing list