Question: Why is the compiler not recognizing my command options for the following command ? cl30 -ox2 -o3 file.c

Answer: The option -ox2 is equivalent to:
-o -x2
-o2 -x2

If the -o2 and -o3 options are both specified, the latter will take affect.


Device: TMS320C3x
Category: TI Tools Information
Detail: Code Generation Tools
Detail2: Compiler
Title: Not recognizing my options
Source: Case from TMS320 Hotline
Date: 4/28/98
GenId: a3

© Copyright 1998 Texas Instruments Incorporated. All rights reserved.
Trademarks, Important Notice!