1732 views|0 replies

3836

Posts

19

Resources
The OP
 

C6000 programming option to retain compilation and optimization information [Copy link]

Option -k to retain compilation and optimization information: Generate assembly language files after retaining optimization. -s: Add optimization information to the assembly language file. If not, add the C language source program as a comment. -mw: Add software pipeline information to the assembly language file. Options related to debugging and profiling -g: Allow symbolic debugging, include symbolic information and line number information in the "out" file, and debug and profile at the C language level. Using -g, -mt and -o3 together can ensure maximum optimization while being able to perform symbolic debugging. -mg: Allows profiling of optimized programs. Include symbolic information and very little line number information in the "out" file. Allows profiling of C language functions. If these two options are used together, the -g option may be ignored, and the result is the same as using only -mg.

This post is from DSP and ARM Processors
 

Guess Your Favourite
Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list