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.