hi all,
I'v compile linpack benchmark on my arm926 with the following options, but it failed when I run it.
FLAGS = -O3 -march=armv5t -mfpu=vfp -mfloat-abi=softfp
The error message is :
"Illegal instruction"
I've read the armv5 spec, it shows that armv5, which is arm926 architecture
But why does the linpack fail? Does anybody has the same problem? Any help is appreciated, thanks.