Would you be willing to point to one or more of those?
Hi, sorry if this is documented somewhere. We need to build the same code for ARM via GCC (embedded target system) and for Windows via MinGW-w64 (unit tests). We would like to update our GCC version, however we need a corresponding MinGS-w64 version. How can I determine what GCC version any particular MinGW-w64 release corresponds to? Thanks in advance!
You are on Windows? Probably involves modifying your Path, either global system configuration (a dubious approach) or in Eclipse: in the project properties, C/C++ Build > Environment modify the PATH environment variable, selecting either Append or Replace using the radio buttons at bottom.
Saw the same error. Did not occur when I re-ran mingw-w64-install.exe as adminis...