Create process error. Command-line too long, TGFX generating file path...
We have a project that contains too many files. The total length of the files' path is longer than Window command line limitation. The create process error is reported when compiling. This problem is temporarily solved by converting all STM32HAL files to a library file. But this error comes back soon as more files are added.
I guess this issue is related to how the makefile works. How to fix it?
Another thing, we use TGFX as the GUI engine. The generated files' path is fixed and long. Is there a way to change the path of the generating file?
Thanks in advance.
