Am 20.11.2013 15:33, schrieb Tcendrovskii Vladislav:
src/mainboard/gigabyte/ma785gmt/romstage.c:220:1: error: bp cannot be used in asm here
I've tried gcc-4.4, gcc-4.8
This is a known issue with gcc-4.8 and 4.9. 4.4 should work - or at least present a different issue, but certainly not this one. You might have to delete .xcompile when switching compilers.
If build with clang
clang support isn't complete yet.
If in doubt, use our cross compiler: make crossgcc (and then wait until it builds the compilers).
Patrick