uf2-stm32f icon indicating copy to clipboard operation
uf2-stm32f copied to clipboard

Doesn't build on linux

Open rattboi opened this issue 4 years ago • 0 comments

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.

rattboi avatar Jun 20 '21 21:06 rattboi