summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/qemuppc/README
blob: de4f231b7b5d05a0c87c84aae319353b085049e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# $Id$
#

This BSP is designed to operate on the PPC simulator provided by qemu.
We are using the Courverture Project's qemu source tree.

Couverture Project to add tracing/coverage to qemu
  http://libre.adacore.com/libre/tools/coverage/

Their source repository
  http://forge.open-do.org/scm/?group_id=8

That has instructions on checking it out.

If you check it out into ${BASE} directory, then the
directory with their modified qemu is:

  ${BASE}/couverture/trunk/couverture/tools/qemu-r6588

My BASE is /home/joel/qemu-coverage.  I configured like this
from within the qemu source tree.

  ./configure --prefix=/home/joel/qemu-coverage/install
  make
  make install

This gives all simulated targets supported.  

See the Makefile for more details.