Am 26.06.2013 00:07, schrieb Gerd Hoffmann:
Haven't seen this error yet. It might be the toolchain, "Unsupported section alignment" hints that way.
I just tried the coreboot-pkg branch as-of now, using the toolchain generated by BaseTools/gcc/mingw-gcc-build.py, which I registered as UNIXGCC in Conf/tools_def.txt:
I'm doing a straight '-t GCC44' build using the system compiler (aka /usr/bin/gcc).
Any specific reason you are using the mingw cross compiler?
Nothing specific. With coreboot I had trouble with native compilers all the time when doing coreboot development (and coreboot even uses ELF, so things should be even more similar than Linux/UEFI!), so now I'm always using a cross compiler when not building for the host OS.
Patrick