Hi,
I am using ARM DS-5 IDE and have compiled some zigbee related code and faces linker error like some of below
Error: L6248E: my-interface-uart.o(.data) in PI region 'ER_RW' cannot have address type relocation to gtype in PI region 'ER_ZI'. Error: L6248E: my-route-host.o(.data) in PI region 'ER_RW' cannot have address type relocation to table in PI region 'ER_ZI'. Error: L6248E: data-center.o(.data) in PI region 'ER_RW' cannot have address type relocation to .conststring in PI region 'ER_RO'. Error: L6248E: data-center.o(.data) in PI region 'ER_RW' cannot have address type relocation to .conststring in PI region 'ER_RO'. ........ ......
I found some solution at this link http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka3554.html but i am not able to change code because there is lots of code and this code is auto generated.So if i solve the errors by modifying code by giving some time then also it will not help because i need to add those changes again if code is again auto generated.
So any one have idea about how can i solve this error?
Is any compilation flag or some configuration needed in IDE to solve it?
Regards,
Jayesh
What options/scatter file are you linking with?