I don't know if this is your problem, but you may want to check the makefile. If you edited it incorrectly (check the docs for differences between spaces and tabs especially), it could be messed up. Also, there should be a section in there that looks as follows: # Define directories, if needed. DIRAVR = c:/winavr DIRAVRBIN = $(DIRAVR)/bin DIRAVRUTILS = $(DIRAVR)/utils/bin DIRINC = . DIRLIB = $(DIRAVR)/avr/lib When I run the makefile (from within the programmers notepad), I get the following command line: avr-gcc -c -mmcu=atmega16 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=command_parser.lst -std=gnu99 command_parser.c -o command_parser.o I just tried a make from a dos prompt and the make fails when attempting to do a link. You may want to try it all from within pn. I followed the document http://winavr.sourceforge.net/download/install_config_winavr.pdf and everything setup fine. Hope this may give you some clues as to where to look. As far as the installer goes, I loaded a version from late last year (20030913) and everything worked fine (WindowsXP pro). Ken ----- Original Message ----- From: "Herbert Graf" To: Sent: Saturday, April 24, 2004 5:09 PM Subject: [AVR]: Still having problems with WinAVR > I've been really trying to get going with WinAVR but I keep hitting stupid > little issues. > > Now when I run make I get this: > > C:\WinAVR\examples\twitest>make > avr-gcc -O -g -Wall -ffreestanding -mmcu=atmega128 -c -o twitest.o > twitest.c > twitest.c:17:22: no include path in which to find inttypes.h > twitest.c:18:19: no include path in which to find stdio.h > twitest.c:19:20: no include path in which to find stdlib.h > twitest.c:21:20: no include path in which to find avr/io.h > twitest.c:22:47: no include path in which to find avr/twi.h > > Why the hell didn't the intaller set this all up? > > Do people really tolerate an install that is as useless as this? > > Hopefully it's something simple that I'm doing wrong. > > Thanks for any help. > > ---------------------------------- > Herbert's PIC Stuff: > http://repatch.dyndns.org:8383/pic_stuff/ > > -- > http://www.piclist.com#nomail Going offline? Don't AutoReply us! > email listserv@mitvma.mit.edu with SET PICList DIGEST in the body > -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body