Hi Alex,
I am using a cross-compiling toolchain. It's the easiest way as I have
to compile the image for QEMU anyhow.
http://opencores.org/or1k/OpenRISC_GNU_tool_chain
Then it's just an "make && make test" in the corresponding
tests/tcg/openrisc folder.
Inside the virtual machine it would be a little bit more complicated.
You have to compile Linux with the initramfs containing the QEMU test
sources. Another storage device is currently not supported by the
OpenRISC QEMU emulator.
Sebastian
On 22/10/2013 1:35 AM, Alex Bennée wrote:
sebast...@macke.de writes:
The test cases did not correctly test for the carry flag.
Out of interest how are you building your test cases, cross-compiling or
from within the emulated environment?
I want to clean-up and resurrect the TCG tests but one of the challenges
is all the non-x86 targets need to be built somehow.
Cheers,