nps 在MT7628AN 的 openwrt 系统里面运行linux_mipsle_client.tar.gz包也是出现 Illegal instruction,能否编译在的client程序呢?

oxalkeyp  于 4个月前  发布在  Linux
关注(0)|答案(2)|浏览(101)

在MT7628AN 的 openwrt 系统里面运行linux_mipsle_client.tar.gz包也是出现 Illegal instruction,能否编译在的client程序呢?

./npc
Illegal instruction

cat /proc/cpuinfo

system type : MediaTek MT7628AN ver:1 eco:2
cpu model : MIPS 24KEc V5.5

uname -a
Linux GL-MT300N-V2 4.14.221 #0 Mon Feb 15 15:22:37 2021 mips GNU/Linux

7ajki6be

7ajki6be1#

我的经验是linux内核V4会有这个问题,V3和V5的系统就能正常运行。openwrt 21.02内核是V5的,可以尝试一下。padanvan内核是V3的,可以尝试一下。不能换系统的话只能自己编译解决,和浮点数相关的问题。

相关问题