Error 113


Closed Thread
Results 1 to 4 of 4

Thread: Error 113

  1. #1
    Join Date
    Mar 2006
    Location
    Pennsylvania, USA.
    Posts
    130

    Question Error 113

    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.

  2. #2
    Join Date
    Jul 2005
    Posts
    26


    Did you find this post helpful? Yes | No

    Default

    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

  3. #3
    Join Date
    Mar 2006
    Location
    Pennsylvania, USA.
    Posts
    130


    Did you find this post helpful? Yes | No

    Default Thanks,

    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.

  4. #4
    Join Date
    Mar 2006
    Location
    Pennsylvania, USA.
    Posts
    130


    Did you find this post helpful? Yes | No

    Cool Problem solved.

    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.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts