Hi DavidS,
Thanks for your help but without director's permission I can't post our project.
We moved some little bit ahead & able to build the project, but its not working.
details are as follows,
previously m_text size was 0x00007BF0 and it was giving the error that m_text overflowed by 6952 bytes,

After incrementing 6952 bytes and making m_text size of 0x00009718 ,it was giving error that overflowed by 0 bytes & some more errors also
After incrementing some random bytes and making m_text size as 0x000097C8, Project built successfully without any error & .elf file is also generated,

but while debugging (Run/F8) the project is not working, giving warning as below

Instead of using Run(F8) if Step in (F5) is used then pointer is only pointing to these two lines only continuously,

project is building successfully but not working:smileyplain:
hope you will guide us.
Syed_Idris