Color coding dosen't work on one INCLUDE file

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Color coding dosen't work on one INCLUDE file

ソリューションへジャンプ
1,975件の閲覧回数
FreeRadical
Contributor I
Hi,
 
I'm having a problem with CodeWarrior version 5.90. The color coding is intermittent on one of my include files. The program is written in relocatable Assembly. The code assembles without errors or warnings and the include file appears in the listing file. It also executes in the software simulator. If I make changes to the include file in question, some times the color coding works, than stops working.
 
Any ideas?
 
Don O 
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,345件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee
Which processor are you targeting?
Which extension do you use for the assembly include files?
Which version are you using (5.9 is the ide version, not the product version).

In order to get target specific coloring, make sure you add the assembly include files to the project and to
map the extension to the right coloring setup.
Especially extensions like *.asm, *.s, *,inc, *.h, *.c are colored in a generic fashion unless the file is part of a project, in which case the project settings do usually cause it to be colored target dependent.

Daniel

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,346件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee
Which processor are you targeting?
Which extension do you use for the assembly include files?
Which version are you using (5.9 is the ide version, not the product version).

In order to get target specific coloring, make sure you add the assembly include files to the project and to
map the extension to the right coloring setup.
Especially extensions like *.asm, *.s, *,inc, *.h, *.c are colored in a generic fashion unless the file is part of a project, in which case the project settings do usually cause it to be colored target dependent.

Daniel
0 件の賞賛
返信