-----Original Message----- From: Stefan Reinauer [mailto:stepan@coresystems.de] Sent: Tuesday, October 21, 2008 4:27 AM To: Uwe Hermann Cc: Myles Watson; Coreboot Subject: Re: [coreboot] tinycurses log file option
Uwe Hermann wrote:
On Tue, Oct 21, 2008 at 10:20:05AM +0200, Stefan Reinauer wrote:
On 20.10.2008, at 19:48, "Myles Watson" mylesgw@gmail.com 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@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
Did you install build-essentials?
This seems to be a build from within buildrom, so maybe it's kconfig related. I think we fixed one such issue a while ago in buildrom (unset/unexport some variables).
Obviously not a single one of the system include files can be found. This is not a libpayload/coreinfo issue.
They get found for the rest of kconfig, just not menuconfig.
Myles