2020-06-29 02:33 AM
2020-06-29 07:34 AM
What does the "gitdescribe" command do in your makefile? It is not needed to build and is not a part of the CubeIDE toolchain.
Commands needed to build are compile and link.
-- pa
2020-07-21 04:51 PM
hello, actually when compiling the first thing the program shows git describe content i solved this problem by calling dos2unix for the gitdescribe file, apparently the file was edited on linux when called on windows it cause this issue.