tindy2013 / subconverter

Utility to convert between various subscription format
GNU General Public License v3.0
12.81k stars 2.72k forks source link

华硕RT-AC66U_B1梅林固件下无法运行 #91

Closed jimlee2048 closed 4 years ago

jimlee2048 commented 4 years ago

设备:华硕RT-AC66U_B1 架构:armv7l 固件:koolshare改版梅林384.14_0

admin@RT-AC66U_B1:/jffs/.koolshare/subconverter# uname -a
Linux RT-AC66U_B1 2.6.36.4brcmarm #1 SMP PREEMPT Tue Dec 17 02:44:48 CST 2019 armv7l Merlin-Koolshare-rtac86u

使用的是subconverter_armhf.tar.gz 给予可执行权限后运行报错

admin@RT-AC66U_B1:/jffs/.koolshare/subconverter# ./subconverter
Illegal instruction
jimlee2048 commented 4 years ago

查了下,似乎是构建的问题? https://github.com/Acris/shadowsocks-asuswrt-merlin/issues/9

tindy2013 commented 4 years ago

在路由系统中运行可能需要使用对应平台的 SDK 生成 而不能使用通用构建版本

jimlee2048 commented 4 years ago

那么是需要自行进行编译才能使用吗