Back to home page

LXR

 
 

    


Warning, /bsps/powerpc/qemuppc/README.md is written in an unsupported language. File is not indexed.

0001 qemuppc
0002 =======
0003 This BSP is designed to operate on the PPC simulator provided by qemu.
0004 We are using the Courverture Project's qemu source tree.
0005 
0006 Couverture Project to add tracing/coverage to qemu
0007   http://libre.adacore.com/libre/tools/coverage/
0008 
0009 Their source repository
0010   http://forge.open-do.org/scm/?group_id=8
0011 
0012 That has instructions on checking it out.
0013 
0014 If you check it out into ${BASE} directory, then the
0015 directory with their modified qemu is:
0016 
0017   ${BASE}/couverture/trunk/couverture/tools/qemu-r6588
0018 
0019 My BASE is /home/joel/qemu-coverage.  I configured like this
0020 from within the qemu source tree.
0021 
0022 ```shell
0023   ./configure --prefix=/home/joel/qemu-coverage/install
0024   make
0025   make install
0026 ```
0027 
0028 This gives all simulated targets supported.  
0029 
0030 See the Makefile for more details.
0031 
0032