The new Project Wizard doesn't like spaces. I created a project and moved it to to the filepath with spaces. Now the folders have a question mark. How do I remove these?
The Project juist cleans/builds fine and there seems to be nothing wrong.
40% of development is struggling with the IDE...
Solved! Go to Solution.
Found the problem:
The folder I moved the project to is a GIT folder so I just had to commit to remove the question marks.
Hi,
can you please share more details about your approach?
S32DS is based on Eclipse and Eclipse can't handle spaces in project name/path because of it is a multiplatform IDE (there is different way of handling spaces, back slash and other characters on Unix Like and Windows OS). That's why you can't create project/ with spaces and other special characters.
Jiri
Found the problem:
The folder I moved the project to is a GIT folder so I just had to commit to remove the question marks.