The latest flexxcpu executable binary contains some problems:
1) inside the control interface the size of the window dedicated to the graphics memory is displayed inaccurately
2) at runtime it may generate an error "InterlockedCompareExchange@12" could not be found in DLL "libstdc++6.dll" and means it needs to be recompiled, I suggest TDM-GCC 9.2.0 64bit
3) at runtime it does not correctly locate the local path in the user folder to load the example assembly files
4) it does not correctly load the CPU boot loader.
Notice: I encountered these problems on a laptop with a monitor resolution of 1440x900, I had previously used a 17-inch monitor with a higher resolution and had not encountered any problems.
The other errors probably depend on the compiler used for the recompilation. I had previously used MingW 4.8.0 as written in the Wiki, while subsequently I used 4.8.2, both tests with CodeLite version 11.0.7 always on Win 7 SP1 64-bit.
Works well also with CodeLite 14.0 and beyond.
Anonymous