User manual - アプリケーション開発ガイド(2014年10月10日)

3.5.2. プロパティ領域
コンパイラ等の各種設定を行います。
コンパイラの初期設定は下記のとおりです。
No
項目 内容
1
CPU 選択
-cpu=rx600
2
エンディアン選択
-endian=big
3
ビットフィールド
-bit_order=left
4
符号指定無ビットフィールド型
-signed_bitfield
5
符号指定無 char
-signed_char
6
double 型サイズ
-dbl_size=8
7
コンパイルエラーレベル
-change_message=error=20223
これらの設定は、下記の場所にある"IAppBuilderRXC.ini"に定義されています。必要に応じて修正してく
ださい。
Windows XPWindows Server 2003
C:¥Documents and Settings¥All Users¥Application Data¥CASIO¥DT970¥IDE¥
IAppBuilderRXC.ini
Windows 7Windows Server 2008
C:¥ProgramData¥CASIO¥DT970¥IDE¥IAppBuilderRXC.ini
[RXC]
CPU="-cpu=rx600"
Endian="-endian=big"
Bit="-bit_order=left"
SBit="-signed_bitfield"
SChar="-signed_char"
Double="-dbl_size=8"
Prototype=-change_message=error=20223
基本設定
19