Share via


/MACHINE (Windows CE 5.0)

Send Feedback

This option specifies the target hardware platform for the program.

/MACHINE:{ARM|IA64|MIPS|MIPS16|MIPSFPU|SH4|THUMB|X86}

Usually, you do not need to specify the /MACHINE option. LINK infers the machine type from the .obj files. However, in some circumstances LINK cannot determine the machine type and issues a linker tools error LNK1113. If such an error occurs, specify /MACHINE.

See Also

Linker Options

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.