cancel
Showing results for 
Search instead for 
Did you mean: 

it have some error after compiling

miker
Associate III

i use my customed STM32L431 to create a TouchGFX project and have some error after compiling as follows:

Generate Assets
make -f simulator/gcc/Makefile assets -j8
0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
AllocationBase 0x0, BaseAddress 0x60EA0000, RegionSize 0x160000, State 0x10000
D:\TouchGFX\4.18.1\env\MinGW\msys\1.0\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
simulator/gcc/Makefile:32: recipe for target 'assets' failed
make: *** [assets] Error 1
Failed
Failed

 

2 REPLIES 2
miker
Associate III

Duplicate - merged


i use my customed STM32L431 to create a touchGFX project and have some error after compilling as follows:

Generate Assets
make -f simulator/gcc/Makefile assets -j8
0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
AllocationBase 0x0, BaseAddress 0x60EA0000, RegionSize 0x160000, State 0x10000
D:\TouchGFX\4.18.1\env\MinGW\msys\1.0\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
simulator/gcc/Makefile:32: recipe for target 'assets' failed
make: *** [assets] Error 1
Failed
Failed
Andrew Neil
Super User

That looks more like an error before compiling?

looks like it's failing to set up the cygwin environment?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.