Open pagdot opened 5 years ago
ahh weird, never touched that file, it is probalby due to the last GCC updates Probably merging the main openocd repo would fix the issue. Would you like to try ?
The flash driver was removed from upstream on 19.06.2019 (https://sourceforge.net/p/openocd/code/ci/7a93c9e087b7cb0444068a3deb506eb127f758f0/).
Also when I tried to compile it under MinGW last time there were numerous problems, which already have been fixed upstream, so I guess merging upstream version would be advised.
Besides @pagdot, a quick fix for this is just to replace 190
with 186
. This module is not used for VexRiscv anyway.
When compiling, i get following error:
It seems like 190 byte should be set to 0, but there are only 186 available