cancel
Showing results for 
Search instead for 
Did you mean: 

arm-atollic-eabi-g++: error: CreateProcess: No such file or directory

zzzzz
Senior

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.

1 ACCEPTED SOLUTION

Accepted Solutions

Maybe it's the Windows command line length issue?

View solution in original post

3 REPLIES 3

Maybe it's the Windows command line length issue?

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).

I solved this problem. I created a library( part of my files are put into this library) which short the command line when compiling.