You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
I could build and install Llilum (LLVM, Zelig project, Board Configuration, Llilum SDK MSI and application template VSIX). In VS2015 (community version) I can create a new Llilum Application. After some bugfixes with the board confuguration and the wrong folder for storing managed_opt.o my build goes up to the end...
I used the default values predefined for using LPC1768 - I just created and build the solution, but I get linker failure with the following message:
##############################################################################
c:/program files (x86)/gnu tools arm embedded/5.4 2016q3/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld.exe: region RAM overflowed with stack
1>collect2.exe : error : ld returned 1 exit status
##############################################################################
Thus, it seems that the build image needs more RAM than available!? Where can I find the RAM usage of the build? I just wondering that the default project uses LPC1768 but I cannot build it? Does any other person had the same issue? Maybe by Zelig SDK is wrong in some way?