Hi Patrick,
Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/250
Unfortunately this update doesn't help with the problems i was seeing on my Debian squeeze (stable) GCC :Debian 4.4.5-8.
CC wasn't set and bison and flex were not instaled.
The acpica-unix-20110922/README states that the Makefiles contain CC = gcc but only the main acpica-unix-20110922/generate/ unix/Makefile.config contains it and it is not used by coreboot.
The attached patch adds CC = gcc and also tests for bison and flex.
Signed-off-by: Nils Jacobs njacobs8@adsltotaal.nl
Thanks, Nils.
Am 29.10.2011 22:34, schrieb Nils:
CC wasn't set and bison and flex were not instaled.
The acpica-unix-20110922/README states that the Makefiles contain CC = gcc but only the main acpica-unix-20110922/generate/ unix/Makefile.config contains it and it is not used by coreboot.
We better pass CC in from the outside - I want to add ccache support to buildgcc.
Also the bison/flex tests: I regularily have the build fail on m4 and gawk (iirc), too. Maybe all these should be tested for in the buildgcc script instead.
Patrick
Op dinsdag 01-11-2011 om 20:13 uur [tijdzone +0100], schreef Patrick Georgi:
Am 29.10.2011 22:34, schrieb Nils:
CC wasn't set and bison and flex were not instaled.
The acpica-unix-20110922/README states that the Makefiles contain CC = gcc but only the main acpica-unix-20110922/generate/ unix/Makefile.config contains it and it is not used by coreboot.
We better pass CC in from the outside - I want to add ccache support to buildgcc.
Also the bison/flex tests: I regularily have the build fail on m4 and gawk (iirc), too. Maybe all these should be tested for in the buildgcc script instead.
Patrick
I'm fine with that. I would be happy to test any patches.
Thanks,Nils.