Failed to build code for cubeOrange

hello everyone, i tried to build the firmware for orangeCube. I ran the commands as told in build.md. After running successfully the first command

./waf configure --board CubeOrange

the error pop up after the second command (as you can see in the attached image)

./waf copter

I have only edited the .h and .cpp files, all .py files remain unchanged. I don’t know, if the error comes for the setting processes or the code itself. Please help me. Thank you in advance!

Looks like you need to initialise and/or update the submodules.
“git submodule update —init —recursive”. It’s two short (n) dashes - not one long (m) dash. Auto format…