ltp-ddt realtime_cpuload_10p 涉及的cpuloadgen交叉编译及安装
Posted idyllcheung
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ltp-ddt realtime_cpuload_10p 涉及的cpuloadgen交叉编译及安装相关的知识,希望对你有一定的参考价值。
1.下载源码
解压
tar -zxvf cpuloadgen-0.94.tar.gz
2.Makefile
CC = $(CROSS_COMPILE)gcc
MYCFLAGS += -Wall -static -pthread
DESTDIR = ./out
install: cpuloadgen
install -d $(DESTDIR)
install cpuloadgen $(DESTDIR)
MYCFLAGS += -Wall -static -pthread
DESTDIR = ./out
install: cpuloadgen
install -d $(DESTDIR)
install cpuloadgen $(DESTDIR)
所以make install可以顺便生成cpuloadgen 并安装到DESTDIR
make CROSS_COMPILE=arm-linux-gnueabihf- install
搞定。
以上是关于ltp-ddt realtime_cpuload_10p 涉及的cpuloadgen交叉编译及安装的主要内容,如果未能解决你的问题,请参考以下文章