You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried with "-march=armv6 -mtune=cortex-a53", but no love here.
Did you have any luck?
UPDATE
Actually, I forgot to do sudo make install. Once I did that, nmux and csdr worked.
** Update 2 **
So it compiled but it it still gives me the same "illegal instruction" error.
nmux -p 4951 -a 192.168.132
nmux: listening on 192.168.0.132:4951
Illegal instruction
Hi,
i'm trying to compile on an old RPi with armv6. Tried with the flags below but still getting an Illegal Instruction on nmux. Any clues?
PARAMS_NEON = -mfloat-abi=hard -march=armv6 -mtune=arm6 -mfpu=neon -mvectorize-with-neon-quad -funsafe-math-optimizations -Wformat=0 -DNEON_OPTS
Thanks in advance
Dominic
The text was updated successfully, but these errors were encountered: