Vorlesung Computerarchitektur, Prof. Dr. Frank Grimm, Fachgruppe Informatik, Westsächsische Hochschule Zwickau
- 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 voncallstack.c
eine ausführbare Datei namenscallstack
- erstellt mit Hilfe des C-Compilers (
- Programm ausführen:
./callstack