I have tried getting the Arduino software up and running on my new HP Pavilion DV6248 which is running Windows Vista Home Premium. But alas, I cannot get it to work. That is, I CAN start the Arduino IDE, but when I try to compile the code (analog_read_led example), I get the following error messages:
9 [main] ? (3896) C:\Users\carlskov\Documents\Arduino\tools\avr\bin\avr-gcc.exe: *** fatal error - couldn't allocate heap, Win32 error 0, base 0x7C0000, top 0x7D0000, reserve_size 61440, allocsize 65536, page_const 4096
6 [main] avr-gcc 3560 child_copy: stack write copy failed, 0x22D990..0x230000, done 0, windows pid 2283716, Win32 error 5
9 [main] ? (1140) C:\Users\carlskov\Documents\Arduino\tools\avr\bin\avr-gcc.exe: *** fatal error - couldn't allocate heap, Win32 error 0, base 0x7C0000, top 0x7D0000, reserve_size 61440, allocsize 65536, page_const 4096
3194663 [main] avr-gcc 3560 child_copy: stack write copy failed, 0x22D990..0x230000, done 0, windows pid 2283716, Win32 error 5
9 [main] ? (496) C:\Users\carlskov\Documents\Arduino\tools\avr\bin\avr-gcc.exe: *** fatal error - couldn't allocate heap, Win32 error 0, base 0x7C0000, top 0x7D0000, reserve_size 61440, allocsize 65536, page_const 4096
7383488 [main] avr-gcc 3560 child_copy: stack write copy failed, 0x22D990..0x230000, done 0, windows pid 2283716, Win32 error 5
9 [main] ? (2552) C:\Users\carlskov\Documents\Arduino\tools\avr\bin\avr-gcc.exe: *** fatal error - couldn't allocate heap, Win32 error 0, base 0x7C0000, top 0x7D0000, reserve_size 61440, allocsize 65536, page_const 4096
Couldn't determine program size: /cygdrive/c/Users/carlskov/Documents/Arduino/tools/avr/bin/avr-size: 'C:\Users\carlskov\AppData\Local\Temp\build26535.tmp\analog_read_led.hex': No such file
13572600 [main] avr-gcc 3560 child_copy: stack write copy failed, 0x22D990..0x230000, done 0, windows pid 2283716, Win32 error 5
avr-gcc: fork: No error
Can you help me please?