This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Undefined symbol Image$$ARM_LIB_STACKHEAP$$ZI$$Limit

I am porting a gcc project to armclang.

My .sct file contains:

File exceptions.c contains code:

If TWO_REGION is defined I get compiler errors:

If TWO_REGION is undefined I get linker error:

How should I fix these errors?

0