Hi, just a note to whoever finds this:
I was trying to compile an empty TI-RTOS project that I imported directly from the CCS TI Resource Explorer (TI-RTOS for TivaC>Tiva C Series>Tiva TM4C1294NCPDT>...>TI Driver Examples>...>empty Project.
Compilation was failing however, with an error similar to this:
C:\cygwin\bin\sh.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x600000 - 0x800000, (child has 0x400000 - 0x600000), Win32 error 487
https://www.cygwin.com/ml/cygwin/2016-01/msg00098.html
(un)fortunately I cant provide the actual error from the console.
Anyway after a little bit of digging, it appears that this is a known Cygwin issue with Windows 10 build 1511.
Installing the latest Cygwin (I think I saw this was fixed from 2.4.0-0.14) from https://cygwin.com/install.html fixed my problem, and I was able to successfully compile and download the example code.
In the process of fixing this I tried updating CCS from the help menu, but this didn't fix the issue. I'm not sure if updating this is something that can be done through this interface, but maybe TI can find some other way of fixing this issue for other users.
Thanks,