Rockwell Automation 1771-DMC_DMC1_DMC4_DXPS Control Coprocessor User Manual User Manual

Page 288

Advertising
background image

Using the PCBridge Software

Appendix D

D-10

XCC

The following options are in the cross-compiler executive (XCC):

Option

Description

Ćfo<string>

Fork the specified string. This option allows you to call the assembler or linker directly.

For example:

xcc Ćqfor68 Ćq file.a Ćo=RELS/file.r"

Ćlo=<opts>

Options to pass through to the linker. You can use this option to get around the 128Ćcharacter DOS

commandĆlinelimit.
Options to pass through to the linker. You can use this option to get around the 128Ćcharacter DOS

commandĆlinelimit.
For example, rather than typing the names of all files to link, create a file containing the file names

and usea command likethefollowing:
xcc Ćq Ćlo=Ćz=fnames" file.c

Ćpo=<opts> Options to pass through to the preĆprocessor. You can use this option to get around the 128

character DOS command line limit.
For example, if you have several Ćv or Ćd options for the preĆprocessor, you can easily exceed 128

characters. Createa filecontaining theĆv and Ćd lines and usea command likethefollowing:

xcc Ćq Ćpo=Ćz=fnames" file.c

CPP

The following option is in the macro preprocessor (CPP):

Option

Description

Ćz=<path>

Read file names and options from a file. For use with the Ćpo option on XCC. For example:

xcc Ćq Ćpo=Ćz=fnames" file.c

L68

The following option is in the OS-9 linker ( L68):

Option

Description

Ćz=<path>

Read file names and options from a file. For use with the Ćlo option on XCC. For example:

xcc Ćq Ćlo=Ćz=fnames" file.c

Advertising