Hi,
I am trying to build coreboot with SeaBios (for a new mainboard I am trying to port). Initially the build system complained about a broken LD, so I built make crossgcc -j1 (iasl compile fails in parallel mode, btw) and rm .xcompile as written in the wiki. Now make -j1 goes further and dies on building seabios:
Compilation complete. 0 Errors, 31 Warnings, 0 Remarks, 3 Optimizations Compiling whole program out/ccode32flat.o Compiling whole program out/code32seg.o Building ld scripts (version "pre-1.6.4-20111230_155214-graviton") File "./tools/layoutrom.py", line 75 print "Error: Fixed section %s has non-zero alignment (%d)" % (
I tried stable and master but both give this error. Any idea?
Regards,
Prakash
2011/12/30 Prakash Punnoor prakash@punnoor.de:
Hi,
I am trying to build coreboot with SeaBios (for a new mainboard I am trying to port). Initially the build system complained about a broken LD, so I built make crossgcc -j1 (iasl compile fails in parallel mode, btw)
Oh? Wasn't that fixed.. http://review.coreboot.org/gitweb?p=coreboot.git&a=search&h=HEAD&...
and rm .xcompile as written in the wiki. Now make -j1 goes further and dies on building seabios:
Compilation complete. 0 Errors, 31 Warnings, 0 Remarks, 3 Optimizations
Compiling whole program out/ccode32flat.o
Compiling whole program out/code32seg.o
Building ld scripts (version "pre-1.6.4-20111230_155214-graviton")
File "./tools/layoutrom.py", line 75
print "Error: Fixed section %s has non-zero alignment (%d)" % (
I tried stable and master but both give this error. Any idea?
Installing python 2.x will probably solve this.
Regards,
Prakash
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot