Link Phase Options. The options listed below control the link phase of the compilation process. This group of link phase options is the sub-set of the available linker options that are compiler oriented (see the Motorola DSP56300 Linker/Librarian Reference Manual for a complete option list). The -crt and -l options locate the file provided as an argument by searching a ▇▇▇▇- dard list of directories. See Section 3.1 for this directory list. The default option is to add the C compiler output directory into the standard search list and search that directory first. Replace the default start-up file (crt0563y.cln) with file. g563c searches the ▇▇▇▇- dard list of directories to find the start-up file. In addition, any directory defined using the -B option or the G563_EXEC_PREFIX environment variable will be searched. For additional information, see Chapter 6. C:\> dir crt.asm foo.c C:\> g563c -c crt.asm C:\> dir crt.cln crt.asm foo.c C:\> g563c -crt crt.cln foo.c Pass the argument string directly to dsplnk, the DSP56300 linker. C:\> g563c -j -v file.c C:\> g563c -j “-v -i” file.c -lLIBRARY Search the standard list of directories for a library file named libLIBRARY.clb. The linker automatically expands LIBRARY from the option command into libLIBRARY.- clb and uses this file as if it had been specified precisely by name.
Appears in 3 contracts
Sources: Single User Software Tools License Agreement, Single User Software Tools License Agreement, Single User Software Tools License Agreement