You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile this to be able to reflash a 3.3V only flash chip from a motherboard, but I can't compile your code, it has a bunch of misplaced dependencies everywhere.
At first I get this:
main.h:8:34: fatal error: libopencm3/stm32/rcc.h: No such file or directory #include <libopencm3/stm32/rcc.h>
And if I fix this, more errors keep popping up.
If you could just post the compiled binary, that would be great.
The text was updated successfully, but these errors were encountered:
I check clone & compile on my desktop Debian 9. All right.
What OS you use? Pay attention to warnings while do steps from cloning to making.
Seems your system not update submodule libopencm3.
Only for you done the first binary release ) Check this
I know this is old and maybe even forgotten.
I'm trying to compile this to be able to reflash a 3.3V only flash chip from a motherboard, but I can't compile your code, it has a bunch of misplaced dependencies everywhere.
At first I get this:
main.h:8:34: fatal error: libopencm3/stm32/rcc.h: No such file or directory #include <libopencm3/stm32/rcc.h>
And if I fix this, more errors keep popping up.
If you could just post the compiled binary, that would be great.
The text was updated successfully, but these errors were encountered: