Hi, I am trying to compile OVS(master branch) via gcc 6.5.0, but there is gcc option error. gcc: error: unrecognized command line option '-Wmultistatement-macros'; did you mean '-Wunused-macros'?
My question is which versions of GCC are supported by OVS. Is it a bug of OVS compiling? The compiling output is attached. gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/6/lto-wrapper Target: aarch64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 6.5.0-2ubuntu1~16.04' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --with-as=/usr/bin/aarch64-linux-gnu-as --with-ld=/usr/bin/aarch64-linux-gnu-ld --program-suffix=-6 --program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-arm64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-arm64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-arm64 --with-arch-directory=aarch64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu Thread model: posix gcc version 6.5.0 20181026 (Ubuntu/Linaro 6.5.0-2ubuntu1~16.04) Best Regards, Wei Yanqin IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
:~/repo/openvswitch$ sudo -E make install -j 20 LDFLAGS="-libverbs" make install-recursive make[1]: Entering directory '/home/wei/repo/openvswitch' Making install in datapath make[2]: Entering directory '/home/wei/repo/openvswitch/datapath' make[3]: Entering directory '/home/wei/repo/openvswitch/datapath' make[4]: Entering directory '/home/wei/repo/openvswitch/datapath' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/wei/repo/openvswitch/datapath' make[3]: Leaving directory '/home/wei/repo/openvswitch/datapath' make[2]: Leaving directory '/home/wei/repo/openvswitch/datapath' make[2]: Entering directory '/home/wei/repo/openvswitch' /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -Wno-unused -Wno-unused-parameter -O3 -march=native -MT lib/lib_libsflow_la-sflow_agent.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_agent.Tpo -c -o lib/lib_libsflow_la-sflow_agent.lo `test -f 'lib/sflow_agent.c' || echo './'`lib/sflow_agent.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -Wno-unused -Wno-unused-parameter -O3 -march=native -MT lib/lib_libsflow_la-sflow_sampler.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_sampler.Tpo -c -o lib/lib_libsflow_la-sflow_sampler.lo `test -f 'lib/sflow_sampler.c' || echo './'`lib/sflow_sampler.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -Wno-unused -Wno-unused-parameter -O3 -march=native -MT lib/lib_libsflow_la-sflow_poller.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_poller.Tpo -c -o lib/lib_libsflow_la-sflow_poller.lo `test -f 'lib/sflow_poller.c' || echo './'`lib/sflow_poller.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -Wno-unused -Wno-unused-parameter -O3 -march=native -MT lib/lib_libsflow_la-sflow_receiver.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_receiver.Tpo -c -o lib/lib_libsflow_la-sflow_receiver.lo `test -f 'lib/sflow_receiver.c' || echo './'`lib/sflow_receiver.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-bond.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-bond.Tpo -c -o ofproto/ofproto_libofproto_la-bond.lo `test -f 'ofproto/bond.c' || echo './'`ofproto/bond.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-collectors.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-collectors.Tpo -c -o ofproto/ofproto_libofproto_la-collectors.lo `test -f 'ofproto/collectors.c' || echo './'`ofproto/collectors.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-connmgr.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-connmgr.Tpo -c -o ofproto/ofproto_libofproto_la-connmgr.lo `test -f 'ofproto/connmgr.c' || echo './'`ofproto/connmgr.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-fail-open.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-fail-open.Tpo -c -o ofproto/ofproto_libofproto_la-fail-open.lo `test -f 'ofproto/fail-open.c' || echo './'`ofproto/fail-open.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-in-band.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-in-band.Tpo -c -o ofproto/ofproto_libofproto_la-in-band.lo `test -f 'ofproto/in-band.c' || echo './'`ofproto/in-band.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-names.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-names.Tpo -c -o ofproto/ofproto_libofproto_la-names.lo `test -f 'ofproto/names.c' || echo './'`ofproto/names.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-netflow.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-netflow.Tpo -c -o ofproto/ofproto_libofproto_la-netflow.lo `test -f 'ofproto/netflow.c' || echo './'`ofproto/netflow.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto.lo `test -f 'ofproto/ofproto.c' || echo './'`ofproto/ofproto.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif.lo `test -f 'ofproto/ofproto-dpif.c' || echo './'`ofproto/ofproto-dpif.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif-ipfix.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-ipfix.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif-ipfix.lo `test -f 'ofproto/ofproto-dpif-ipfix.c' || echo './'`ofproto/ofproto-dpif-ipfix.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif-mirror.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-mirror.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif-mirror.lo `test -f 'ofproto/ofproto-dpif-mirror.c' || echo './'`ofproto/ofproto-dpif-mirror.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif-monitor.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-monitor.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif-monitor.lo `test -f 'ofproto/ofproto-dpif-monitor.c' || echo './'`ofproto/ofproto-dpif-monitor.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif-rid.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-rid.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif-rid.lo `test -f 'ofproto/ofproto-dpif-rid.c' || echo './'`ofproto/ofproto-dpif-rid.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif-sflow.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-sflow.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif-sflow.lo `test -f 'ofproto/ofproto-dpif-sflow.c' || echo './'`ofproto/ofproto-dpif-sflow.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif-trace.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-trace.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif-trace.lo `test -f 'ofproto/ofproto-dpif-trace.c' || echo './'`ofproto/ofproto-dpif-trace.c /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif-upcall.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-upcall.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif-upcall.lo `test -f 'ofproto/ofproto-dpif-upcall.c' || echo './'`ofproto/ofproto-dpif-upcall.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -Wno-unused -Wno-unused-parameter -O3 -march=native -MT lib/lib_libsflow_la-sflow_agent.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_agent.Tpo -c lib/sflow_agent.c -o lib/lib_libsflow_la-sflow_agent.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-bond.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-bond.Tpo -c ofproto/bond.c -o ofproto/ofproto_libofproto_la-bond.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-connmgr.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-connmgr.Tpo -c ofproto/connmgr.c -o ofproto/ofproto_libofproto_la-connmgr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -Wno-unused -Wno-unused-parameter -O3 -march=native -MT lib/lib_libsflow_la-sflow_sampler.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_sampler.Tpo -c lib/sflow_sampler.c -o lib/lib_libsflow_la-sflow_sampler.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -Wno-unused -Wno-unused-parameter -O3 -march=native -MT lib/lib_libsflow_la-sflow_receiver.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_receiver.Tpo -c lib/sflow_receiver.c -o lib/lib_libsflow_la-sflow_receiver.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-fail-open.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-fail-open.Tpo -c ofproto/fail-open.c -o ofproto/ofproto_libofproto_la-fail-open.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-names.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-names.Tpo -c ofproto/names.c -o ofproto/ofproto_libofproto_la-names.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-in-band.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-in-band.Tpo -c ofproto/in-band.c -o ofproto/ofproto_libofproto_la-in-band.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-netflow.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-netflow.Tpo -c ofproto/netflow.c -o ofproto/ofproto_libofproto_la-netflow.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif.Tpo -c ofproto/ofproto-dpif.c -o ofproto/ofproto_libofproto_la-ofproto-dpif.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -Wno-unused -Wno-unused-parameter -O3 -march=native -MT lib/lib_libsflow_la-sflow_poller.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_poller.Tpo -c lib/sflow_poller.c -o lib/lib_libsflow_la-sflow_poller.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-collectors.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-collectors.Tpo -c ofproto/collectors.c -o ofproto/ofproto_libofproto_la-collectors.o gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto.Tpo -c ofproto/ofproto.c -o ofproto/ofproto_libofproto_la-ofproto.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif-rid.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-rid.Tpo -c ofproto/ofproto-dpif-rid.c -o ofproto/ofproto_libofproto_la-ofproto-dpif-rid.o gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif-monitor.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-monitor.Tpo -c ofproto/ofproto-dpif-monitor.c -o ofproto/ofproto_libofproto_la-ofproto-dpif-monitor.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif-trace.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-trace.Tpo -c ofproto/ofproto-dpif-trace.c -o ofproto/ofproto_libofproto_la-ofproto-dpif-trace.o gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif-mirror.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-mirror.Tpo -c ofproto/ofproto-dpif-mirror.c -o ofproto/ofproto_libofproto_la-ofproto-dpif-mirror.o gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? Makefile:5300: recipe for target 'lib/lib_libsflow_la-sflow_agent.lo' failed make[2]: *** [lib/lib_libsflow_la-sflow_agent.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? Makefile:5328: recipe for target 'ofproto/ofproto_libofproto_la-bond.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-bond.lo] Error 1 gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? Makefile:5349: recipe for target 'ofproto/ofproto_libofproto_la-fail-open.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-fail-open.lo] Error 1 gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? Makefile:5307: recipe for target 'lib/lib_libsflow_la-sflow_sampler.lo' failed make[2]: *** [lib/lib_libsflow_la-sflow_sampler.lo] Error 1 gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? Makefile:5370: recipe for target 'ofproto/ofproto_libofproto_la-netflow.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-netflow.lo] Error 1 Makefile:5363: recipe for target 'ofproto/ofproto_libofproto_la-names.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-names.lo] Error 1 Makefile:5342: recipe for target 'ofproto/ofproto_libofproto_la-connmgr.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-connmgr.lo] Error 1 gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? Makefile:5321: recipe for target 'lib/lib_libsflow_la-sflow_receiver.lo' failed make[2]: *** [lib/lib_libsflow_la-sflow_receiver.lo] Error 1 gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? Makefile:5356: recipe for target 'ofproto/ofproto_libofproto_la-in-band.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-in-band.lo] Error 1 Makefile:5314: recipe for target 'lib/lib_libsflow_la-sflow_poller.lo' failed make[2]: *** [lib/lib_libsflow_la-sflow_poller.lo] Error 1 Makefile:5384: recipe for target 'ofproto/ofproto_libofproto_la-ofproto-dpif.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-ofproto-dpif.lo] Error 1 gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? Makefile:5335: recipe for target 'ofproto/ofproto_libofproto_la-collectors.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-collectors.lo] Error 1 gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? Makefile:5426: recipe for target 'ofproto/ofproto_libofproto_la-ofproto-dpif-trace.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-ofproto-dpif-trace.lo] Error 1 Makefile:5405: recipe for target 'ofproto/ofproto_libofproto_la-ofproto-dpif-monitor.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-ofproto-dpif-monitor.lo] Error 1 Makefile:5412: recipe for target 'ofproto/ofproto_libofproto_la-ofproto-dpif-rid.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-ofproto-dpif-rid.lo] Error 1 Makefile:5377: recipe for target 'ofproto/ofproto_libofproto_la-ofproto.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-ofproto.lo] Error 1 gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? Makefile:5398: recipe for target 'ofproto/ofproto_libofproto_la-ofproto-dpif-mirror.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-ofproto-dpif-mirror.lo] Error 1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif-sflow.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-sflow.Tpo -c ofproto/ofproto-dpif-sflow.c -o ofproto/ofproto_libofproto_la-ofproto-dpif-sflow.o gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? Makefile:5419: recipe for target 'ofproto/ofproto_libofproto_la-ofproto-dpif-sflow.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-ofproto-dpif-sflow.lo] Error 1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif-ipfix.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-ipfix.Tpo -c ofproto/ofproto-dpif-ipfix.c -o ofproto/ofproto_libofproto_la-ofproto-dpif-ipfix.o gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? Makefile:5391: recipe for target 'ofproto/ofproto_libofproto_la-ofproto-dpif-ipfix.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-ofproto-dpif-ipfix.lo] Error 1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -Wmultistatement-macros -Wcast-align=strict -I/home/wei/dpdk-stable/arm64-armv8a-linuxapp-gcc/include -D_FILE_OFFSET_BITS=64 -O3 -march=native -MT ofproto/ofproto_libofproto_la-ofproto-dpif-upcall.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-upcall.Tpo -c ofproto/ofproto-dpif-upcall.c -o ofproto/ofproto_libofproto_la-ofproto-dpif-upcall.o gcc: error: unrecognized command line option -Wmultistatement-macros; did you mean -Wunused-macros? gcc: error: unrecognized command line option -Wcast-align=strict; did you mean -Wcast-align? Makefile:5433: recipe for target 'ofproto/ofproto_libofproto_la-ofproto-dpif-upcall.lo' failed make[2]: *** [ofproto/ofproto_libofproto_la-ofproto-dpif-upcall.lo] Error 1 make[2]: Leaving directory '/home/wei/repo/openvswitch' Makefile:6047: recipe for target 'install-recursive' failed make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory '/home/wei/repo/openvswitch' Makefile:6352: recipe for target 'install' failed make: *** [install] Error 2
_______________________________________________ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss