分类: 编译流程

19 篇文章

DPDK编译流程
编译dpdkmeson build --prefix=$(pwd)/dpdk_installcd buildninjasudo ninja install 查看dpdk命令帮助dpdk-testpmd -h
APT相关依赖编译流程
1、编译xz-utils./configure --host=aarch64-openwrt-linux --prefix=$(pwd)/_installCC=gccmakemake install 2、编译triehash-0.3export CC=gccexport CXX=g++dpkg-buildpackage -us -uc 3、编译po…
TCPdump编译流程
CC=/home/qqq/eass/xxx/toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/bin/mipsel-openwrt-linux-uclibc-gcc ../configure --prefix=$PWD/install --host=mipsel-linux CC=/…
NDPI编译流程
拉取git clone https://github.com/ntop/nDPI.git 更换版本cd nDPIgit taggit checkout 4.6 ./autogen.sh./configure --prefix=$(pwd)/_installmake clean && make && make inst…
N2N编译流程
/root/fttn/arm_integration/toolchain-aarch64_generic_gcc-8.4.0_musl/bin/aarch64-openwrt-linux-gcc sudo apt install make sudo apt install autoconf automake libtool git clone ht…
MQTT编译流程
OLT 编译curl /home/qqq/mqttClient/eponv1/host/usr/bin/arm-broadcom-linux-uclibcgnueabi-gcc //10.8.9.116环境 CPPFLAGS="-I/home/qqq/mqttClient/eponv3/lib/openssl-1.0.1c/_install/inc…
LLDPD编译流程
/usr/bin/zhb/lldpd -u /tmp/lldp.socket -d -L /usr/bin/zhb/lldpcli -O /etc/ZH-AP18006V3.conf lldpd编译: cp 所有cap+xml2到>/home/qqq/byd/eaas3.0/hsonu/zhgx_api/tools/msdk-4.8.5-mi…
DHCPD库编译流程
./configure --prefix=$(pwd)/_install (gdb) while 1 stepend 确保已安装 GDB 和 DHCP 服务器确保系统上已安装 GDB 和 DHCP 服务器(如 isc-dhcp-server)。 编译 DHCP 服务器(如果需要)如果你有 DHCP 服务器的源代码,确保在编译时添加调试信息: ./c…
CURL库编译
CPPFLAGS="-I/home/qqq/4.0eaas/tianyi/openssl-1.1.1b/include" LDFLAGS="-L/home/qqq/4.0eaas/tianyi/openssl-1.1.1b" LIBS="-lssl -lcrypto" ./configure --host=arm-linux CC=/opt/too…
CAP编译流程
由于使用arm-hisiv200-linux编译alljoyn需要libcap库,所以这里简单说下libcap的编译过程。 vi Make.Rules新增一个CROSS_COMPILE = /home/qqq/byd/eaas3.0/cw创维/gcc/arm-linux-glibc/usr/bin/arm-linux- 注:::[root@loca…