Search
lxdream.org :: lxdream/test/README :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/README
changeset 185:6755a04c447f
author nkeynes
date Wed Jan 03 09:00:17 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Adjust timers when they're read rather than waiting until the next time
slice. Also temporarily cut the CPU time by 4.
Initialize the FRQCR register to 0x0E0A for convenience
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/test/README Wed Jan 03 09:00:17 2007 +0000
1.3 @@ -0,0 +1,15 @@
1.4 +
1.5 +The test cases in this directory require an sh4 tool chain, as well as an
1.6 +arm tool chain if you want to build the AICA tests. The default Makefile
1.7 +assumes these are sh-elf and arm-elf targets respectively. A modified copy of
1.8 +newlib 1.8.2 prebuilt for SH4 with dc-load support is included as well,
1.9 +to save having to set up that part of the environment. The necessary patch
1.10 +is in the lib directory if you wish to build from source (newlib is included
1.11 +under the terms of the GPL)
1.12 +
1.13 +crt0.s is included from the dcload distribution, and is assumed to be
1.14 +redistributable under the terms of the GPL.
1.15 +
1.16 +There is currently no configure/automake for this directory - you'll need to
1.17 +modify the Makefile directly if needed. This should probably be changed
1.18 +eventually
.