问题:openwrt下编译lora_gateway
Package lora-gateway is missing dependencies for the following libraries:
librt.so.0make[3]: *** [/home/sheen/openwrt/bin/ar71xx/packages/lora/lora-gateway_3.2.0_ar71xx.ipk] Error 1:
解决:makefile添加依赖 DEPENDS:= +librt
本文解决了一个在OpenWRT环境下编译LoRa网关(lora-gateway)时遇到的问题,即缺失librt.so.0依赖导致的编译错误。通过在Makefile中添加正确的依赖项解决了该问题。
问题:openwrt下编译lora_gateway
Package lora-gateway is missing dependencies for the following libraries:
librt.so.0make[3]: *** [/home/sheen/openwrt/bin/ar71xx/packages/lora/lora-gateway_3.2.0_ar71xx.ipk] Error 1:
解决:makefile添加依赖 DEPENDS:= +librt

被折叠的 条评论
为什么被折叠?