An invalid or conflicting memory space was detected, such as a
function with a memory space other than near or
far, or a conflict between two memory spaces, one in the
declaration and another introduced by a spaced typedef type, as shown
in the example.
Example
int idata f( void) { /* idata invalid for f(); should be near or far */
return(1):
}
typedef char near NC; /* NC = char in near memory */
NC far cc1; /* far <-> near conflict */
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.