2024-01-10 10:25 PM - edited 2024-01-10 10:26 PM
Hey All!
I just wanted to port my CICD chain to STM32CubeIDE1.14.0 and it fails.
How to reproduce:
# /opt/st/stm32cubeide_1.14.0/headless-build.sh -import .
Stm32cubeide:
An error has occurred. See the log file
/home/xxx/.eclipse/com.st.stm32cube.ide.mcu.rcp.product_1.14.0_139063252_linux_gtk_x86_64/configuration/1704954145171.log.
Running builds using the graphical frontend works fine.
STM32CubeIDE 1.12.1 headless builds works fine.
Thank you!
Solved! Go to Solution.
2024-01-10 11:26 PM
It seems your command line is omitting the parameter to indicate the path to the workspace.
Try this : ./headless-build.sh -data path_to_workspace -import path_to_project
2024-01-10 11:26 PM
It seems your command line is omitting the parameter to indicate the path to the workspace.
Try this : ./headless-build.sh -data path_to_workspace -import path_to_project
2024-01-10 11:30 PM
That's it! Thanks for help!
2024-01-11 05:41 AM - edited 2024-01-11 05:42 AM
Hello @idefix2000 and welcome to the community,
For more information on headless build, see section 2.3.3.3 in the User Guide.
Thanks,
Rim
2024-01-11 11:58 AM
@Rim LANDOLSI the link to User Guide in your message does not work.
As the error message output by the headless-build script is completely foolish and does not help at all to understand the issue, could it be possible to improve it in a next version ?