Fail to build images with FPU (mips) on 18.06.0

I was trying to build TL-WR703N v1 (ar71xx/tiny) images with FPU support. I tried to check 'MIPS FPU Emulator' in kernel_menuconfig, but when I finished compiling, I found that the images had the same kernel config checksum as the releases.
I also tried
ls /sys/kernel/debug/mips
and I cannot found fpuemustats
Then I tested with v2ray, it complains about Illegal instruction, which also means there is no FPU support.
How can I fix this?

Try to enable too in make menuconfig in

Global build settings  ---> 
    Kernel build options  --->
        [ * ] Compile the kernel with MIPS FPU Emulator
2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.