PDA

View Full Version : Error 113



b1arrk5
- 2nd November 2006, 14:43
I've started getting a bunch of errors, PBP\inc.14.lib\ Error 113, symbol not previously defined, [Pauseusl], when I try to compile. This just started last night, and it appears to be coming from my include files, as the .lib file changes when I tried compiling for either the 18f4550 or the 16f877a. I haven't changed anything obvious, everything worked perfectly until late last night. Anyone have any ideas?
Thanks,

Jerry.

muskut
- 2nd November 2006, 15:11
hi,

please check your include directory's files (like 18F2620) in the MCSP directory (ie: C:\Program Files\Mecanique\MCSP\MPASM\18F2620.inc) and open the include directory's files (like 18f2620) in the Microchip directory (ie: C:\Program Files\Microchip\MPASM Suite\18F2620.inc). And examine this 2 files, you can find some missing lines. Because I had got the same problem in the past. Microchip's 18F2620 include file had got "EEADRH EQU H'0FAA'" line but MCSP's 18F2620 include file didnt has got this line. May be this way can be a solution for your problem.

may it be easy

best regrads

b1arrk5
- 2nd November 2006, 16:52
Thanks, I will try that as soon as I get back this evening. I was hoping that someone has seen this before!

Thanks again,

Jerry.

b1arrk5
- 4th November 2006, 21:36
My mysterious error 113 turned out to be caused by DEFINE OSC 48. I have
been working moving a project from 16f877 to an 18f4550, and changed the oscillator setting earlier that day. When I went back to program another 16f, MPASM didn't like it!

Jerry.