Hi,
I am trying to build payload "seabios" as I am using freebsd kernel. As per - http://www.coreboot.org/SeaBIOS Building Building via coreboot's menuconfig
Probably the easiest way to use SeaBIOS as coreboot payload is to simply use the coreboot build process, which downloads and builds SeaBIOS as payload by default nowadays. You just have to run the following in your coreboot checkout:
$ make menuconfig $ make
But when I am trying to build from my checked out coreboot repo, I am getting below makefile dependancy errors.
sharib/coreboot]$ make menuconfig "Makefile", line 23: Missing dependency operator "Makefile", line 25: Need an operator Error expanding embedded variable.
Makefile line 23 -25
ifeq ($(INNER_SCANBUILD),y) CC_real:=$(CC) endif
Could anyone tell what am I missing?
Kind Regards, Sharib
Am Dienstag, den 29.03.2011, 16:22 +0530 schrieb sharib khan:
sharib/coreboot]$ make menuconfig "Makefile", line 23: Missing dependency operator "Makefile", line 25: Need an operator Error expanding embedded variable.
Could anyone tell what am I missing?
gnu make.
Regards, Patrick
2011/3/29 Georgi, Patrick Patrick.Georgi@secunet.com:
Am Dienstag, den 29.03.2011, 16:22 +0530 schrieb sharib khan:
sharib/coreboot]$ make menuconfig "Makefile", line 23: Missing dependency operator "Makefile", line 25: Need an operator Error expanding embedded variable.
Could anyone tell what am I missing?
gnu make.
AKA gmake: http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/gmake/
Or, compile SeaBIOS on a Linux machine.
Regards, Patrick -- Patrick Georgi SINA-Development - High Security secunet Security Networks AG - Mergenthalerallee 77 - 65760 Eschborn, Germany Phone +49 201 54 54-3610 - Fax +49 201 54 54-1325 - www.secunet.com
Sitz: Kronprinzenstraße 30, 45128 Essen / Amtsgericht Essen HRB 13615 Vorstand: Dr. Rainer Baumgart (Vors.), Thomas Koelzer, Thomas Pleines Aufsichtsratsvorsitzender: Dr. Karsten Ottenberg
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot