Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
becki:linux:build_tools [2018-03-28 07:38] becki |
becki:linux:build_tools [2018-03-29 10:12] (aktuell) becki |
||
---|---|---|---|
Zeile 23: | Zeile 23: | ||
<note important>indent needs files with Unix line ends (''\n'') as input. Files with other line endings can be converted with ''fromdos'' or ''sbfromdos''</note> | <note important>indent needs files with Unix line ends (''\n'') as input. Files with other line endings can be converted with ''fromdos'' or ''sbfromdos''</note> | ||
- | ===== gcc / g++ == | + | ===== GNU gcc / g++ == |
- | [[http://gcc.gnu.org/onlinedocs/gcc/|Manual]] (Current Development) | + | See [[GNU GCC]] |
- | * -c : Do not link | + | ===== GNU Gprof == |
- | * -o file : Place output in file file. Applies to object files and executables | + | |
- | * -Wall : enable most warnings | + | |
- | See also: [[http://www.thegeekstuff.com/2011/10/c-program-to-an-executable/|Journey of a C Program to Linux Executable in 4 Stages]] | + | See [[GNU Gprof]] |
===== Make == | ===== Make == |