chc12 fatal error

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

chc12 fatal error

跳至解决方案
1,971 次查看
Sector
Contributor I
chc12.exe version: 5.0.30 Build 6157
Target: 9S12DP512
 
FATAL C5701: Internal Error #288 in 'F:\build\Products\Hiware\cw_hc12_v45_b060607\hiware\src\COMPILER\BACK\HC12\Glbreg.c
' while compiling file '.\Sources\DevMgr.c', procedure 'GetGroupFromBitmap', please report to Freescale
 
I think the offending lines of code look like this:
 
while(Count--)
   Count--;
 
The first '--' operator is a bug and it accidentally triggered such fatal error.
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
952 次查看
CompilerGuru
NXP Employee
NXP Employee
Please report this bug to support on the Freescale website so it gets properly addressed.
If I understood it right it was only happening for an error case anyway, but its important to get such issues fixed.
Best is if you have a complete compilable sample.

Thanks for reporting.

Daniel

在原帖中查看解决方案

0 项奖励
回复
1 回复
953 次查看
CompilerGuru
NXP Employee
NXP Employee
Please report this bug to support on the Freescale website so it gets properly addressed.
If I understood it right it was only happening for an error case anyway, but its important to get such issues fixed.
Best is if you have a complete compilable sample.

Thanks for reporting.

Daniel
0 项奖励
回复