Displaying 1 result from an estimated 1 matches for "specultative".
Did you mean:
speculative
2015 May 07
2
[LLVMdev] llvm cross compilation and simplescalar simulation for ARM
...ueabi-gcc, I compile ’susan’ in MiBench as the above commands.
I get the executable application (susan.out) successfully. That is to say, I can cross compile arm application via clang/llc/arm-none-linux-gnueabi-gcc!!!
However, I get a fatal error when I run susan.out on simplescalar-arm:
fatal: non-specultative fault (2) detected @ XXXXXXX
I searched the reason via google, someone says that the toolchain is too new for simplescalar-arm.
It seems this method is failure, as well.
----------------------------------
3. I tried several other arm-toolchains, such as arm-linux-gcc-4.4.3 from FriendlyARM, arm-...