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.
