source: rtems/bsps/powerpc/qemuppc/README @ a2aec0b7

5
Last change on this file since a2aec0b7 was eb36d11, checked in by Sebastian Huber <sebastian.huber@…>, on 04/25/18 at 13:06:08

bsps: Move documentation, etc. files to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • 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.