参考此

http://blog.chinaunix.net/uid-23842323-id-2656572.html

 

然后makefile中要加上:

 

define Package/apcp
SECTION:=net
CATEGORY:=Network
DEPENDS:=+libpthread

TARGET_LDFLAGS+=-lpthread

TITLE:=apcp daemon
endef

 

相关文章:

  • 2022-12-23
  • 2021-10-29
  • 2021-05-09
  • 2021-09-02
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-23
  • 2021-12-19
  • 2022-12-23
  • 2021-12-19
  • 2021-04-28
  • 2022-02-09
  • 2021-12-25
相关资源
相似解决方案