Xiang
Xiang
> Hi @xengpro > > This seems to be a toolchain problem, could you please try with [Clang 16](https://github.com/llvm/llvm-project/releases/tag/llvmorg-16.0.6) and let us know if that works? > > Hope this...
Hi @morgolock, Thanks for you help. But I've tried [llvmorg-16.0.6](https://github.com/llvm/llvm-project/releases/tag/llvmorg-16.0.6) a few minutes earlier, and get same error. ``` C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\include\yvals_core.h(898,1): error: static assertion failed: error STL1000: Unexpected...
Hi @morgolock , I'm using standalone clang. > In the error you shared above I see mention to Clang 17.0.0. It mentions Clang 17 because it detects that Clang 16.0.6...
Hi @morgolock , > It sounds like there is a problem with development environment and it is not properly setup. The setup is supposed to be very straight forward, so...
> > However, when build with with 'standalone=1', the arm_compute.dll is linked but arm_compute.lib not produced: > > Could you please share you full build command? It should build without...
> I tried to compile ACL with clang 17 or later and I got the same error you reported. This is a problem in the compiler crashing. I've raised a...