avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] compilation error in Ubuntu Jaunty


From: Renato Budinich
Subject: [avrdude-dev] compilation error in Ubuntu Jaunty
Date: Mon, 13 Jul 2009 20:33:16 +0200

Hello,
I'm getting this error from make (avrdude 5.8)

address@hidden:~/src/avrdude-5.8$ make
make  all-recursive
make[1]: Entering directory `/home/renato/src/avrdude-5.8'
make[2]: Entering directory `/home/renato/src/avrdude-5.8'
/bin/bash ./ylwrap config_gram.y y.tab.c config_gram.c y.tab.h
config_gram.h y.output config_gram.output -- bison -y  -d
updating config_gram.h
gcc -DHAVE_CONFIG_H -I.  -DCONFIG_DIR=\"/usr/local/etc\"  -Wall -g -O2
-MT libavrdude_a-config_gram.o -MD -MP
-MF .deps/libavrdude_a-config_gram.Tpo -c -o libavrdude_a-config_gram.o
`test -f 'config_gram.c' || echo './'`config_gram.c
config_gram.y: In function ‘parse_cmdbits’:
config_gram.y:1373: warning: ‘brkt’ may be used uninitialized in this
function
mv
-f .deps/libavrdude_a-config_gram.Tpo .deps/libavrdude_a-config_gram.Po
/bin/bash ./ylwrap lexer.l .c lexer.c -- :  
make[2]: *** [lexer.c] Error 1
make[2]: Leaving directory `/home/renato/src/avrdude-5.8'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/renato/src/avrdude-5.8'
make: *** [all] Error 2


I'm on Ubuntu Jaunty  9.04 with a custom 2.6.30 kernel. Btw, do I need
any particular configure options for using avrdude for arduino
duemilanove's ATMEGA328? 
With avrdude 5.5-7 (default on Jaunty) i would get 
avrdude: AVR Part "m328p" not found
when trying to upload on the duemilanove from the arduino IDE; that's
why I'm trying to compile 5.8

any help appreciated
Renato





reply via email to

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