On 03/05/2010 04:42 AM, Pattrick Hueper wrote:
Hi,
i am trying to get a setup to fix this... but i cant even compile... in menuconfig for qemu i cant seem to set CONFIG_DEBUG and thus enabling YABEL_DEBUG breaks the build. If i manually set CONFIG_DEBUG=y in .config and then run make oldconfig, CONFIG_DEBUG is unset again.
Help?
Regards, Pattrick
On Wed, Mar 3, 2010 at 4:05 PM, Myles Watsonmylesgw@gmail.com wrote:
It compiles for me with 5132, but not 5135. You could look at the
changes:
Yes. It compiles without debug, right?
Yes.
If I were you I'd comment out the debugging statements that are breaking for you, unless you are trying to debug the vbe code. It looks like framebuffer_address and friends were commented out in 5135.
Well I was kind of looking forward to the vbe debug. Hmm.
You'd still get some information from the debugging statements that work, but the statements referencing undefined variables are not likely to give you any good information.
Hello Pattrick. We made the CONFIG_DEBUG automatic.
------------------------- Author: myles Date: Fri Feb 19 20:08:11 2010 New Revision: 5131 URL: http://tracker.coreboot.org/trac/coreboot/changeset/5131
Log: 1. Change CONFIG_DEBUG to DEBUG in util/x86emu/* 2. Make DEBUG depend on CONFIG_YABEL_DEBUG_FLAGS being nonzero --------------------------------
Attached is a copy of my config.h for reference.