2025-04-04 6:11 AM - last edited on 2025-04-04 6:31 AM by Andrew Neil
Hello everyone,
I recently installed the application on my computer running Ubuntu 24.04 LTS and created a new project, just like on Windows 10. When I try to build the automatically generated program, I encounter a very confusing error. Here is the error message displayed in the console:
Context:
- STM32CubeIDE version: 1.18.0
- Microcontroller used: STM32G070CBT6
- Project generated with STM32CubeMX
- Operating system: Ubuntu 24.04 LTS
Tests already performed:
- Cleaning and rebuilding the project (Project > Clean... then Build All).
- Resetting the index (Project > C/C++ Index > Rebuild).
- Checking the compiler in Project > Properties > C/C++ Build > Toolchain Editor. Modified the build command (Properties > C/C++ Build > Builder Settings), testing with and without make -j4.
- Re-import the project after deleting the workspace (File > Import > Existing Projects into Workspace).
- Checked the error logs (Window > Show View > Error Log).
- Updated STM32CubeIDE and firmware packs.
- I also tried running the application from a terminal, here is the message: 1 : `Invalid condition id : UX_CORESTACK_Condition cause : null`
Despite these steps, the error persists. Have you encountered this problem before or do you have other avenues to explore?
Thanks in advance for your help!