This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
HI.
I am using CCS6.1.1.022 on Windows 10. I have a problem to create new projects in a new folder, not the default folder. When I switch to the button "new project", give a project name, deactivate "use default location", add a new location with the "browse button" and add a new folder to the choosen location, everything seems to work fine. The folder is generated including subfolders "configs, settings, Debug, src, target configs) as well as .ccsproject, .csproject, link_msp430247.cmd etc.
As soon as I try to work with the new project, I get the failure:
I have tried it many times and always when I generate a new folder I have this problem.
When ignore it, I get following
No user operation can be done by me, I just can wait endless or stop the compiler
When I use the default workspace_v6_1, which was automatical during the installation of CCS, everything works fine.
For my work it is essential, to generate new workspace folders. So I am very unhappy for the moment.
Can anybody help me, please.
Helmut.
HI Ki.
My problem is not yet solved competely. Another test with a new project in a folder with the name "D:\Projekte\IBB\Luefter\Software für alle Versionen\FrontMSP_CCS6" causes the problem again. -> Debug Assertion... Is the choosen name too long, is it allowed to use blanks? All characters are ASCII, isn't it?
After trying to debug I found following:
Hello,
I do see an umlaut character in the path:
Helmut4734 said:D:\Projekte\IBB\Luefter\Software für alle Versionen\FrontMSP_CCS6
Can you try picking a path without one?
Thanks
ki
Hi Ki.
Yes, you are right. Seems I am a blind mice. I have deleted the ü. Trying to test again and again without any positive result makes me tired and meanwhile it's 11:00 pm in Germany. The resulting name of the folder is
D:\Projekte\IBB\Luefter\Software fuer alle Versionen\DF100
Trying to debug give following failures:
Thanks,
Helmut
Helmut4734 said:The resulting name of the folder is
D:\Projekte\IBB\Luefter\Software fuer alle Versionen\DF100
As per this post, please also avoid spaces in the workspace or project paths. This is known to cause build errors as gmake does not deal well with spaces in directory and file names.