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.

Can I burn hex file on PIC which was compiled with no linker file in MPLAB 8?

Status
Not open for further replies.

simonwai999

Advanced Member level 4
Joined
Jun 30, 2008
Messages
114
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
2,175
hi guys
i used mplab 8.0 with NO LINKER FILE in my project
and complied ok - got a hex file
( coz when i used the linker file MPLINK 4.14,these showed


Linker
Copyright (c) 2007 Microchip Technology Inc.
Error - section '.org_0' can not fit the absolute section. Section '.org_0' start=0x00000000, length=0x0000006c
Errors : 1

Link step failed.
BUILD FAILED: Wed Jul 16 21:13:29 2008

)

my question is can i still use that hex file to burn into my PIC ?

Thanks a bunch
 

is the hex file ok?

You're not supposed to use absolute code "ORG x" with the linker. Don't add the linker and assemble, your hex file will be fine.
 

Re: is the hex file ok?

hi pal
got it
thanks
cheers
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top