compiling-linux-kernel-module

本文介绍如何编译Linux内核模块,并提供了详细的步骤指南。通过本文,读者可以了解到编译过程中的关键配置选项及其作用。
http://www.cyberciti.biz/tips/compiling-linux-kernel-module.html
make[1]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver” *** *** Making pcan driver in chardev mode *** *** Host OS Release=Ubuntu v22.04 *** Host machine kernel version=6.8.0-87-generic *** Driver kernel version=6.8.0-87-generic (6.8.0) *** Path to kernel sources=/usr/src/linux-headers-6.8.0-87-generic *** use KBUILD=yes *** use DKMS= *** x86_64-linux-gnu-gcc-12 version=12 *** gcc versions detected on this host: *** /usr/bin/gcc-11 /usr/bin/gcc-12 *** make -C /usr/src/linux-headers-6.8.0-87-generic EXTRA_CFLAGS="-I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -DNO_DEBUG -DMODVERSIONS -DNO_PARPORT_SUBSYSTEM -DUSB_SUPPORT -DPCI_SUPPORT -DPCIEC_SUPPORT -DISA_SUPPORT -DNO_DONGLE_SUPPORT -DNO_PCCARD_SUPPORT -DNO_NETDEV_SUPPORT -DNO_RT -Wno-date-time" V=0 modules M=/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver make[2]: 进入目录“/usr/src/linux-headers-6.8.0-87-generic” CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcan_main.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcan_fops.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcan_fifo.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcan_filter.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcan_parse.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcan_sja1000.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcan_common.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcan_timing.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcanfd_core.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcanfd_ucan.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcan_usb_core.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcan_usb.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcan_usbpro.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcanfd_usb.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcan_pci.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcanfd_pci.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcan_pci_spi.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcan_pciec.o CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/src/pcan_isa.o LD [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/pcan.o MODPOST /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/Module.symvers CC [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/pcan.mod.o LD [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/pcan.ko BTF [M] /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/pcan.ko Skipping BTF generation for /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver/pcan.ko due to unavailability of vmlinux make[2]: 离开目录“/usr/src/linux-headers-6.8.0-87-generic” make[1]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver” make[1]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/lib” *** *** Making pcan libraries *** *** x86_64-linux-gnu-gcc-12 version: 12 *** x86_64-linux-gnu-gcc-12 -DNO_RT -I. -I../driver -fPIC -Wall -Wcast-align -Wredundant-decls -DPCANFD_OLD_STYLE_API -c src/libpcan.c -o obj/libpcan.o x86_64-linux-gnu-gcc-12 -shared -Wl,-soname,libpcan.so -o lib/libpcan.so.6 obj/libpcan.o cd lib/; ln -sf libpcan.so.6 libpcan.so x86_64-linux-gnu-gcc-12 -DNO_RT -I. -I../driver -fPIC -Wall -Wcast-align -Wredundant-decls -DPCANFD_OLD_STYLE_API -c src/libpcanfd.c -o obj/libpcanfd.o x86_64-linux-gnu-gcc-12 -shared -Wl,-soname,libpcanfd.so -o lib/libpcanfd.so.8 obj/libpcanfd.o cd lib/; ln -sf libpcanfd.so.8 libpcanfd.so ar rcs lib/libpcanfd.a obj/libpcanfd.o Info: only 64-bit version of libpcan can be built. 32-bit version of libpcan can't because the 32-bit version of libc seems not being installed... make[1]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/lib” make[1]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/test” *** *** Making example and test programs *** *** x86_64-linux-gnu-gcc-12 version: 12 *** x86_64-linux-gnu-gcc-12 -DNO_RT -I. -I../lib -I../driver -g src/receivetest.c src/common.c -lpcanfd -L../lib/lib -Wl,-rpath ../lib/lib -o receivetest x86_64-linux-gnu-g++ -DNO_RT -I. -I../lib -I../driver -g src/transmitest.cpp src/common.c src/parser.cpp -lstdc++ -lpcanfd -L../lib/lib -Wl,-rpath ../lib/lib -o transmitest x86_64-linux-gnu-gcc-12 -DNO_RT -I. -I../lib -I../driver -g src/bitratetest.c src/common.c -lpcanfd -L../lib/lib -Wl,-rpath ../lib/lib -o bitratetest x86_64-linux-gnu-g++ -DNO_RT -I. -I../lib -I../driver -g src/filtertest.cpp src/common.c -lstdc++ -lpcanfd -L../lib/lib -Wl,-rpath ../lib/lib -o filtertest x86_64-linux-gnu-gcc-12 -DNO_RT -I. -I../lib -I../driver -g src/pcanfdtst.c -lpcanfd -L../lib/lib -Wl,-rpath ../lib/lib -lpthread -o pcanfdtst x86_64-linux-gnu-gcc-12 -DNO_RT -I. -I../lib -I../driver -g src/pcan-settings.c -lpopt -lpcanfd -L../lib/lib -Wl,-rpath ../lib/lib -g -o pcan-settings x86_64-linux-gnu-gcc-12 -DNO_RT -I. -I../lib -I../driver -g src/receivetest_posix.c src/common.c -lpcanfd -L../lib/lib -Wl,-rpath ../lib/lib -lpthread -o receivetest_posix x86_64-linux-gnu-g++ -DNO_RT -I. -I../lib -I../driver -g src/transmitest_posix.cpp src/common.c src/parser.cpp -lstdc++ -lpcanfd -L../lib/lib -Wl,-rpath ../lib/lib -lpthread -o transmitest_posix make[1]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/test” make[1]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic” *** *** Processing 'pcanbasic' directory... *** make[2]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic” *** *** Making PCANBasic library with FD support (PCAN driver >= 8.0)... *** *** target=libpcanbasic *** version=4.10.0 *** PCAN_ROOT=/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0 *** x86_64-linux-gnu-gcc-12 version=12 *** mkdir -p out x86_64-linux-gnu-gcc-12 -fPIC -shared "-O2" -Wall -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wunused -Wpedantic -fvisibility=hidden -DNO_RT -Iinclude -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/lib -c src/libpcanbasic.c -o out/libpcanbasic.o x86_64-linux-gnu-gcc-12 -fPIC -shared "-O2" -Wall -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wunused -Wpedantic -fvisibility=hidden -DNO_RT -Iinclude -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/lib -c src/pcaninfo.c -o out/pcaninfo.o x86_64-linux-gnu-gcc-12 -fPIC -shared "-O2" -Wall -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wunused -Wpedantic -fvisibility=hidden -DNO_RT -Iinclude -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/lib -c src/pcanlog.c -o out/pcanlog.o x86_64-linux-gnu-gcc-12 -fPIC -shared "-O2" -Wall -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wunused -Wpedantic -fvisibility=hidden -DNO_RT -Iinclude -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/lib -c src/pcbcore.c -o out/pcbcore.o x86_64-linux-gnu-gcc-12 -fPIC -shared "-O2" -Wall -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wunused -Wpedantic -fvisibility=hidden -DNO_RT -Iinclude -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/lib -c src/pcblog.c -o out/pcblog.o x86_64-linux-gnu-gcc-12 -fPIC -shared "-O2" -Wall -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wunused -Wpedantic -fvisibility=hidden -DNO_RT -Iinclude -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/lib -c src/pcbtrace.c -o out/pcbtrace.o x86_64-linux-gnu-gcc-12 -fPIC -shared "-O2" -Wall -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wunused -Wpedantic -fvisibility=hidden -DNO_RT -Iinclude -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/lib -Wno-pedantic -c /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/lib/src/libpcanfd.c -o out/libpcanfd.o x86_64-linux-gnu-gcc-12 -shared -Wl,-soname,libpcanbasic.so.4 -o lib/libpcanbasic.so.4.10.0 out/libpcanbasic.o out/pcaninfo.o out/pcanlog.o out/pcbcore.o out/pcblog.o out/pcbtrace.o out/libpcanfd.o -lm -lpthread -Xlinker --retain-symbols-file=src/libpcanbasic.def cd lib/; ln -sf libpcanbasic.so.4.10.0 libpcanbasic.so; ln -sf libpcanbasic.so.4.10.0 libpcanbasic.so.4 Info: only 64-bit version of libpcanbasic can be built. 32-bit version of libpcanbasic will not be build because the 32-bit version of libc seems not being installed... make[2]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic” *** *** Processing 'pcaninfo' directory... *** make[2]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcaninfo” *** *** Making pcaninfo... *** *** target=pcaninfo *** version=1.4.0 *** PCAN_ROOT=/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0 *** x86_64-linux-gnu-gcc-12 version=12 *** x86_64-linux-gnu-gcc-12 src/main.c ../pcanbasic/src/pcanlog.c ../pcanbasic/src/pcblog.c ../pcanbasic/src/pcbtrace.c ../pcanbasic/src/pcbcore.c ../pcanbasic/src/pcaninfo.c /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/lib/src/libpcanfd.c -O2 -Wall -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wunused -DNO_RT -I../pcanbasic/include -I../pcanbasic/src -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/lib -lm -lpthread -ldl -o pcaninfo.1.4.0 ln -sf pcaninfo.1.4.0 pcaninfo make[2]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcaninfo” *** *** Processing 'examples' directory... *** make[2]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples” *** *** Processing 'C' directory (console examples)... *** make[3]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/c” *** *** Making PCANBasic C examples *** *** target=pcanwrite pcanread pcaneventread pcaneventwrite *** x86_64-linux-gnu-gcc version=11 *** PCAN_ROOT=/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0 *** PCANBASIC_ROOT=/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic *** x86_64-linux-gnu-gcc -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/include -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -DNO_RT src/pcanwrite.c -L/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -Wl,-rpath /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -lpcanbasic -o pcanwrite x86_64-linux-gnu-gcc -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/include -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -DNO_RT src/pcanread.c -L/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -Wl,-rpath /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -lpcanbasic -o pcanread x86_64-linux-gnu-gcc -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/include -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -DNO_RT src/pcaneventread.c -L/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -Wl,-rpath /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -lpcanbasic -o pcaneventread x86_64-linux-gnu-gcc -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/include -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -DNO_RT src/pcaneventwrite.c -L/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -Wl,-rpath /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -lpcanbasic -o pcaneventwrite make[3]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/c” *** *** Processing 'NativeC++' directory (console examples)... *** make[3]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++” *** *** Making PCANBasic C++ examples... *** make[4]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/01_LookUpChannel” g++ -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/include -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -std=c++11 -Wno-format-truncation 01_LookUpChannel.cpp RunExample.cpp -L/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -Wl,-rpath /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -lpcanbasic -o ../LookUpChannel make[4]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/01_LookUpChannel” make[4]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/02_GetSetParameter” g++ -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/include -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -std=c++11 -Wno-format-truncation 02_GetSetParameter.cpp RunExample.cpp -L/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -Wl,-rpath /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -lpcanbasic -o ../GetSetParameter make[4]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/02_GetSetParameter” make[4]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/03_ManualRead” g++ -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/include -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -std=c++11 -Wno-format-truncation 03_ManualRead.cpp RunExample.cpp -L/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -Wl,-rpath /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -lpcanbasic -o ../ManualRead make[4]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/03_ManualRead” make[4]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/04_ManualWrite” g++ -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/include -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -std=c++11 -Wno-format-truncation 04_ManualWrite.cpp RunExample.cpp -L/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -Wl,-rpath /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -lpcanbasic -o ../ManualWrite make[4]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/04_ManualWrite” make[4]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/05_TimerRead” g++ -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/include -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -std=c++11 -Wno-format-truncation 05_TimerRead.cpp RunExample.cpp -L/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -Wl,-rpath /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -lpcanbasic -lpthread -o ../TimerRead make[4]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/05_TimerRead” make[4]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/06_TimerWrite” g++ -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/include -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -std=c++11 -Wno-format-truncation 06_TimerWrite.cpp RunExample.cpp -L/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -Wl,-rpath /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -lpcanbasic -lpthread -o ../TimerWrite make[4]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/06_TimerWrite” make[4]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/07_ThreadRead” g++ -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/include -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -std=c++11 -Wno-format-truncation 07_ThreadRead.cpp RunExample.cpp -L/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -Wl,-rpath /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -lpcanbasic -lpthread -o ../ThreadRead make[4]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/07_ThreadRead” make[4]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/08_EventDrivenRead” g++ -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/include -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -std=c++11 -Wno-format-truncation 08_EventDrivenRead.cpp RunExample.cpp -L/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -Wl,-rpath /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -lpcanbasic -lpthread -o ../EventDrivenRead make[4]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/08_EventDrivenRead” make[4]: 进入目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/09_TraceFiles” g++ -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/include -I/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/driver -std=c++11 -Wno-format-truncation 09_TraceFiles.cpp RunExample.cpp -L/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -Wl,-rpath /home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/pcanbasic/lib -lpcanbasic -lpthread -o ../TraceFiles make[4]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++/09_TraceFiles” make[3]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples/NativeC++” make[2]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic/examples” make[1]: 离开目录“/home/zhm/Downloads/peak-linux-driver-8.20.0.tar.gz/peak-linux-driver-8.20.0/libpcanbasic”有没有报错
11-15
tplink@5e15b687a070:~/code/be900v2/Iplatform/build$ make PRODUCT_NAME=be900v2 iplatform_package/xtables-addons/{clean,compile,install} V=s openssl support zlib make[1]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[2]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[3]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[3]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[3]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[3]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[2]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[2]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[3]: Entering directory '/home/tplink/code/be900v2/prplos/platform/feeds/public/prplos-v3.1.0/feed_opensource/kernel/xtables-addons' [DEBUG] Using external toolchain: CONFIG_EXTERNAL_TOOLCHAIN is set [DEBUG] Broadcom platform detected: CONFIG_IPF_PLATFORM_BCM is set [DEBUG] Added include paths: /home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include and /home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include/uapi ==========XT_PCTL_ALONE = 1========== ==========CONFIG_PACKAGE_XTABLES_ADDONS_VERSION = "v2.14"========== ==========XT_PCTL_VERSION = ========== rm -f /home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/stamp/._installed rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-compat-xtables_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-nathelper-rtsp_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-account_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-account_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-httphost_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-httphost_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-urlfilter_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-urlfilter_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-app_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-app_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-pctl_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-pctl_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-chaos_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-chaos_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-condition_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-condition_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-delude_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-delude_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-dhcpmac_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-dhcpmac_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-dnetmap_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-dnetmap_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-fuzzy_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-fuzzy_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-geoip_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-geoip_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-iface_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-iface_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-ipmark_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-ipmark_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-ipp2p_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-ipp2p_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-ipv4options_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-ipv4options_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-length2_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-length2_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-logmark_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-logmark_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-lscan_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-lscan_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-lua_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-lua_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-psd_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-psd_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-quota2_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-quota2_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-sysrq_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-sysrq_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-trigger_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-trigger_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-tarpit_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-tarpit_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-LOOPBACKDNAT_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-LOOPBACKDNAT_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-markext_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-MARKEXT_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-V6PORTS_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-V6PORTS_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptables-mod-CHECKPORTS_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/kmod-ipt-CHECKPORTS_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptaccount_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/iptgeoip_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/bin/model_brcm_bcm490x-be900v2/packages/xtables-addons_* rm -f /home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/packages/.list /home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/host/packages/.list rm -rf /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14 make[3]: Leaving directory '/home/tplink/code/be900v2/prplos/platform/feeds/public/prplos-v3.1.0/feed_opensource/kernel/xtables-addons' make[2]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[1]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[1]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[2]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[3]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[3]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[3]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[3]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[2]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[2]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt' make[3]: Entering directory '/home/tplink/code/be900v2/prplos/platform/feeds/private/domain-login_module' WARNING: skipping kmod-domain-login_module -- package not selected make[3]: Leaving directory '/home/tplink/code/be900v2/prplos/platform/feeds/private/domain-login_module' make[3]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt/package/libmnl' make[3]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt/package/libmnl' make[3]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt/package/libnfnetlink' make[3]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt/package/libnfnetlink' make[3]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt/package/libnetfilter-conntrack' make[3]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt/package/libnetfilter-conntrack' make[3]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt/package/iptables' WARNING: skipping iptables-mod-conntrack-extra -- package not selected WARNING: skipping iptables-mod-filter -- package not selected WARNING: skipping iptables-mod-ipopt -- package not selected WARNING: skipping iptables-mod-nat-extra -- package not selected WARNING: skipping iptables-mod-ulog -- package not selected WARNING: skipping iptables-mod-hashlimit -- package not selected WARNING: skipping iptables-mod-led -- package not selected WARNING: skipping iptables-mod-tproxy -- package not selected WARNING: skipping iptables-mod-tee -- package not selected WARNING: skipping iptables-mod-u32 -- package not selected WARNING: skipping iptables-mod-nflog -- package not selected WARNING: skipping libiptc -- package not selected make[3]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt/package/iptables' make[3]: Entering directory '/home/tplink/code/be900v2/prplos/platform/feeds/public/prplos-v3.1.0/feed_opensource/kernel/xtables-addons' [DEBUG] Using external toolchain: CONFIG_EXTERNAL_TOOLCHAIN is set [DEBUG] Broadcom platform detected: CONFIG_IPF_PLATFORM_BCM is set [DEBUG] Added include paths: /home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include and /home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include/uapi ==========XT_PCTL_ALONE = 1========== ==========CONFIG_PACKAGE_XTABLES_ADDONS_VERSION = "v2.14"========== ==========XT_PCTL_VERSION = ========== mkdir -p /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14 cp -fpR /home/tplink/code/be900v2/Iplatform/openwrt/../../prplos/platform/src/public/xtables-addons/src-2.14//* /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14 #add by chenrui cp -fpR /home/tplink/code/be900v2/Iplatform/openwrt/../../prplos/platform/src/public/xtables-addons/src-2.14//xt_pctl_avira/* /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/extensions ------------copy xt_pctl_avira------------ #add end -------XTABLES_ADDONS_VERSION v2.14 PKG_BUILD_SRC /home/tplink/code/be900v2/Iplatform/openwrt/../../prplos/platform/src/public/xtables-addons/src-2.14/-------- touch /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/.prepared_9a1ca534f0501cd994c1fea3bf71dcfe (cd /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/./; if [ -x ./configure ]; then /usr/bin/find /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/ -name config.guess | xargs -r chmod u+w; /usr/bin/find /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/ -name config.guess | xargs -r -n1 cp /home/tplink/code/be900v2/Iplatform/openwrt/scripts/config.guess; /usr/bin/find /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/ -name config.sub | xargs -r chmod u+w; /usr/bin/find /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/ -name config.sub | xargs -r -n1 cp /home/tplink/code/be900v2/Iplatform/openwrt/scripts/config.sub; AR=arm-buildroot-linux-gnueabi-ar AS="arm-buildroot-linux-gnueabi-gcc -c " LD=arm-buildroot-linux-gnueabi-ld NM=arm-buildroot-linux-gnueabi-nm CC="arm-buildroot-linux-gnueabi-gcc" GCC="arm-buildroot-linux-gnueabi-gcc" CXX="arm-buildroot-linux-gnueabi-g++" RANLIB=arm-buildroot-linux-gnueabi-ranlib STRIP=arm-buildroot-linux-gnueabi-strip OBJCOPY=arm-buildroot-linux-gnueabi-objcopy OBJDUMP=arm-buildroot-linux-gnueabi-objdump SIZE=arm-buildroot-linux-gnueabi-size CFLAGS=" -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include/linux -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include/uapi -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../"bcmkernel/include" -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../"bcmkernel/include"/uapi -DPCTL_SUPPORT_IPV6 -DSUPPORT_HOMECARE_PRO_BLOCKING -DSUPPORT_HOMECARE_PRO_URL_CLASS -DPCTL_SUPPORT_IPV6 -DPCTL_LOCAL_DOMAINS='\"tplinkwifi.net\"' -DPCTL_BLOCK_URL -DTRAFFIC_STATISTICS_OPTIMIZATION" CXXFLAGS=" -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include/linux -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include/uapi -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../"bcmkernel/include" -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../"bcmkernel/include"/uapi -DPCTL_SUPPORT_IPV6 -DSUPPORT_HOMECARE_PRO_BLOCKING -DSUPPORT_HOMECARE_PRO_URL_CLASS -DPCTL_SUPPORT_IPV6 -DPCTL_LOCAL_DOMAINS='\"tplinkwifi.net\"' -DPCTL_BLOCK_URL -DTRAFFIC_STATISTICS_OPTIMIZATION" CPPFLAGS="-I/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/usr/include -I/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/include -I/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/usr-be900v2/include -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/toolchain/opt/toolchains/crosstools-arm_softfp-gcc-10.3-linux-4.19-glibc-2.32-binutils-2.36.1/usr/include " LDFLAGS="-L/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/usr/lib -L/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/lib -Wl,-rpath-link,/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/usr/lib -L/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/toolchain/opt/toolchains/crosstools-arm_softfp-gcc-10.3-linux-4.19-glibc-2.32-binutils-2.36.1/usr/lib -L/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/toolchain/opt/toolchains/crosstools-arm_softfp-gcc-10.3-linux-4.19-glibc-2.32-binutils-2.36.1/lib " ./configure --target=arm-openwrt-linux-uclibc --host=arm-openwrt-linux-uclibc --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls --with-kbuild="/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19" --with-xtables="/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/usr" --with-xtlibdir="/usr/lib/iptables" ; fi; ) configure: WARNING: unrecognized options: --disable-nls, --with-xtables configure: loading site script /home/tplink/code/be900v2/Iplatform/openwrt/include/site/arm-openwrt-linux-uclibc checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-openwrt-linux-uclibc-strip... arm-buildroot-linux-gnueabi-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for arm-openwrt-linux-uclibc-gcc... arm-buildroot-linux-gnueabi-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether arm-buildroot-linux-gnueabi-gcc accepts -g... yes checking for arm-buildroot-linux-gnueabi-gcc option to accept ISO C89... none needed checking whether arm-buildroot-linux-gnueabi-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of arm-buildroot-linux-gnueabi-gcc... gcc3 checking for arm-openwrt-linux-uclibc-ar... arm-buildroot-linux-gnueabi-ar checking the archiver (arm-buildroot-linux-gnueabi-ar) interface... ar checking build system type... x86_64-pc-linux-gnu checking host system type... arm-openwrt-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/host/bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by arm-buildroot-linux-gnueabi-gcc... arm-buildroot-linux-gnueabi-ld checking if the linker (arm-buildroot-linux-gnueabi-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... arm-buildroot-linux-gnueabi-nm checking the name lister (arm-buildroot-linux-gnueabi-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to arm-openwrt-linux-uclibc format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for arm-buildroot-linux-gnueabi-ld option to reload object files... -r checking for arm-openwrt-linux-uclibc-objdump... arm-buildroot-linux-gnueabi-objdump checking how to recognize dependent libraries... pass_all checking for arm-openwrt-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for arm-openwrt-linux-uclibc-ar... (cached) arm-buildroot-linux-gnueabi-ar checking for archiver @FILE support... @ checking for arm-openwrt-linux-uclibc-strip... (cached) arm-buildroot-linux-gnueabi-strip checking for arm-openwrt-linux-uclibc-ranlib... arm-buildroot-linux-gnueabi-ranlib checking command to parse arm-buildroot-linux-gnueabi-nm output from arm-buildroot-linux-gnueabi-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for arm-openwrt-linux-uclibc-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking how to run the C preprocessor... arm-buildroot-linux-gnueabi-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if arm-buildroot-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no checking for arm-buildroot-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC checking if arm-buildroot-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes checking if arm-buildroot-linux-gnueabi-gcc static flag -static works... yes checking if arm-buildroot-linux-gnueabi-gcc supports -c -o file.o... yes checking if arm-buildroot-linux-gnueabi-gcc supports -c -o file.o... (cached) yes checking whether the arm-buildroot-linux-gnueabi-gcc linker (arm-buildroot-linux-gnueabi-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking linux/netfilter/x_tables.h usability... yes checking linux/netfilter/x_tables.h presence... yes checking for linux/netfilter/x_tables.h... yes checking pkg-config is at least version 0.9.0... yes checking for xtables >= 1.4.5... yes checking Xtables module directory... /usr/lib/iptables checking kernel version that we will build against... 4.19.294.0 in /home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19 WARNING: That kernel version is not officially supported yet. Continue at own luck. checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating Makefile.iptrules config.status: creating Makefile.mans config.status: creating geoip/Makefile config.status: creating extensions/Makefile config.status: creating extensions/ACCOUNT/Makefile config.status: creating extensions/pknock/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-nls, --with-xtables rm -f /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x//.configured_* touch /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x//.configured_ make -j1 -C /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14 ARCH="arm64" CROSS_COMPILE="aarch64-buildroot-linux-gnu-" EXTRA_CFLAGS="-I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include/linux -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include/uapi -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../"bcmkernel/include" -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../"bcmkernel/include"/uapi -DPCTL_SUPPORT_IPV6 -DSUPPORT_HOMECARE_PRO_BLOCKING -DSUPPORT_HOMECARE_PRO_URL_CLASS -DPCTL_SUPPORT_IPV6 -DPCTL_LOCAL_DOMAINS='\"tplinkwifi.net\"' -DPCTL_BLOCK_URL -DTRAFFIC_STATISTICS_OPTIMIZATION" DESTDIR="/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/ipkg-install" DEPMOD="/bin/true" all make[4]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14' CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/build-aux/missing aclocal-1.15 -I m4 cd . && /bin/sh /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/build-aux/missing automake-1.15 --foreign Makefile.am:6: warning: ':='-style assignments are not portable Makefile.am:21: warning: ':='-style assignments are not portable Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name Makefile.am:21: (probably a GNU make extension) CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/build-aux/missing autoconf /bin/sh ./config.status --recheck running CONFIG_SHELL=/bin/sh /bin/sh ./configure --target=arm-openwrt-linux-uclibc --host=arm-openwrt-linux-uclibc --build=x86_64-linux-gnu --program-prefix= --program-suffix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls --with-kbuild=/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19 --with-xtables=/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/usr --with-xtlibdir=/usr/lib/iptables build_alias=x86_64-linux-gnu host_alias=arm-openwrt-linux-uclibc target_alias=arm-openwrt-linux-uclibc CC=arm-buildroot-linux-gnueabi-gcc CFLAGS= -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include/linux -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include/uapi -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19/../bcmkernel/include/uapi -DPCTL_SUPPORT_IPV6 -DSUPPORT_HOMECARE_PRO_BLOCKING -DSUPPORT_HOMECARE_PRO_URL_CLASS -DPCTL_SUPPORT_IPV6 -DPCTL_LOCAL_DOMAINS='"tplinkwifi.net"' -DPCTL_BLOCK_URL -DTRAFFIC_STATISTICS_OPTIMIZATION LDFLAGS=-L/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/usr/lib -L/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/lib -Wl,-rpath-link,/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/usr/lib -L/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/toolchain/opt/toolchains/crosstools-arm_softfp-gcc-10.3-linux-4.19-glibc-2.32-binutils-2.36.1/usr/lib -L/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/toolchain/opt/toolchains/crosstools-arm_softfp-gcc-10.3-linux-4.19-glibc-2.32-binutils-2.36.1/lib CPPFLAGS=-I/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/usr/include -I/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/include -I/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/usr-be900v2/include -I/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/toolchain/opt/toolchains/crosstools-arm_softfp-gcc-10.3-linux-4.19-glibc-2.32-binutils-2.36.1/usr/include PKG_CONFIG=/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/host/bin/pkg-config PKG_CONFIG_PATH=/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/usr/lib/pkgconfig PKG_CONFIG_LIBDIR=/home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/target-arm-openwrt-linux-uclibc-be900v2/usr/lib/pkgconfig --no-create --no-recursion configure: WARNING: unrecognized options: --disable-nls, --with-xtables configure: loading site script /home/tplink/code/be900v2/Iplatform/openwrt/include/site/arm-openwrt-linux-uclibc checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-openwrt-linux-uclibc-strip... no checking for strip... strip configure: WARNING: using cross tools not prefixed with host triplet checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for arm-openwrt-linux-uclibc-gcc... arm-buildroot-linux-gnueabi-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether arm-buildroot-linux-gnueabi-gcc accepts -g... yes checking for arm-buildroot-linux-gnueabi-gcc option to accept ISO C89... none needed checking whether arm-buildroot-linux-gnueabi-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of arm-buildroot-linux-gnueabi-gcc... gcc3 checking for arm-openwrt-linux-uclibc-ar... no checking for arm-openwrt-linux-uclibc-lib... no checking for arm-openwrt-linux-uclibc-link... no checking for ar... ar checking the archiver (ar) interface... ar checking build system type... x86_64-pc-linux-gnu checking host system type... arm-openwrt-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /home/tplink/code/be900v2/Iplatform/openwrt/staging_dir/host/bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by arm-buildroot-linux-gnueabi-gcc... /home/tplink/code/be900v2/bcm504L04/toolchain/opt/toolchains/crosstools-arm_softfp-gcc-10.3-linux-4.19-glibc-2.32-binutils-2.36.1/arm-buildroot-linux-gnueabi/bin/ld checking if the linker (/home/tplink/code/be900v2/bcm504L04/toolchain/opt/toolchains/crosstools-arm_softfp-gcc-10.3-linux-4.19-glibc-2.32-binutils-2.36.1/arm-buildroot-linux-gnueabi/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... no checking for arm-openwrt-linux-uclibc-dumpbin... no checking for arm-openwrt-linux-uclibc-link... no checking for dumpbin... no checking for link... link -dump checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to arm-openwrt-linux-uclibc format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/tplink/code/be900v2/bcm504L04/toolchain/opt/toolchains/crosstools-arm_softfp-gcc-10.3-linux-4.19-glibc-2.32-binutils-2.36.1/arm-buildroot-linux-gnueabi/bin/ld option to reload object files... -r checking for arm-openwrt-linux-uclibc-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for arm-openwrt-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for arm-openwrt-linux-uclibc-ar... ar checking for archiver @FILE support... @ checking for arm-openwrt-linux-uclibc-strip... strip checking for arm-openwrt-linux-uclibc-ranlib... no checking for ranlib... ranlib checking command to parse nm output from arm-buildroot-linux-gnueabi-gcc object... ok checking for sysroot... no checking for arm-openwrt-linux-uclibc-mt... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... arm-buildroot-linux-gnueabi-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if arm-buildroot-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no checking for arm-buildroot-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC checking if arm-buildroot-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes checking if arm-buildroot-linux-gnueabi-gcc static flag -static works... yes checking if arm-buildroot-linux-gnueabi-gcc supports -c -o file.o... yes checking if arm-buildroot-linux-gnueabi-gcc supports -c -o file.o... (cached) yes checking whether the arm-buildroot-linux-gnueabi-gcc linker (/home/tplink/code/be900v2/bcm504L04/toolchain/opt/toolchains/crosstools-arm_softfp-gcc-10.3-linux-4.19-glibc-2.32-binutils-2.36.1/arm-buildroot-linux-gnueabi/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking linux/netfilter/x_tables.h usability... yes checking linux/netfilter/x_tables.h presence... yes checking for linux/netfilter/x_tables.h... yes checking pkg-config is at least version 0.9.0... yes checking for libxtables... yes checking Xtables module directory... /usr/lib/iptables checking kernel version that we will build against... 4.19.294.0 in /home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19 WARNING: That kernel version is not officially supported yet. Continue at own luck. checking that generated files are newer than configure... done configure: creating ./config.status configure: WARNING: unrecognized options: --disable-nls, --with-xtables /bin/sh ./config.status config.status: creating Makefile config.status: creating Makefile.iptrules config.status: creating Makefile.mans config.status: creating geoip/Makefile config.status: creating extensions/Makefile config.status: creating extensions/ACCOUNT/Makefile config.status: creating extensions/pknock/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/build-aux/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h make all-recursive make[5]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14' Making all in extensions make[6]: Entering directory '/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/extensions' Xtables-addons 2.14 - Linux 4.19.294 if [ -n "/home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19" ]; then make -C /home/tplink/code/be900v2/Iplatform/openwrt/../../bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19 M=/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/extensions KBUILD_EXTRA_SYMBOLS=/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/extensions/../Module.symvers modules; fi; make[7]: Entering directory '/home/tplink/code/be900v2/bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19' CC [M] /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/extensions/ACCOUNT/xt_ACCOUNT.o In file included from ./include/net/net_namespace.h:39, from /home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/extensions/ACCOUNT/xt_ACCOUNT.c:18: ./include/linux/skbuff.h:605:10: fatal error: linux/bcm_skbuff.h: No such file or directory 605 | #include <linux/bcm_skbuff.h> | ^~~~~~~~~~~~~~~~~~~~ compilation terminated. scripts/Makefile.build:330: recipe for target '/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/extensions/ACCOUNT/xt_ACCOUNT.o' failed make[9]: *** [/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/extensions/ACCOUNT/xt_ACCOUNT.o] Error 1 scripts/Makefile.build:565: recipe for target '/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/extensions/ACCOUNT' failed make[8]: *** [/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/extensions/ACCOUNT] Error 2 Makefile:1586: recipe for target '_module_/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/extensions' failed make[7]: *** [_module_/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/extensions] Error 2 make[7]: Leaving directory '/home/tplink/code/be900v2/bcm504L04/bcm963xx_5.04L.04/kernel/linux-4.19' Makefile:456: recipe for target 'modules' failed make[6]: *** [modules] Error 2 make[6]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14/extensions' Makefile:491: recipe for target 'all-recursive' failed make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14' Makefile:376: recipe for target 'all' failed make[4]: *** [all] Error 2 make[4]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x/xtables-addons-2.14' Makefile:394: recipe for target '/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x//.built' failed make[3]: *** [/home/tplink/code/be900v2/Iplatform/openwrt/build_dir/linux-model_brcm_bcm490x//.built] Error 2 make[3]: Leaving directory '/home/tplink/code/be900v2/prplos/platform/feeds/public/prplos-v3.1.0/feed_opensource/kernel/xtables-addons' package/Makefile:133: recipe for target 'package/feeds/feed_opensource/xtables-addons/compile' failed make[2]: *** [package/feeds/feed_opensource/xtables-addons/compile] Error 2 make[2]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt' /home/tplink/code/be900v2/Iplatform/openwrt/include/toplevel.mk:184: recipe for target 'package/xtables-addons/compile' failed make[1]: *** [package/xtables-addons/compile] Error 2 make[1]: Leaving directory '/home/tplink/code/be900v2/Iplatform/openwrt' Makefile:232: recipe for target 'iplatform_package/xtables-addons/compile' failed make: *** [iplatform_package/xtables-addons/compile] Error 2 tplink@5e15b687a070:~/code/be900v2/Iplatform/build$
10-25
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值