|
我参考了官方教程进行frp-0.39.1的软件包编译。
前面几步都没有报错,直到这一步,显示缺少这几个依赖::
- $ make package/frp-0.39.1/compile V=s
复制代码
- 报错为:
- WARNING: Makefile 'package/linux/Makefile' has a dependency on 'kmod-phy-bcm-ns-usb2', which does not exist
- WARNING: Makefile 'package/linux/Makefile' has a dependency on 'kmod-phy-bcm-ns-usb3', which does not exist
- tmp/.config-package.in:36:warning: ignoring type redefinition of 'PACKAGE_libc' from 'boolean' to 'tristate'
- tmp/.config-package.in:64:warning: ignoring type redefinition of 'PACKAGE_libgcc' from 'boolean' to 'tristate'
- tmp/.config-package.in:149:warning: ignoring type redefinition of 'PACKAGE_libpthread' from 'boolean' to 'tristate'
- tmp/.config-package.in:290:warning: ignoring type redefinition of 'PACKAGE_ubus' from 'boolean' to 'tristate'
- tmp/.config-package.in:305:warning: ignoring type redefinition of 'PACKAGE_ubusd' from 'boolean' to 'tristate'
- tmp/.config-package.in:319:warning: ignoring type redefinition of 'PACKAGE_uci' from 'boolean' to 'tristate'
- tmp/.config-package.in:1539:warning: ignoring type redefinition of 'PACKAGE_libopenssl' from 'boolean' to 'tristate'
- tmp/.config-package.in:1707:warning: ignoring type redefinition of 'PACKAGE_libblobmsg-json' from 'boolean' to 'tristate'
- tmp/.config-package.in:1761:warning: ignoring type redefinition of 'PACKAGE_libjson-c' from 'boolean' to 'tristate'
- tmp/.config-package.in:1817:warning: ignoring type redefinition of 'PACKAGE_libnl-tiny' from 'boolean' to 'tristate'
- tmp/.config-package.in:1847:warning: ignoring type redefinition of 'PACKAGE_libubox' from 'boolean' to 'tristate'
- tmp/.config-package.in:1873:warning: ignoring type redefinition of 'PACKAGE_libubus' from 'boolean' to 'tristate'
- tmp/.config-package.in:1900:warning: ignoring type redefinition of 'PACKAGE_libuci' from 'boolean' to 'tristate'
- tmp/.config-package.in:1953:warning: ignoring type redefinition of 'PACKAGE_zlib' from 'boolean' to 'tristate'
- tmp/.config-package.in:2009:warning: ignoring type redefinition of 'PACKAGE_jshn' from 'boolean' to 'tristate'
- tmp/.config-package.in:2080:warning: ignoring type redefinition of 'PACKAGE_libjson-script' from 'boolean' to 'tristate'
- #
- # configuration written to .config
- #
- make[1]: Entering directory '/home/a001/sdk/sdk/1806/siflower'
- make[1]: *** No rule to make target 'package/frp-0.39.1/compile'. Stop.
- make[1]: Leaving directory '/home/a001/sdk/sdk/1806/siflower'
- /home/a001/sdk/sdk/1806/siflower/include/toplevel.mk:209: recipe for target 'package/frp-0.39.1/compile' failed
- make: *** [package/frp-0.39.1/compile] Error 2
复制代码 但是我按照教程执行命令,却无法安装这2个依赖:
- ./scripts/feeds update -f
复制代码- ./scripts/feeds install kmod-phy-bcm-ns-usb2
- 报错为:
- WARNING: Makefile 'package/linux/Makefile' has a dependency on 'kmod-phy-bcm-ns-usb2', which does not exist
- WARNING: Makefile 'package/linux/Makefile' has a dependency on 'kmod-phy-bcm-ns-usb3', which does not exist
- WARNING: No feed for package 'kmod-phy-bcm-ns-usb2' found
复制代码- ./scripts/feeds install kmod-phy-bcm-ns-usb3
- 报错为:
- WARNING: Makefile 'package/linux/Makefile' has a dependency on 'kmod-phy-bcm-ns-usb2', which does not exist
- WARNING: Makefile 'package/linux/Makefile' has a dependency on 'kmod-phy-bcm-ns-usb3', which does not exist
- WARNING: No feed for package 'kmod-phy-bcm-ns-usb3' found
复制代码
请问大家,如何能继续编译?
或者有没有现成能用的frpc-0.39.1.ipk?
官方教程:https://github.com/gl-inet/sdk
frp-0.39.1源码:https://github.com/fatedier/frp/archive/refs/tags/v0.39.1.tar.gz
|
|