Getting Started: Difference between revisions

no edit summary
[unchecked revision][unchecked revision]
No edit summary
Line 28:
 
* '''binutils''': Fundamental tools for manipulation of object files.
* '''[[GCC]]''': The GNU Compiler Collection. GCC contains compilers for C, C++, Fortran and ADAAda, amongst others.
* '''[[Makefile|Make]]''': For automating the build process, which becomes really helpful once you have more than a handful of files.
* '''grep''' and '''sed''': For doing more powerful searches and search and replaces (helpful when filling out tables with data).
Anonymous user