| 3 | | === Debugging === |
| 4 | | ==== GDB ==== |
| | 3 | == Setup Build Environment == |
| | 4 | * Free: |
| | 5 | * GCC compiler – use command line tools – Must use Linux host, or Cygwin. GDB debugger, DDD graphical debugger. |
| | 6 | * Purchase: |
| | 7 | * !CodeWarrior – !MetroTrk debugger |
| | 8 | * Sourcery G++ Coldfire uClinux version |
| | 9 | |
| | 10 | Use Hyperterminal, Minicom or some other communications program for serial port debugging. |
| | 11 | |
| | 12 | ''USB – BDM !CodeWarrior or CF-Flasher is needed to flash boot-loader for new board.'' |
| | 13 | |
| | 14 | [[Top]] |
| | 15 | |
| | 16 | == Debugging == |
| | 17 | === GDB === |