bbsan2k / Flash1M_Repro_SRAM_Patcher

GBA SRAM patcher for some chinese reproduction cartridges
MIT License
57 stars 5 forks source link

The problem with the launch #7

Open VomBut opened 5 months ago

VomBut commented 5 months ago

There is an error when running the compiled exe: libstdc++-6.dll libgcc_s_seh-1.dll not found

graine2potiron commented 4 months ago

same thing here saldy :((

Rurounik commented 4 months ago

You need cmake to compile it and run. First install Cygwin and all cmake packages: Select Packages, View Full, Search cmake, mark latest releases of all cmake packages. Now compile with cmake . && cmake --build . Run: ./Flash1M_Repro_SRAM_Patcher gamename.gba

Niplob commented 2 months ago

You need cmake to compile it and run. First install Cygwin and all cmake packages: Select Packages, View Full, Search cmake, mark latest releases of all cmake packages. Now compile with cmake . && cmake --build . Run: ./Flash1M_Repro_SRAM_Patcher gamename.gba

CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred!