summaryrefslogtreecommitdiff
path: root/testcase/Readme
blob: 1312f607ac15889d7b4178e80585ad62c1d1a8bb (plain)
1
2
3
4
5
6
7
8
9
10
11
====================
arm:
  Simulator:
  qemu-system-arm -no-reboot -net none -nographic -M realview-pbx-a9 -m 256M -kernel build/arm-rtems4.11-realview_pbx_a9_qemu/rtld
  add "-S -s" option and you can use gdbserver to debug rtld
  use "halt" to exit qemu.

  Configuration:
  waf configure --rtems=/opt/rtems-4.11 --rtems-tools=/opt/rtems-4.11 --rtems-archs=arm  --rtems-bsps=arm/realview_pbx_a9_qemu

  In the wscript, you can use different cflags to test.