nathanchance / android-kernel-clang

Information on compiling Android kernels with Clang
291 stars 83 forks source link

Failed to build qcacld-2.0 on Google latest clang9 #8

Closed yukkodesu closed 4 years ago

yukkodesu commented 4 years ago

IMG_20191219_204910 problem showed like this. Is it clang version to blame?

yukkodesu commented 4 years ago

3.18 kernel

nathanchance commented 4 years ago

I assume you found the answer since you closed the issue but this would be the fix: https://github.com/nathanchance/marlin/commit/9929a04e853edb11ccc324bdeaa0594d078f515c

yukkodesu commented 4 years ago

Yes, I found it cflags problem. Very grateful to your reply