Open ghost opened 7 years ago
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
PARAMS_NEON = -mcpu=arm1176jzf-s -mfloat-abi=hard -mfpu=vfp -mtune=arm1176jzf-s
No NEON extensions on this CPU.
It works, but runs very slow on my RPi1.
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