- Mitglied seit
- 3 Dez 2005
- Beiträge
- 568
- Punkte für Reaktionen
- 1
- Punkte
- 0
Hallo Leute,
ich versuche gerade radvd für die Fritz zu compilen. Allerdings bekomme ich immer folgenden fehler:
Kann mir jemand sagen, wie ich das Problem beheben kann? (Flex-Paket ist auf meinem System)
ich versuche gerade radvd für die Fritz zu compilen. Allerdings bekomme ich immer folgenden fehler:
Code:
scanner.l: In function 'yylex':
scanner.l:153: warning: passing argument 2 of 'fwrite' as unsigned due to prototype
lex.yy.c: In function 'yy_scan_string':
lex.yy.c:2150: warning: passing argument 2 of 'yy_scan_bytes' as signed due to prototype
lex.yy.c: At top level:
lex.yy.c:2223: warning: no previous prototype for 'yyget_lineno'
lex.yy.c:2232: warning: no previous prototype for 'yyget_in'
lex.yy.c:2240: warning: no previous prototype for 'yyget_out'
lex.yy.c:2248: warning: no previous prototype for 'yyget_leng'
lex.yy.c:2257: warning: no previous prototype for 'yyget_text'
lex.yy.c:2266: warning: no previous prototype for 'yyset_lineno'
lex.yy.c:2278: warning: no previous prototype for 'yyset_in'
lex.yy.c:2283: warning: no previous prototype for 'yyset_out'
lex.yy.c:2288: warning: no previous prototype for 'yyget_debug'
lex.yy.c:2293: warning: no previous prototype for 'yyset_debug'
lex.yy.c:2327: warning: no previous prototype for 'yylex_destroy'
lex.yy.c:1731: warning: 'yyunput' defined but not used
mipsel-linux-gcc -g -O2 -Wall -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -static -o radvd log.o socket.o recv.o util.o radvd.o timer.o send.o process.o interface.o device.o device-common.o gram.o scanner.o -lfl -lc
/home/user/ds26-15.2/toolchain/build/gcc-4.2.1-uClibc-0.9.28/mipsel-linux-uclibc/lib/gcc/mipsel-linux-uclibc/4.2.1/../../../../mipsel-linux-uclibc/bin/ld: cannot find -lfl
collect2: ld returned 1 exit status
Kann mir jemand sagen, wie ich das Problem beheben kann? (Flex-Paket ist auf meinem System)