Skip to content

Arduino Language Server produces a lot of compiler errors when used with Arduino CLI 0.35.0-rc.1 #2401

Closed
@umbynos

Description

@umbynos

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), or Use 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

Activity

added this to the Arduino CLI v0.35.0 milestone on Nov 6, 2023
changed the title [-]fix Language Server errors with v0.35.0-rc.1[/-] [+]Arduino Language Server produces a lot of compiler errors when used with Arduino CLI 0.35.0-rc.1[/+] on Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

    Development

    Participants

    @cmaglie@per1234@umbynos

    Issue actions

      Arduino Language Server produces a lot of compiler errors when used with Arduino CLI 0.35.0-rc.1 · Issue #2401 · arduino/arduino-cli