Hi,<br><br>I'm trying to set up the gdb debugger with coreboot and qemu. I've followed the instructions on that page: <a href="http://www.coreboot.org/Debugging">http://www.coreboot.org/Debugging</a><br><br>If I put <br>
<br><pre><font size="4">uses CONFIG_GDB_STUB<br>default CONFIG_GDB_STUB=1</font></pre>
into the mainboards <a href="http://config.lb">config.lb</a> how it's written in the instructions the ./buildtarget will fail. That's why I put it into src/config/Config.lb, then the build is successful but gdb can't find any debugging symbols in the coreboot.ram.<br>
<br>The CFLAGS are all set correct.<br><br>Does anybody know an idea what I'm doing wrong?<br><br>Regards,<br><br>RenĂ©<br>