help please...!


Closed Thread
Results 1 to 13 of 13

Thread: help please...!

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default Re: help please...!

    one of the assembler error is
    What are the other errors?
    Dave
    Always wear safety glasses while programming.

  2. #2
    Join Date
    Feb 2011
    Posts
    37


    Did you find this post helpful? Yes | No

    Default Re: help please...!

    Quote Originally Posted by mackrackit View Post
    What are the other errors?
    other errors are:
    INC 22:symbol not previously defined [XT_OSC]
    INC 22:symbol not previously defined [WDT_ON]
    INC 22:symbol not previously defined [LVP_OFF]
    INC 22:symbol not previously defined [CP_OFF]
    asm 57:duplicate label("PORTL" or redefined symbol that can not be redifined)
    asm 59:symbol not previously defined(PORTC)
    asm 61:symbol not previously defined(TRISB)
    asm 63:symbol not previously defined(TRISC)
    lib 6334:symbol not previously defined(STATUS)
    lib 6334:symbol not previously defined(C)
    lib 6336:symbol not previously defined(STATUS)
    lib 6336:symbol not previously defined(C)
    lib 6392:symbol not previously defined(STATUS)
    lib 6365:symbol not previously defined(C)
    lib 7767:symbol not previously defined(STATUS)
    lib 6336:symbol not previously defined(IRP)
    lib 7768:symbol not previously defined(STATUS)
    too many errors

  3. #3
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default Re: help please...!

    Can you find a P16F877a.inc file here: C:\Program Files\Microchip\MPASM Suite

    And under MCS compile and program options is your mpasm path pointed to it?

  4. #4
    Join Date
    Feb 2011
    Posts
    37


    Did you find this post helpful? Yes | No

    Default Re: help please...!

    Quote Originally Posted by scalerobotics View Post
    Can you find a P16F877a.inc file here: C:\Program Files\Microchip\MPASM Suite
    there is no that include file in MPSAM suite

    Quote Originally Posted by scalerobotics View Post
    And under MCS compile and program options is your mpasm path pointed to it?
    m not sure if i understand that,but in compile and program option in MCS at assembler category,use MPASAM is checked although the path is pointed to
    C:\Program Files\labcenter electronic\proteus

    what should i do?

  5. #5
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default Re: help please...!

    That's why you are getting the symbol not found errors. It needs to find the file. Sounds like you need to try re-installing mplab ide. And then either manually set the path, or have MCS find it.

    Quote Originally Posted by bwaxing View Post
    there is no that include file in MPSAM suite

  6. #6
    Join Date
    Feb 2011
    Posts
    37


    Did you find this post helpful? Yes | No

    Default Re: help please...!

    Quote Originally Posted by scalerobotics View Post
    That's why you are getting the symbol not found errors. It needs to find the file. Sounds like you need to try re-installing mplab ide. And then either manually set the path, or have MCS find it.
    thank you,now it is well working after re-installing MPLAB

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