3pi robot with vista 64 bit

Hello guys,
I just got my 3pi and I flowed the instructions in the Guide, and I installed WinAVR , AVR Studio and The Pololu C/C++ AVR Library.
However, when I try to compile any program they give me an error.so anyone tried to program 3pi by using WinAVR and AVR Studio in Vista 64 bit ?
I will reinstall WinAVR and AVR Studio to give you the error that appears when
I try to compile any program.
thanks.

I just reinstall them again and this is the error that appears
note : the project name is “test”

Build started 18.2.2009 at 00:59:53
0 [main] sh 5408 sync_with_child: child 5304(0x11C) died before initialization with status code 0x0
18251 [main] sh 5408 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
avr-gcc.exe -mmcu=atmega168 -Wall -gdwarf-2 -Os -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT test.o -MF dep/test.o.d -c …/test.c
…/test.c:10: fatal error: opening dependency file dep/test.o.d: No such file or directory
compilation terminated.
make: *** [test.o] Error 1
Build failed with 1 errors and 0 warnings…

Any help will be appreciated.

Searching Google for that error message brought me to this page that might help you:

madwizard.org/electronics/ar … inavrvista

-Paul

thank you very much paul. I really I appreciate your help.
everything work well now :smiley: .
thank you again.

Great! I’m glad you got it working.
-Paul