Skip to main content
zzzzz
Senior
September 6, 2019
Solved

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

  • September 6, 2019
  • 1 reply
  • 1449 views

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.

This topic has been closed for replies.
Best answer by After Forever

Maybe it's the Windows command line length issue?

1 reply

After Forever
After ForeverBest answer
Senior III
September 6, 2019

Maybe it's the Windows command line length issue?

zzzzz
zzzzzAuthor
Senior
September 6, 2019

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

zzzzz
zzzzzAuthor
Senior
September 10, 2019

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