lordofutopia
lordofutopia
Similar issues here. - OS and Version: Ubuntu 18.04.5 LTS on Jetson Xavier (aarch64) - VS Code Version: 1.55.2 - C/C++ Extension Version: 1.3.1 Got the following errors, however, the...
Here are mine. **C/C++: Log Diagnostics** ``` -------- Diagnostics - 4/23/2021, 9:17:05 PM Version: 1.3.1 Current Configuration: { "name": "Linux", "includePath": [ "${workspaceFolder}/**", "/usr/include/eigen3", "/usr/local/include", "/usr/include/" ], "defines": [], "compilerPath":...
> Adding this at the top of the source file > > ``` > #if __INTELLISENSE__ > #undef __ARM_NEON > #undef __ARM_NEON__ > #endif > ``` > > fixes the...