beehive-lab/mambo

Building with clang

Manouchehri opened this issue · 3 comments

Still need to do more testing and fix up the Makefile, but so far it looks like MAMBO works fine with clang too!

If anyone feels like trying it before I make a PR, branch is over here: https://github.com/Manouchehri/mambo/tree/clang

lgeek commented

I can confirm that works to build a working MAMBO executable with clang 7.0.0 on AArch64 (albeit with some warnings). I don't think -fno-integrated-as is needed in LDFLAGS. Are you going to conditionally add the -fno-integrated-as option if CC contains clang?

I was looking into maybe using ninja too. Builds much quicker in the first test I did with MAMBO.

Closing due to inactivity. Please re-open if required.