bhadmanathan
Junior Member level 1
I was working in pic16f877a controller (RTC BASED PROJECT) and compiler i am using is HITECH-C for PIC 10/12/16.
Unfortunately my code size limit is exceeded and i got the following error..
can't find 0x44 words (0x44 with total) for psect "text1354" in segment "CODE" (largest unused contiguous range 0x25).
I decided to choose another controller which has more than 8KB (PIC18F4550).
i compiled the same program with the compiler
HITECH-C PRO for PIC 18 and it is compiled successfully. I saw the program memory by
view -> memory usage cauge.
Now actual memory consumed is around 4KB, but same program in that compiler consumed the memory more than 8KB.
SO what is the reason. I need to know the actual difference among various compilers...?
Thanks in advance
Unfortunately my code size limit is exceeded and i got the following error..
can't find 0x44 words (0x44 with total) for psect "text1354" in segment "CODE" (largest unused contiguous range 0x25).
I decided to choose another controller which has more than 8KB (PIC18F4550).
i compiled the same program with the compiler
HITECH-C PRO for PIC 18 and it is compiled successfully. I saw the program memory by
view -> memory usage cauge.
Now actual memory consumed is around 4KB, but same program in that compiler consumed the memory more than 8KB.
SO what is the reason. I need to know the actual difference among various compilers...?
Thanks in advance