mmoskal / uf2-stm32f

UF2 bootloader for STM32F4
Other
114 stars 62 forks source link

Doesn't build on linux #23

Open rattboi opened 3 years ago

rattboi commented 3 years ago

Seems there's an issue in your libopencm3 fork that makes building on linux not work.

-SRCLIBDIR:= $(subst $(space),\$(space),$(realpath lib))
+SRCLIBDIR:= $(subst $(space),/$(space),$(realpath lib))

I wanted to give context for where it's used, in this repo. I can submit a PR with the change if required.