Am 2013-11-20 21:58, schrieb Tcendrovskii Vladislav:
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).GEN build.h CC romstage.inc make: MMD: Command not found
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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

