avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] Troubles with Installing WinAVR (Windows)


From: gary griswold
Subject: [avr-gcc-list] Troubles with Installing WinAVR (Windows)
Date: Sun, 23 Jan 2005 11:09:46 -0800 (PST)

I have been messing around installing WinAVR this week.  I am having some 
difficulty.
I see nothing wrong with path or set variables.  I cannot find any explanation 
of
exit codes.  I don't know what error 3 is and I'd like some direction to take 
from
here.


My machine is Windows 98 running on a Pentium 3. I have been succcessfuly 
compiling
and loading assembler.  

My environment and two of my trial runs:

PATH=:
PATH=C:\WINAVR\BIN;C:\WINAVR\UTILS\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;:\;:\;C:\DOS;C:\NORTON;C:\DOS\SEDT;C:\MOTOR\ASSEMBLY

SET=:
PROMPT=$p$g
SEDT=c:\dos\sedt\
PATH=C:\WINAVR\BIN;C:\WINAVR\UTILS\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;:\;:\;C:\DOS;C:\NORTON;C:\DOS\SEDT;C:\MOTOR\ASSEMBLY
AVR=C:\WINAVR
CC=avr-gcc
AVRLIB = C:\WINAVR\AVRLIB
BLASTER=A220 I5 D1 T4 P330
CMDLINE=dr
PROMPT=$p$g

trial 1/16:

avr-gcc -c -g  -Os -Wall -Wstrict-prototypes -Wa,-ahlms=gcctest1.lst 
-mmcu=at90s8515
-I. gcctest1.c -o gcctest1.o

abnormal program termination
make.exe: *** [gcctest1.o] Error 3

> Process Exit Code: 2> "make.exe" all
``````````````````````````````````````````````````````
trial 1/20:

-------- begin --------
avr-gcc (GCC) 3.4.1
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiling: gcctest3.c
avr-gcc -c -mmcu=at90s8515 -I. -gstabs   -Os -funsigned-char 
-funsigned-bitfields
-fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=gcctest3.lst
-std=gnu99 -Wp,-M,-MP,-MT,gcctest3.o,-MF,.dep/gcctest3.o.d gcctest3.c -o 
gcctest3.o

abnormal program termination
make.exe: *** [gcctest3.o] Error 3

---------------------------------------------------
make clean   works fine (It hasn't had much to do, though.)
 

Thank you,


Gary



                
---------------------------------
Do you Yahoo!?
 The all-new My Yahoo! – Get yours free!    

reply via email to

[Prev in Thread] Current Thread [Next in Thread]