-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting Errors running builder 'CDT Core Builder' after recent update to 4.34 #402
Comments
@emaayan this is one for Espressif. The error comes from them calling non-API code in CDT-LSP. There will be a warning in the com.espressif.idf.core.util.LspService Java file that it is accessing non-API code. Or there would be such a warning if they hadn't expressly suppressed the warning. You can point them at #370 where the internal code of CDT LSP was modified. Fortunately you have tested a pre-release of CDT LSP for them so you detected this early for them. I assume you installed CDT LSP from https://download.eclipse.org/tools/cdt/builds/cdt-lsp/main/ ? However I don't see how the Eclipse and Java version updates affects this issue, unless you also got the new CDT LSP from the builds location at the same time. I recommend as a workaround for now you use the release CDT LSP 2.0 version until Espressif can provide an update. |
i was using lsp version with a console for another bug i have about markers. |
Thanks for testing marker issues - unfortunately it looks like you'll have to test that without Espressif installed. Thanks for filing the issue with Espressif espressif/idf-eclipse-plugin#1127 |
I'll close this issue since it's an Espressif issue and occurred due to a test @emaayan did thankfully for me! |
after updating eclispe to 4.34 which includes java aduptium 23
i'm getting the following in trying to build
eclipse.buildId=unknown
java.version=23.0.1
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86_64 -clean
The text was updated successfully, but these errors were encountered: