c++ code size limit

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
666件の閲覧回数
danbudd
Contributor I

Developing code for an S08/MC13213 uP on CodeWarrior v10.6, build 140329.

Created code in C without any problem.

       Summary of section sizes per section type:

       READ_ONLY (R):        31D1 (dec:    12753)

       READ_WRITE (R/W):      432 (dec:     1074)

       NO_INIT (N/I):          7E (dec:      126)

 

Compiling the C++ translation displays the following error:

    code size 3009 > 1024 bytes

 

What am I doing incorrectly and how do I fix this?

 

Thanks,

Dan

ラベル(1)
0 件の賞賛
1 解決策
540件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi Dan,

are you using C++? If so, without the professional edition, the C++ code size is limited to 1 KByte of code.

Erich

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
540件の閲覧回数
danbudd
Contributor I

Thank you.

0 件の賞賛
541件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi Dan,

are you using C++? If so, without the professional edition, the C++ code size is limited to 1 KByte of code.

Erich

0 件の賞賛