README.MISC 1019 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Here's some machine-specific informatin for various systems:
  2. m88k on g88.sim
  3. .g88init:
  4. echo (gdb) target sim\n
  5. target sim
  6. echo (gdb) ecatch all\n
  7. ecatch all
  8. echo (gdb) break exit\n
  9. break exit
  10. % vi Makefile // set CC and AS
  11. % setenv MEERKAT /projects/cer/meerkat
  12. % set path=($MEERKAT/bin $path)
  13. % make run
  14. % g88.sim run
  15. (g88) run run N // where `N' is the test number
  16. m88k on meerkats, cross compile as above (make run)
  17. Run w/ g88:
  18. %g88 run
  19. (g88) source /homes/rivers/robertb/.gdbinit
  20. (g88) me
  21. which does
  22. (g88) set $firstchars=6
  23. (g88) set $resetonattach=1
  24. (g88) attach /dev/pp0
  25. then download
  26. (g88) dl
  27. and run with
  28. (g88) continue
  29. Really the way to run it is:
  30. (g88) source
  31. (g88) me
  32. (g88) win
  33. (g88) dead 1
  34. (g88) dead 2
  35. (g88) dead 3
  36. (g88) dl
  37. (g88) cont
  38. To rerun
  39. (g88) init
  40. (g88) dl
  41. To run simulated meerkat:
  42. (g88) att sim
  43. <<then use normal commands>>
  44. On 4.5 g88:
  45. (g88) target sim memsize
  46. instead of attatch
  47. (g88) ecatch all # catch exception before becomes error