2019-05-24 10:01 AM
Created a simple project for my vldiscovery board in STM32cubeIde. try to compile and get this error message. It seems that the compiler can't find directory Startup in path. Added it to the path list - the result is still the same. Whats that? how to solve?
2019-05-30 06:35 AM
Usually it's enough to give paths containing blanks, quoted.
2019-05-30 06:41 AM
It's not the installer that fails when I give it a path which contains blanks. It's Eclipse itself whch for some reason can't run the compiler when it's installed in a directory which contains blanks. And then it won't help to give the installer a quoted path since Eclipse will figure out by itself where it's installed.
2019-05-31 12:53 AM
I think most of the paths in eclipse - including paths to plugins - can be changed.
Also, thank Microsoft for standard path name it has itself problems of handling...
2019-05-31 01:22 AM
Please explain step by step how to solve the issue, I'm not an expert.
The program path is C:\Program files.....!
Thanks!
2019-05-31 01:34 AM
Depends on what you mean by "resolve".
2019-05-31 03:05 AM
I reinstalled it to C:\ST. The error was disappeared.
Thanks!
p.s. They should notify users not to install to directories with noascii symbols.
2019-06-03 01:33 AM
I'll be sure to write it under "known issues" in the release notes of the next version of CubeIDE.
Did you change from D:\Calculations\STM32\ to C:\ST and now the error is gone?
2019-06-03 10:37 AM
No, it's not the workspace path which was the cause of this problem. It was the installation path of the STM32CubeIDE package which may NOT contain blanks. Classic Linux to Windows port bug!
Both Ruslan and I had installed the STM32CubeIDE package in the standard C:\Program Files\… folder which is the obvious place if you want to have some kind of security control where executables are located. Putting executables anywhere else will make your system subject to hostile attacks which is why I choose to install the IDE there.
So I just uninstalled STM32CubeIDE, and reinstalled it to C:\ST\STM32CubeIDE_1.0.0\… and then builds start to work
2019-06-03 08:19 PM
"Did you change from D:\Calculations\STM32\ to C:\ST and now the error is gone?"
Yes.
2019-06-21 08:32 AM
Absolutely Incredible!
I'm glad I'm not the only one who has wasted a few hours on this but what can I say, I'm just flabbergasted.