Skip to content

Commit

Permalink
Attempting fix by rebasing msys-1.0.dll to 0x50000000 (previously att…
Browse files Browse the repository at this point in the history
…empted 0x30000000)
  • Loading branch information
mikee47 committed Jun 16, 2020
1 parent d022ac6 commit 06a6c0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .appveyor/install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ rmdir /s /q c:\MinGW
curl -LO %SMINGTOOLS%/MinGW.7z
7z -oC:\ x MinGW.7z

REM Rebase MSYS DLL to mitigate heap "out of memory" errors
mingw-get install msys-rebase
copy /b c:\MinGW\msys\1.0\bin\msys-1.0.dll
rebase -b 0x50000000 msys-1.0.dll
copy /b /y msys-1.0.dll c:\MinGW\msys\1.0\bin

goto :%SMING_ARCH%

:Esp8266
Expand Down

0 comments on commit 06a6c0f

Please sign in to comment.