Albe_69
25-05-2004, 12:52
Sto provando la mdk10
Installando un'applicazione (che non riporta nessun particolare prequisito) ottengo questo log subito dopo il make da root
che puo' essere?
Aiut!
gcc -c -g -O2 -Wall -o bin2c.o bin2c.c
gcc -g -O2 -Wall -obin2c bin2c.o -lm
bison -y -d avry.y
gcc -c -g -O2 -Wall -o avrasm.o avrasm.c
In file included from avrasm.c:33:
y.tab.h:39: error: conflicting types for `tEQU'
opcodes.h:42: error: previous declaration of `tEQU'
y.tab.h:40: error: conflicting types for `tSET'
opcodes.h:42: error: previous declaration of `tSET'
y.tab.h:41: error: conflicting types for `tDEF'
opcodes.h:42: error: previous declaration of `tDEF'
y.tab.h:42: error: conflicting types for `tORG'
opcodes.h:42: error: previous declaration of `tORG'
y.tab.h:43: error: conflicting types for `tDEVICE'
opcodes.h:42: error: previous declaration of `tDEVICE'
y.tab.h:44: error: conflicting types for `tDB'
opcodes.h:42: error: previous declaration of `tDB'
y.tab.h:45: error: conflicting types for `tDW'
opcodes.h:42: error: previous declaration of `tDW'
y.tab.h:46: error: conflicting types for `tBYTE'
opcodes.h:42: error: previous declaration of `tBYTE'
y.tab.h:47: error: conflicting types for `tCSEG'
opcodes.h:43: error: previous declaration of `tCSEG'
y.tab.h:48: error: conflicting types for `tDSEG'
opcodes.h:43: error: previous declaration of `tDSEG'
y.tab.h:49: error: conflicting types for `tESEG'
opcodes.h:43: error: previous declaration of `tESEG'
y.tab.h:50: error: conflicting types for `tMACRO'
opcodes.h:43: error: previous declaration of `tMACRO'
y.tab.h:51: error: conflicting types for `tENDMACRO'
opcodes.h:43: error: previous declaration of `tENDMACRO'
y.tab.h:52: error: conflicting types for `tLIST'
opcodes.h:43: error: previous declaration of `tLIST'
y.tab.h:53: error: conflicting types for `tNOLIST'
opcodes.h:43: error: previous declaration of `tNOLIST'
y.tab.h:54: error: conflicting types for `tLISTMAC'
opcodes.h:43: error: previous declaration of `tLISTMAC'
y.tab.h:55: error: conflicting types for `tINCLUDE'
opcodes.h:44: error: previous declaration of `tINCLUDE'
y.tab.h:56: error: conflicting types for `tEXIT'
opcodes.h:45: error: previous declaration of `tEXIT'
make: *** [avrasm.o] Error 1
Qualcuno puo' aiutarmi?
Grazie in anticipo....
Installando un'applicazione (che non riporta nessun particolare prequisito) ottengo questo log subito dopo il make da root
che puo' essere?
Aiut!
gcc -c -g -O2 -Wall -o bin2c.o bin2c.c
gcc -g -O2 -Wall -obin2c bin2c.o -lm
bison -y -d avry.y
gcc -c -g -O2 -Wall -o avrasm.o avrasm.c
In file included from avrasm.c:33:
y.tab.h:39: error: conflicting types for `tEQU'
opcodes.h:42: error: previous declaration of `tEQU'
y.tab.h:40: error: conflicting types for `tSET'
opcodes.h:42: error: previous declaration of `tSET'
y.tab.h:41: error: conflicting types for `tDEF'
opcodes.h:42: error: previous declaration of `tDEF'
y.tab.h:42: error: conflicting types for `tORG'
opcodes.h:42: error: previous declaration of `tORG'
y.tab.h:43: error: conflicting types for `tDEVICE'
opcodes.h:42: error: previous declaration of `tDEVICE'
y.tab.h:44: error: conflicting types for `tDB'
opcodes.h:42: error: previous declaration of `tDB'
y.tab.h:45: error: conflicting types for `tDW'
opcodes.h:42: error: previous declaration of `tDW'
y.tab.h:46: error: conflicting types for `tBYTE'
opcodes.h:42: error: previous declaration of `tBYTE'
y.tab.h:47: error: conflicting types for `tCSEG'
opcodes.h:43: error: previous declaration of `tCSEG'
y.tab.h:48: error: conflicting types for `tDSEG'
opcodes.h:43: error: previous declaration of `tDSEG'
y.tab.h:49: error: conflicting types for `tESEG'
opcodes.h:43: error: previous declaration of `tESEG'
y.tab.h:50: error: conflicting types for `tMACRO'
opcodes.h:43: error: previous declaration of `tMACRO'
y.tab.h:51: error: conflicting types for `tENDMACRO'
opcodes.h:43: error: previous declaration of `tENDMACRO'
y.tab.h:52: error: conflicting types for `tLIST'
opcodes.h:43: error: previous declaration of `tLIST'
y.tab.h:53: error: conflicting types for `tNOLIST'
opcodes.h:43: error: previous declaration of `tNOLIST'
y.tab.h:54: error: conflicting types for `tLISTMAC'
opcodes.h:43: error: previous declaration of `tLISTMAC'
y.tab.h:55: error: conflicting types for `tINCLUDE'
opcodes.h:44: error: previous declaration of `tINCLUDE'
y.tab.h:56: error: conflicting types for `tEXIT'
opcodes.h:45: error: previous declaration of `tEXIT'
make: *** [avrasm.o] Error 1
Qualcuno puo' aiutarmi?
Grazie in anticipo....