Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 481 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 481 Bytes

Beispielprogramm zur Demonstration des Callstacks

Vorlesung Computerarchitektur, Prof. Dr. Frank Grimm, Fachgruppe Informatik, Westsächsische Hochschule Zwickau

Erstellung des Programms

  • Voraussetzung: Linux (oder jeder andere Plattform) mit GCC-Compiler und GDB-Debugger
  • Ausführbares Programm erstellen: make
    • erstellt mit Hilfe des C-Compilers (gcc) auf Basis von callstack.c eine ausführbare Datei namens callstack
  • Programm ausführen: ./callstack