Hi,
I have written a program for 16f877a in MPLAB. And when i build it, it shows that "Build Failed", but does not show any errors. So i tried to compile my program using HTPIC and in that i am getting following errors
::Can't find 0x75 words for psect rbss_0 in segment BANK0 (error)
::Can't find 0x10 words for psect rdata_0 in segment BANK0 (error)
::Can't find 0x7 words for psect temp in segment COMBANK (error)
::Can't find 0x2 words (0x2 withtotal) for psect code_ptr in segment BANK0 (error)
I think these are the error notifying me that my bank0 is full. Can anyone tell me how can i change my bank so that i can get rid of these errors ....
And also help me with MPLAB - It does not show me any errors due it just says build failed ....
Thank You ...
I have written a program for 16f877a in MPLAB. And when i build it, it shows that "Build Failed", but does not show any errors. So i tried to compile my program using HTPIC and in that i am getting following errors
::Can't find 0x75 words for psect rbss_0 in segment BANK0 (error)
::Can't find 0x10 words for psect rdata_0 in segment BANK0 (error)
::Can't find 0x7 words for psect temp in segment COMBANK (error)
::Can't find 0x2 words (0x2 withtotal) for psect code_ptr in segment BANK0 (error)
I think these are the error notifying me that my bank0 is full. Can anyone tell me how can i change my bank so that i can get rid of these errors ....
And also help me with MPLAB - It does not show me any errors due it just says build failed ....
Thank You ...