Am 2013-11-20 21:58, schrieb Tcendrovskii Vladislav:
GEN build.h CC romstage.inc
make: MMD: Command not found
This looks like it didn't find any gcc now (so "$(CC) -MMD ..." was interpreted as "-MMD ...", where the initial "-" is a special character for make and hence dropped).
you can try to run util/xcompile/xcompile manually to see what's going on there. It's the tool we use to generate the .xcompile file.
Patrick