Updating firmware make -j8 says "File not found - *.cpp"

Hello,

I am trying to use the Zubax Babel CF1 with the UAVCAN GUI Tool, but I am getting wrong CAN behavior on the bus when I connect the babel to the gui tool. I think I might need to flash firmware to the Babel, so I am following the steps laid out here: GitHub - Zubax/canface_cf1: High performance CAN-USB/CAN-UART adapter + UAVCAN devboard

When I try to build the code using this command in Command Prompt,

make -j8 RELEASE=1

I get this output,

> 
> C:\Users\SethReed\canface_cf1\firmware>make -j8 RELEASE=1
> File not found - *.cpp
> File not found - *.cpp
> File not found - *.cpp
> File not found - *.cpp
> File not found - *.cpp
> File not found - *.cpp
> File not found - *.cpp
> The system cannot find the path specified.
> File not found - *.cpp
> The syntax of the command is incorrect.
> The syntax of the command is incorrect.
> make: *** [zubax_chibios///chibios/os/common/ports/ARMCMx/compilers/GCC/rules.mk:174: build/obj] Error 1
> make: *** Waiting for unfinished jobs....
> make: *** [zubax_chibios///chibios/os/common/ports/ARMCMx/compilers/GCC/rules.mk:177: build/lst] Error 1

I am currently running Windows10. This is the version of ARM GCC that I installed too.

If anyone has suggestions for what to do, that would be greatly appreciated. Thanks!

Globs don’t work on Windows. Use a different OS.