On Thu, 2011-09-29 at 19:36 -0400, Kevin O'Connor wrote:
On Thu, Sep 29, 2011 at 02:00:11PM +0100, Ian Campbell wrote:
On Fri, 2011-09-23 at 00:28 -0400, Kevin O'Connor wrote:
Hi,
I'd like to make the next release of SeaBIOS. I plan to make the version number be v1.6.3 (instead of v0.6.3).
There are a few ACPI patches pending. However, I think it would be best to tag the current code, and then add the ACPI code on top of it.
If anyone knows of any bugs, patches, or issues that need to be addressed prior to making a release, please let me know.
I've just tried to build and got:
Linking out/rom.o `.discard.var16.src/stacks.c.188' referenced in section `.text.finish_preempt.1580' of out/code32flat.o: defined in discarded section `.discard.var16.src/stacks.c.188' of out/code32flat.o
Ughh - this is likely an issue with gcc's -combine option. What OS and/or gcc/ld version are you using?
It is Debian Squeeze.
$ gcc --version gcc (Debian 4.4.5-8) 4.4.5 $ ld --version GNU ld (GNU Binutils for Debian) 2.20.1-system.20100303
Ian.