Missing file about Compiling Firmware in Win10

I clone the firmware from “https://github.com/madcowswe/ODrive.git” and try to compile it in VSCode. But somethings goes wrong with the picture:


I think the path was wrong so I search the odriver folder this file but get nothings. I wonder if I can build this head file without git but I dont know how to do that. Exactly I am curious about how can git konw the version.

Thank you very much

Finally, I find out the file “version.h” is make by some commads with dependencies of PowerShell, tup and git ,which is already exist in the dictionary “Firmware”. What we should do is configure “tup.config.default” and convert it into “tup.config” before running “make” command. Hope it would help to you.

1 Like