ubuntu - Error with 'pcap-lex' while using make for Android OS compilation -


when run

. build/envsetup.sh lunch full-eng make 

i following error

target executable: tcpdump (out/target/product/generic/obj/executables/tcpdump_intermediates/linked/tcpdump) prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: out/target/product/generic/obj/static_libraries/libpcap_intermediates/libpcap.a(grammar.o): in function pcap_parse:y.tab.c:1711: error: undefined reference 'pcap_lex' collect2: ld returned 1 exit status make: *** [out/target/product/generic/obj/executables/tcpdump_intermediates/linked/tcpdump] error 1 

i have flex , bison installed. i'm running ubuntu 11.10 on 32 bit machine. how solve error?


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -