Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

what to do with this errors in MPLAB please help me

Status
Not open for further replies.

praveen_palaparthi

Full Member level 1
Joined
Feb 15, 2008
Messages
98
Helped
3
Reputation
6
Reaction score
2
Trophy points
1,288
Activity points
2,214
Hi friends i m working on PIC microcontroller 16f72 doing LCD project to display UPS parameters. I got stuck in one error which i got when i complied the code the error is

Error[000] : Can't find 0xD words (0xD withtotal) for psect text0 in segment CODE
Error[000] : Can't find 0x8 words (0x8 withtotal) for psect text12 in segment CODE
Error[000] : Can't find 0x8 words (0x8 withtotal) for psect text11 in segment CODE
Error[000] : Can't find 0x8 words (0x8 withtotal) for psect text8 in segment CODE
Error[000] : Can't find 0x7 words (0x7 withtotal) for psect text9 in segment CODE
Error[000] : Can't find 0x6 words (0x6 withtotal) for psect text1 in segment CODE
Error[000] : Can't find 0x5 words (0x5 withtotal) for psect text4 in segment CODE

what to do with these errors and how to rectifiy these errors
 

Obviously, you need to fix your code.

Without seeing your code, we would not be able to tell you how to fix it.

Cheers,
 

You have run out of memory.
You will have to use Bank directives to tell the compiler where to put the variables.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top