NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Talk:C6000 Compiler: Recommended Compiler Options

From Texas Instruments Wiki
Jump to: navigation, search
For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article C6000 Compiler: Recommended Compiler Options here.

Comments on C6000 Compiler: Recommended Compiler Options


PeterSteinberg said ...

Shouldn't the optimzation switch be "-O" (upper case). The "-o" (lower case) switch sets the output file name.

--PeterSteinberg 08:42, 6 May 2011 (CDT)

Tthahn said ...

If -o (or -O) is placed before the -z option, it controls the optimization level. If -o is placed after the -z option, it controls the output file name.

--Tthahn 09:30, 6 May 2011 (CDT)