Closed piegamesde closed 3 years ago
You can work around it by running:
CFLAGS="-g -O2 -Wno-deprecated -Wno-error" ./configure --enable-ftdi --enable-dummy
and then compiling it by running make
I took the easy route and nuked with CFLAGS='-w'
, but a proper fix would be appreciated. Those warnings probably aren't there for no reason.
Sorry, i forgot about the issue.
So, i would say, the only fix we should implement would be to merge upstream openocd. I just did it right now in the upstream_merge branch :)
Let's me know how things goes
The branch works fine, thank you
Thanks ^^
Merged in the default branch.
and