Color coding dosen't work on one INCLUDE file

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Color coding dosen't work on one INCLUDE file

跳至解决方案
1,494 次查看
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 解答
864 次查看
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 回复
865 次查看
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 项奖励
回复