Corey Osgood wrote: > > This is exactly the error the change was supposed to fix. > > > Is it possible the build system didn't rebuild abuild or some part of > the config system before it ran? > > -Corey It's odd. I couldn't reproduce any failure in 5 complete abuild runs after we made the patch.
The problem is that we end up with a valid option_table.o file (not
truncated) but it has no symbols and no data in there.
The file is 900 something bytes, which is exactly the size of an elf
object created by
touch foo.c
gcc -c foo.c -o foo.o
At least in one of the targets that failed, buid_opt_table was called 5
times, whereas it should only be called twice in the whole build process.
This makes me think make gets confused during the build process. Patrick
suggested it might be some serialization issue, but I'm slowly running
out of ideas for things that we can check without wasting a lot of time.
Stefan
--
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: [EMAIL PROTECTED] • http://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866
signature.asc
Description: OpenPGP digital signature
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

