dhakeparag81
Full Member level 2
- Joined
- Jun 6, 2012
- Messages
- 142
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,298
- Location
- INDIA
- Activity points
- 2,469
I use mcc18 compiler from long time, to compile my project for PIC MCU.
Now i am shifting to xc8 because i have license of it, so i am trying to convert all my projects according to xc8.
But one of them which is on Pic4520 having very long code size and in which i can able to define rom static unsigned char str1[10] while same giving problem in xc8.
Why?
Is there another method to define it.
Now i am shifting to xc8 because i have license of it, so i am trying to convert all my projects according to xc8.
But one of them which is on Pic4520 having very long code size and in which i can able to define rom static unsigned char str1[10] while same giving problem in xc8.
Why?
Is there another method to define it.