Project creation failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-06 9:41 PM
I got this error message when trying to create a new stm32 project. Culd you help with this?
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-07 4:12 AM
I think it's because you have a space in your name. We have a ticket for this, I believe you can do the following as a workaround:
- Exit STM32CubeIDE
- Go into the installation directory (C:/ST/STM32CubeIDE_1.0.0/STM32CubeIDE by default) and edit the stm32cubeide.ini file
- Add this line at the end of the .ini file: -Djava.io.tmpdir=C:/ST/tmp
- Create the tmp folder in the C:/ST directory
- Start CubeIDE and try to create a project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-07 4:12 AM
I think it's because you have a space in your name. We have a ticket for this, I believe you can do the following as a workaround:
- Exit STM32CubeIDE
- Go into the installation directory (C:/ST/STM32CubeIDE_1.0.0/STM32CubeIDE by default) and edit the stm32cubeide.ini file
- Add this line at the end of the .ini file: -Djava.io.tmpdir=C:/ST/tmp
- Create the tmp folder in the C:/ST directory
- Start CubeIDE and try to create a project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-07 5:00 AM
Thank you Markus, that solved the problem.
regards,
Alberto Macias E.
