davidmalcolm/gcc-newbies-guide

Add note about making sure you're running the gcc you built

Opened this issue · 1 comments

gcc versus ./xgcc -B. when trying to debug a self-built gcc can be a source of confusion; we should spell this out as something to double-check.

Indeed, the examples in https://gcc-newbies-guide.readthedocs.io/en/latest/debugging.html use "gcc" i.e. are implicitly using the system gcc.