Thanks. I got Cygwin installed. Moved over the contiki folder to root on that, as well as the cc65 folder.
Question, though. It asks for CC65_HOME. I used:
make TARGET=c64 CC65_HOME=/cc65 but it still does not find the files.
I did a export PATH=$PATH:/cc65/bin so it can find the bin file. However, when I add the paths for the helper files it still can not find them. Know what I might of missed?
Code:
../../core/net/routing/rimeroute.c(44): Error: Include file `string.h' not fou
../../cpu/6502/./6502def.h(39): Error: Include file `ctype.h' not found
../../cpu/6502/./6502def.h(40): Error: Include file `conio.h' not found
../../cpu/6502/./6502def.h(41): Error: Include file `fcntl.h' not found
../../cpu/6502/./6502def.h(42): Error: Include file `stdio.h' not found
../../cpu/6502/./6502def.h(43): Error: Include file `stdint.h' not found
../../cpu/6502/./6502def.h(44): Error: Include file `unistd.h' not found
../../cpu/6502/./6502def.h(47): Error: `;' expected
../../cpu/6502/./6502def.h(47): Warning: Implicit `int' is an obsolete feature
../../cpu/6502/./6502def.h(48): Error: `;' expected
../../cpu/6502/./6502def.h(48): Warning: Implicit `int' is an obsolete feature
../../cpu/6502/./6502def.h(49): Error: `;' expected
../../cpu/6502/./6502def.h(49): Warning: Implicit `int' is an obsolete feature
../../cpu/6502/./6502def.h(50): Error: `;' expected
../../cpu/6502/./6502def.h(50): Fatal: Too many errors
make: *** [obj_c64/rimeroute.o] Error 255
Code:
Directory of C:\cygwin\cc65\include
01/02/2010 10:24 PM 4,883 string.h