Khem Raj
                                            Khem Raj
                                        
                                    although clang should build fine for windows, we do not yet support mingw as host with this layer. Perhaps better to disable CLANG in SDK as @rossburton suggests
@wertig0n backport the needed bits to thud. Usually we only keep last two releases active but I am happy to accept patches for thud still
on zeus we have `CLANGSDK ??= "1"` in `conf/layer.conf`, and I think your setting it to '' is not taking effect. Can you change it in conf/layer.conf and see if...
@wdobbe thats seems to be not good. Lets try to fix it. meta-clang is supposed to be dormant usually unless invoked with TOOLCHAIN = "clang" and CLANGSDK = "1" is...
it seems the dependency is not being excluded as expected. We need to inspect a bit.
I guess status is same if you have additional information please add it here
@congntsoc I have not build SDK for mingw, so perhaps I never see these problems. However, problem seems to be that its looking for nativesdk gcc runtime, So can you...
> @kraj Thank you very much for your answer. Actually, I can find all of the files/libraries needed by clang like crt2.o, crtbegin...but for some reason, the linker can not...
@TejasAbhang4042 please post more details about errors you are seeing. Usually clang for target is not needed when compiling chromium, it only needs the clang cross-compiler, but regardless, we maybe...
closing based on above comment. Please re-open if its not resolved.