what's mean by 'built failed' output?

Status
Not open for further replies.

meera83

New Member
i m using PIC16F877.. when i click on built the code, the output show :

''Error-section 'org_2' can not fit the absolute section.
Section 'org_2' start=0x00000005, length=0x00001346

Errors :1

BUILD FAILED : Fri Oct 12''

is it mean by my source code too long?

thanks..
 
mneary said:
It means you have located the segment 'org2' (data?) into a memory that is too small.


so what can i do with the memory?

is it got any other memory space i can locate?

thanks..
 
meera83 said:
so what can i do with the memory?

is it got any other memory space i can locate?

thanks..

No, you just need to edit your linker script. MPLAB comes with LOTS of documentation, I'm assuming you haven't read any of it.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…