avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] make depend


From: E. Weddington
Subject: Re: [avrdude-dev] make depend
Date: Tue, 11 Feb 2003 17:27:13 -0700

On 11 Feb 2003 at 16:10, Theodore A. Roth wrote:

> 
> 
> Need more information. Can you send a dump of the output?
> 

Attached are 2 files:
blog.txt = built with bison
ylog.txt = built with byacc

both logs are trimmed at the end; most of the stuff at the end are 
further errors due to platform and not because of the .y file.

I'm out for the night.

Eric

make[1]: Entering directory `/cygdrive/e/avrdev/AVRDUDE/avrdude'
bison -t -d -v -b y config_gram.y 
mv -f y.tab.c config_gram.c
flex -t lexer.l > lexer.c
make[1]: Leaving directory `/cygdrive/e/avrdev/AVRDUDE/avrdude'
stk500.c:39:22: warning: inttypes.h: No such file or directory
gcc -Wall -DCONFIG_DIR=\"/usr/local/etc\" -DYYSTYPE="struct token_t *"   -c -o 
config_gram.o config_gram.c
config_gram.y: In function `yyparse':
config_gram.y:295: warning: implicit declaration of function `assign_pin'
config_gram.y:380: warning: implicit declaration of function `which_opcode'
config_gram.y:382: warning: implicit declaration of function `parse_cmdbits'
config_gram.y: At top level:
config_gram.y:490: warning: `assign_pin' was declared implicitly `extern' and 
later `static'
config_gram.y:302: warning: previous declaration of `assign_pin'
config_gram.y:510: warning: `which_opcode' was declared implicitly `extern' and 
later `static'
config_gram.y:463: warning: previous declaration of `which_opcode'
config_gram.y:534: warning: `parse_cmdbits' was declared implicitly `extern' 
and later `static'
config_gram.y:465: warning: previous declaration of `parse_cmdbits'
gcc -Wall -DCONFIG_DIR=\"/usr/local/etc\" -DYYSTYPE="struct token_t *"   -c -o 
avr.o avr.c
gcc -Wall -DCONFIG_DIR=\"/usr/local/etc\" -DYYSTYPE="struct token_t *"   -c -o 
config.o config.c
gcc -Wall -DCONFIG_DIR=\"/usr/local/etc\" -DYYSTYPE="struct token_t *"   -c -o 
fileio.o fileio.c
gcc -Wall -DCONFIG_DIR=\"/usr/local/etc\" -DYYSTYPE="struct token_t *"   -c -o 
lexer.o lexer.c
lexer.l:532: warning: `yyunput' defined but not used
gcc -Wall -DCONFIG_DIR=\"/usr/local/etc\" -DYYSTYPE="struct token_t *"   -c -o 
lists.o lists.c
gcc -Wall -DCONFIG_DIR=\"/usr/local/etc\" -DYYSTYPE="struct token_t *"   -c -o 
main.o main.c
make[1]: Entering directory `/cygdrive/e/avrdev/AVRDUDE/avrdude'
byacc -t -d -v -b y config_gram.y 
mv -f y.tab.c config_gram.c
flex -t lexer.l > lexer.c
make[1]: Leaving directory `/cygdrive/e/avrdev/AVRDUDE/avrdude'
stk500.c:39:22: warning: inttypes.h: No such file or directory
gcc -Wall -DCONFIG_DIR=\"/usr/local/etc\" -DYYSTYPE="struct token_t *"   -c -o 
config_gram.o config_gram.c
gcc -Wall -DCONFIG_DIR=\"/usr/local/etc\" -DYYSTYPE="struct token_t *"   -c -o 
avr.o avr.c
gcc -Wall -DCONFIG_DIR=\"/usr/local/etc\" -DYYSTYPE="struct token_t *"   -c -o 
config.o config.c
gcc -Wall -DCONFIG_DIR=\"/usr/local/etc\" -DYYSTYPE="struct token_t *"   -c -o 
fileio.o fileio.c
gcc -Wall -DCONFIG_DIR=\"/usr/local/etc\" -DYYSTYPE="struct token_t *"   -c -o 
lexer.o lexer.c
lexer.l:532: warning: `yyunput' defined but not used
gcc -Wall -DCONFIG_DIR=\"/usr/local/etc\" -DYYSTYPE="struct token_t *"   -c -o 
lists.o lists.c
gcc -Wall -DCONFIG_DIR=\"/usr/local/etc\" -DYYSTYPE="struct token_t *"   -c -o 
main.o main.c

reply via email to

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