Stefan Reinauer wrote:
ROMCC mainboard/emulation/qemu-x86/bootblock.inc
clang -m32 -MM -MTbuild/mainboard/emulation/qemu-x86/bootblock.inc \
I don't believe you can replace romcc with clang.
This is just the dependency run failing.
Yeah.
We probably need to add $(INCLUDES) there. Not sure why gcc works, but clang doesn't
clang doesn't know -MT
//Peter