[coreboot] tinycurses log file option

Myles Watson mylesgw at gmail.com
Mon Oct 20 20:40:09 CEST 2008



> -----Original Message-----
> From: Myles Watson [mailto:mylesgw at gmail.com]
> Sent: Monday, October 20, 2008 12:05 PM
> To: 'Jordan Crouse'
> Cc: 'Coreboot'
> Subject: RE: tinycurses log file option
> 
> >
> > On 20/10/08 11:48 -0600, Myles Watson wrote:
> > > This patch creates a config option which allows you to see libpayload
> > output
> > > without escape sequences.  It's useful for getting readable output
> from
> > an
> > > emulator whose serial port is redirected to a file.
> > >
> > > Signed-off-by: Myles Watson <mylesgw at gmail.com>
> > >
> > > A related note: coreinfo's make menuconfig doesn't work for me.  It
> > can't
> > > find its include files:
> > >  make menuconfig
> > >   CC      build/util/kconfig/lxdialog/checklist.o
> > > In file included from
> > > /home/myles/buildrom/buildrom-
> > devel/work/libpayload/svn/util/kconfig/lxdialog/checklist.c:24:
> > > /home/myles/buildrom/buildrom-
> > devel/work/libpayload/svn/util/kconfig/lxdialog/dialog.h:21:23:
> > > error: sys/types.h: No such file or directory
> > > /home/myles/buildrom/buildrom-
> > devel/work/libpayload/svn/util/kconfig/lxdialog/dialog.h:22:19:
> > > error: fcntl.h: No such file or directory
> > > /home/myles/buildrom/buildrom-
> > devel/work/libpayload/svn/util/kconfig/lxdialog/dialog.h:23:20:
> > > error: unistd.h: No such file or directory
> > > /home/myles/buildrom/buildrom-
> > devel/work/libpayload/svn/util/kconfig/lxdialog/dialog.h:24:19:
> > > error: ctype.h: No such file or directory
> >
> > Coreinfo or libpayload?  That looks like output from libpayload.  It
> also
> > looks like we are using the wrong include files.  That doesn't happen
> for
> > me.
> 
> Sorry.  Libpayload.

I forgot to add that make oldconfig works just fine, so it's strange that
the include files are wrong.

Thanks,
Myles





More information about the coreboot mailing list