I'm working on ATmega32 using AVR Studio4, on Windows 8.1 (64-bit).
However, I am unable to compile C-codes. My teacher suggested to install "AVR toolchain", but it's available only for 32-bit platforms.
Here's the compiler error:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
0 [main] sh 5112 sync_with_child: child 5824(0x14C) died before initialization with status code 0xC0000142
9262 [main] sh 5112 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
rm -rf main.o sim300a.elf dep/* sim300a.hex sim300a.eep sim300a.lss sim300a.map
make: [clean] Error -1073741502 (ignored)
Build succeeded with 0 Warnings...
0 [main] sh 5744 sync_with_child: child 4400(0x14C) died before initialization with status code 0xC0000142
14025 [main] sh 5744 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
make: *** No rule to make target `../main.c', needed by `main.o'. Stop.
Build failed with 1 errors and 0 warnings...
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
P.S.
Those who'd installed AVR Toolchain, were working with ATmega32 using AVR Simulator2, instead of AVR Simulator.
For me, the link for ATmega32 is unavailable when I select AVR Simulator2
(Unable to upload screenshots due to Server Error)