source: rtems/c/src/lib/libbsp/powerpc/qemuppc/README @ 6273201

4.115
Last change on this file since 6273201 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 751 bytes
Line 
1This BSP is designed to operate on the PPC simulator provided by qemu.
2We are using the Courverture Project's qemu source tree.
3
4Couverture Project to add tracing/coverage to qemu
5  http://libre.adacore.com/libre/tools/coverage/
6
7Their source repository
8  http://forge.open-do.org/scm/?group_id=8
9
10That has instructions on checking it out.
11
12If you check it out into ${BASE} directory, then the
13directory with their modified qemu is:
14
15  ${BASE}/couverture/trunk/couverture/tools/qemu-r6588
16
17My BASE is /home/joel/qemu-coverage.  I configured like this
18from within the qemu source tree.
19
20  ./configure --prefix=/home/joel/qemu-coverage/install
21  make
22  make install
23
24This gives all simulated targets supported. 
25
26See the Makefile for more details.
27
28 
Note: See TracBrowser for help on using the repository browser.