Arduino Language Server produces a lot of compiler errors when used with Arduino CLI 0.35.0-rc.1 #2401
Labels
conclusion: resolved
Issue was resolved
topic: build-process
Related to the sketch build process
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Milestone
Originally reported by @kittaakos:
With the 0.35.0-rc.1, there are a lot of compiler errors produced by the Arduino LS. For example,
Unknown type name 'uint32_t' clang(unknown_typename)
, orUse of undeclared identifier 'Serial' clang(undeclared_var_use)
.This could be caused by #1486
This is blocking the release of the nightly of the IDE2.
There is a test PR of the IDE2: arduino/arduino-ide#2267
The text was updated successfully, but these errors were encountered: