libhal / SJSU-Dev2

Firmware platform written by San Jose State University for building application for embedded systems
Apache License 2.0
42 stars 63 forks source link

gdb debug does not print to stdout #1298

Closed kammce closed 4 years ago

kammce commented 4 years ago

Describe the bug

When using make debug, no stdout is present.

To Reproduce

  1. cd projects/hello_world
  2. make application # ...
  3. make debug # ...
  4. gdb> load
  5. gdb> c

View that there is no output.

Expected behavior

Should be printout out Hello World and a number.