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

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

[avr-gcc-list] AVR-


From: Khusro
Subject: [avr-gcc-list] AVR-
Date: Wed, 24 May 2006 00:17:45 -0700 (PDT)

Hello,

I am trying to build the latest GCC snapshot for the WinXP platform using
MinGW.

I get the error in the log below. The system is looking for bison
which I don't have. Then it is looking for gengtype-yacc.h which does 
exist in the latest snapshot directory I check out using SVN.

Does anybody have any suggestions?

Thanks
Khusro

******************************************
/e/avr_toolchain/gcc/missing bison  -d -o gengtype-yacc.c
../../gcc/gengtype-yacc.y
WARNING: `bison' missing on your system.  You should only need it if
         you modified a `.y' file.  You may need the `Bison' package
         in order for those modifications to take effect.  You can get
         `Bison' from any GNU archive site.
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute -fno-common -Wno-error  -DHAVE_CONFIG_H
-DGENERATOR_FILE -I.  -I../../gcc -I../../gcc/build -I../../gcc/../include
-I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber -I../libdecnumber   
-o build/gengtype-lex.o gengtype-lex.c
../../gcc/gengtype-lex.l:31:27: gengtype-yacc.h: No such file or directory
../../gcc/gengtype-lex.l: In function `yylex':
../../gcc/gengtype-lex.l:222: error: `yylval' undeclared (first use in this
function)
../../gcc/gengtype-lex.l:222: error: (Each undeclared identifier is reported
only once
../../gcc/gengtype-lex.l:222: error: for each function it appears in.)
../../gcc/gengtype-lex.l:227: error: `ENT_TYPEDEF_STRUCT' undeclared (first
use in this function)
../../gcc/gengtype-lex.l:227: error: `ENT_STRUCT' undeclared (first use in
this function)
../../gcc/gengtype-lex.l:233: error: `ENT_EXTERNSTATIC' undeclared (first
use in this function)
../../gcc/gengtype-lex.l:239: error: `ENT_YACCUNION' undeclared (first use
in this function)
../../gcc/gengtype-lex.l:287: error: `GTY_TOKEN' undeclared (first use in
this function)
../../gcc/gengtype-lex.l:288: error: `UNION' undeclared (first use in this
function)
../../gcc/gengtype-lex.l:289: error: `STRUCT' undeclared (first use in this
function)
../../gcc/gengtype-lex.l:290: error: `ENUM' undeclared (first use in this
function)
../../gcc/gengtype-lex.l:291: error: `ALIAS' undeclared (first use in this
function)
../../gcc/gengtype-lex.l:292: error: `NESTED_PTR' undeclared (first use in
this function)
../../gcc/gengtype-lex.l:293: error: `NUM' undeclared (first use in this
function)
../../gcc/gengtype-lex.l:296: error: `PARAM_IS' undeclared (first use in
this function)
../../gcc/gengtype-lex.l:308: error: `SCALAR' undeclared (first use in this
function)
../../gcc/gengtype-lex.l:329: error: `ID' undeclared (first use in this
function)
../../gcc/gengtype-lex.l:339: error: `STRING' undeclared (first use in this
function)
../../gcc/gengtype-lex.l:343: error: `ARRAY' undeclared (first use in this
function)
../../gcc/gengtype-lex.l:347: error: `PERCENT_ID' undeclared (first use in
this function)
../../gcc/gengtype-lex.l:351: error: `CHAR' undeclared (first use in this
function)
../../gcc/gengtype-lex.l:367: error: `PERCENTPERCENT' undeclared (first use
in this function)
gengtype-lex.c: In function `yy_get_next_buffer':
gengtype-lex.c:2658: warning: old-style parameter declaration
gengtype-lex.c: In function `yy_get_previous_state':
gengtype-lex.c:2790: warning: old-style parameter declaration
gengtype-lex.c: In function `input':
gengtype-lex.c:2903: warning: old-style parameter declaration
make[2]: *** [build/gengtype-lex.o] Error 1
make[2]: Leaving directory `/e/avr_toolchain/gcc/objdir/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/e/avr_toolchain/gcc/objdir'
make: *** [all] Error 2

--
View this message in context: http://www.nabble.com/AVR--t1673487.html#a4536689
Sent from the AVR - gcc forum at Nabble.com.





reply via email to

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