mrragava
mrragava
/openenclave/include/openenclave/3rdparty -include /home/ragava/Desktop/labs/mystikos/include/myst/deprecations.h -o /home/ragava/Desktop/labs/mystikos/build/obj/utils/round.o round.c error: unknown warning option '-Wstack-usage=512'; did you mean '-Wtype-safety'? [-Werror,-Wunknown-warning-option] mkdir -p /home/ragava/Desktop/labs/mystikos/build/obj/utils clang -c -Wall -Werror -g -fPIC -O3 -nostdinc -ffunction-sections -fdata-sections -Wno-conversion...
There are many compilation errors in most of the projects. Is mystikos offically compatible with Clang ?
export CC=clang CXX=clang++ is not honored by makefile chain. It seems like gcc is picked as default for individual projects. There is also hard-coded package config for openenclave-gcc defs.mak.
Please note this ask is a dependency for fuzzing mystikos. Enclave fuzzer is based on Libfuzzer which needs clang support.