Command Line Error: Unable to init server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-04-02 1:07 PM
- Environment: Gitlab CI Runner, Running a debian:bullseye-slim image with the stm32cubeide installed on /opt/st/stm32cubeide_1.15.0/
- Command Running: $ /opt/st/stm32cubeide_1.15.0/stm32cubeide -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data $WORKSPACE -cleanBuild $APP/Release
Where $WORKSPACE is the path where the project is located and $APP the name of the app
- Error:
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-04-02 2:52 PM - edited 2024-04-03 1:38 PM
If headless-build.sh is provided in the CubeIDE binary dir, please run it.
Else try to add option --launcher.suppressErrors
