Hi,
I receive the error:
Fatal Error[e72]: Segment ZIGNV_ADDRESS_SPACE must be defined in a segment definition option (-Z, -b or -P)
when trying to compile my project. I am using the CC2530F256.
In the General Options category, I have: Device: CC2530F256, Code model: Banked, Data model: Large.
The linker I have selected is: lnk51ew_CC2530F256_banked.xcl
I have the latest version of IAR but I believe this project was made in an earlier version.
Any ideas?
Thanks,
Sam Elia
update:
When I use the linker included in the Z-stack, cc-2530-sb.xcl, I get this error:
Fatal Error[e72]: Segment LOCK_BITS_ADDRESS_SPACE must be defined in a segment definition option (-Z, -b or -P)
I would recommend you to start with a sample application, something that works, and then start making your changes instead of trying to start from scratch.
This project compiled and functioned correctly in the past. Try to compile it a year later with the new Z-stack and IAR and I get this error all of a sudden. I even tried to use Zstack 2.4 linker and the old IAR device file for cc2530 but no luck.
From reading the forums, it is suggested to define MAKE_CRC_SHDW in the compiler options but this creates more errors.
Any help is appreciated!
I got the same problem, and the solution really works