Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
Hi,
I tried to set PC with register.set like this in my .cmm file.
register.set PC 0x80000000
But I got error code after sourcing my .cmm script.
- - -
ERROR(CMM26-TAD17): ! Failed to set the register PC(PC) to 0x80000000! Register PC is an unsupported size (32)
Why is it an unsupported size?I can't understand which setting goes wrong?
Thanks.
It works correctly with (long).It's also work with 0x80000000L.