Slide 65 of 97
Notes:
Looking at some common linker options, Minus z invokes the linker and the CL6x command file. Minus o is what we named the output file. Minus M creates a map file which will tell us where our code and data ended up in the memory map. And finally, minus L will link in our run-time support libraries.