This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Does arm926 support vft feature?

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, is supported by arm926.

But why does the linpack fail? Does anybody has the same problem? Any help is appreciated, thanks.