Sign up for FlowVella
Sign up with FacebookAlready have an account? Sign in now
By registering you are agreeing to our
Terms of Service
Loading Flow
Compilers
n as – GNU assembler tool.
n c99 – C programming language.
n cc – C compiler.
n dbx – (System V and BSD) Symbolic debugger.
n f77 – Fortran 77 compiler.
n gcc – GNU Compiler Collection C frontend (also known as GNU C Compiler)
n gdb – GNU symbolic debugger.
n ld – Program linker.
n lex – Lexical scanner generator.
n ltrace – (Linux) Trace dynamic library calls in the address space of the watched process.
n m4 – Macro language.
n make – Automate builds.
n nm – List symbols from object files.
n size – return the size of the sections of an ELF file.
n strace – (Linux) or truss (Solaris) Trace system calls with their arguments and signals. Useful debugging tool, but does not trace calls outside the kernel, in the address space of the process(es) being watched.