Running FBAS135 results in the Pi hitting a native exception, because the Pi supports VFP for floating point but code for earlier ARMs uses FPA. See here.
SWI 0002006e not implemented ************
Undefined Instruction at 0000F3BC
The offending instruction is "WFS r0" which is a write to the floating point status register.
This has been mentioned on stardot, see here.
[Thanks to Dave for explaining this]
The only option here would be to look for some code to emulate FPA, and add it in to the Undefined Instruction exception.