09212024

Last update2016/05/28 14:38

Back 現在地: Home パートナー SCIOPTA パートナー Atollic 6.オブジェクトモジュールやアプリケーションのバイナリーファイルのサイズはどうやってみれますか?

6.オブジェクトモジュールやアプリケーションのバイナリーファイルのサイズはどうやってみれますか?

6.オブジェクトモジュールやアプリケーションのバイナリーファイルのサイズはどうやってみれますか?

After building a project, object files and an application binary file (typically in ELF format) exist under the Debug or Release folder in the Project Explorer view file tree.

To study the properties (such as code or data size) of an object file, open the Properties view and select the object file in the Project Explorer view. The Property view will display a large number of properties, including code and data sizes of the object module.

To study the properties (such as code or data size) of a linked application binary file, open the Properties view and select the ELF file in the Project Explorer view. The Property view will display a large number of properties, including code and data sizes of the complete application.

Data is normally stored in the "data" segment and code is normally stored in the "text" segment.

To open the Properties view, select the menu command "Window, Show View, Other...", expand the General folder, and double click on "Properties".