Hi,
I use EZSDK 5.03 on Ubuntu 10.04. I have libnl building problem:
-MT route/pktloc_grammar.lo -MD -MP -MF route/.deps/pktloc_grammar.Tpo -c route/pktloc_grammar.c -fPIC -DPIC -o route/.libs/pktloc_grammar.o
route/pktloc_grammar.c:512: error: expected specifier-qualifier-list before 'YYSTYPE'
route/pktloc_grammar.c:559: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
route/pktloc_grammar.c:561: error: expected ')' before '*' token
route/pktloc_grammar.c:563: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
route/pktloc_grammar.c:565: error: expected ')' before '*' token
route/pktloc_grammar.c:678: error: expected ')' before '*' token
route/pktloc_grammar.c:701: error: expected ')' before '*' token
route/pktloc_grammar.c:1796: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
route/pktloc_grammar.c:1802: error: expected ')' before '*' token
route/pktloc_grammar.c:1808: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
route/pktloc_grammar.c:1814: error: expected ')' before '*' token
make[2]: *** [route/pktloc_grammar.lo] Error 1
I make all as writen in http://processors.wiki.ti.com/index.php/OMAP_Wireless_Connectivity_OpenSource_libnl_Build and I setup byacc, libtool and flex packages,
Why I can't build libnl?