Hi ,
I am trying to compile with DPDK external . it fails to compile.
-Shachar Beiser
Both on master branch and on origin/stable/1710 the following procedure is not
working
------------------------------------------------------------------------------------------------------------
export CFLAGS="-g -DFORTIFY_SOURCE=2 -fstack-protector -fPIC -march=sandybridge
-O2 -I/home/ubuntu/dpdk.org/x86_64-native-linuxapp-gcc/include
-L/home/ubuntu/dpdk.org/x86_64-native-linuxapp-gcc/lib"
sudo autoreconf -fis
sudo ./configure -disable-japi
sudo make -j32
Failure
--------
CC vnet/interface_cli.lo
(null):48 syntax error
Makefile:8077: recipe for target 'vnet/geneve/geneve.api.h' failed
make[2]: *** [vnet/geneve/geneve.api.h] Error 1
make[2]: *** Waiting for unfinished jobs....
CC vnet/interface_format.lo
(null):48 syntax error
Makefile:8077: recipe for target 'vnet/dns/dns.api.h' failed
make[2]: *** [vnet/dns/dns.api.h] Error 1
make[2]: Leaving directory '/home/ubuntu/vpp.bin/src'
Makefile:7068: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ubuntu/vpp.bin/src'
Makefile:3597: recipe for target 'all' failed
make: *** [all] Error 2
_______________________________________________
vpp-dev mailing list
[email protected]
https://lists.fd.io/mailman/listinfo/vpp-dev