VxWorks linker

Options for the VxWorks linker
Since the VxWorks loads object files ratger than executables the stand-alond GNU linker (ld) is used to link individual objects into one large object file. The linker options are as follows (specified in mips.mk):

    -r			generate relocateable output
    -EB			big endian
    -L<gnulib>		path to gnu libraries
    -lgcc		gnu gcc library (necessary for long long support)
    

Author:
Daniel Sigg

alphabetic index hierarchy of classes


Please send questions and comments to sigg_d@ligo-wa.caltech.edu


generated by doc++