2019-09-06 07:39 AM
I am using touchgfx designer to create screens for my project, it works fine on visual studio. Then I try to port those cpp files to my atollic project. I got the following error:
arm-atollic-eabi-g++: error: CreateProcess: No such file or directory
Previously, atollic project was compiled. It has contained some screens already, so for adding new screens I don't need modify the directory settings.
Anybody has an idea how come this error happens and how to solve it?
Thanks in advance.
Solved! Go to Solution.
2019-09-06 08:08 AM
Maybe it's the Windows command line length issue?
2019-09-06 08:08 AM
Maybe it's the Windows command line length issue?
2019-09-06 12:38 PM
Thanks for the quick reply and it looks it is the problem. I went back to the compiled project and renamed some files with longer name, the same problem happened. now my question is how to fix this issue for Atollic (Truestudio).
2019-09-10 07:37 AM
I solved this problem. I created a library( part of my files are put into this library) which short the command line when compiling.