On Tue, Feb 12, 2013 at 03:29:44PM +0100, Laszlo Ersek wrote:
On 02/12/13 14:55, Kevin O'Connor wrote:
On Tue, Feb 12, 2013 at 01:06:34PM +0100, Laszlo Ersek wrote:
out/vgaccode16.o: In function `runningOnQEMU': /home/lacos/src/upstream/seabios/out/../src/paravirt.h:17: undefined reference to `PlatformRunningOn'
Oops. This is because CONFIG_DEBUG_IO looks at PlatformRunningOn (with certain config options) and the vgabios doesn't include the C file that defines the variable. I'll fix it up. For now, just don't build the vgabios with CONFIG_CSM set.
I'd like to test David's most recent CSM changes. What config options are recommended then?
Don't build a vgabios (make sure CONFIG_NO_VGABIOS is true).
-Kevin