The CBLOCK 0x0000 statement is not correct. Try CBLOCK 0x20 if you want to go that route, or better yet use the linker and an uninitialized data section (udata) and res, let the linker figure out the starting address: udata example res 1 Regards, Bob On Wed, 9 Feb 2005 22:02:19 +0100 (MET), Jan-Erik Soderholm wrote: > Ale[x] Garbino wrote : > > > I'm getting the following error: > > > > MPLINK 3.90, Linker > > Copyright (c) 2004 Microchip Technology Inc. > > Error - section '.org_0' can not fit the absolute section. > .... > .... > > > ORG 0x0000 > > I'm not 100% sure, but try with "CODE 0x0000" instead > > (Now, since you are linking relocatable code, you could/should > also read-up on the use of "RES" instead of "CBLOCK", but I > don't think that's the problem...) > > Jan-Erik. > > > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist