Re: Debugging GRUB2 with GDB and QEMU

2006-05-19 Thread Lubomir Kundrak
On Thu, May 18, 2006 at 08:35:25AM -0500, Hollis Blanchard wrote: > > On Thu, 2006-05-18 at 14:27 +0200, Lubomir Kundrak wrote: > > On Sat, May 13, 2006 at 06:38:26AM +0200, Yoshinori K. Okuji wrote: > > > > On i386 GCC generates full stack frames even with -O optizations. > > It only omits frame

Re: grub-mkimage cannot be found?

2006-05-19 Thread Yoshinori K. Okuji
On Friday 19 May 2006 03:14, lee shaver wrote: > when I run grub-install(configure with --prefix=/usr) on my i386-pc, > it report "/usr/sbin/grub-mkimage cannot be found". instead, this file > is installed in path "/usr/bin". > In the grub-install script: >grub_mkimage=$(prefix)/sbin/grub-mkima

Re: Debugging GRUB2 with GDB and QEMU

2006-05-19 Thread Yoshinori K. Okuji
On Thursday 18 May 2006 14:27, Lubomir Kundrak wrote: > On Sat, May 13, 2006 at 06:38:26AM +0200, Yoshinori K. Okuji wrote: > > Message-Id: <[EMAIL PROTECTED]> > > > > Great! > > > > I guess it is necessary to compile the binary with -O0 or -O1 to get a > > reasonable backtrace... I'd appreciate if

Re: grub-mkimage cannot be found?

2006-05-19 Thread Roger Leigh
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > On Friday 19 May 2006 03:14, lee shaver wrote: >> when I run grub-install(configure with --prefix=/usr) on my i386-pc, >> it report "/usr/sbin/grub-mkimage cannot be found". instead, this file >> is installed in path "/usr/bin". >> In the grub-ins