PB3, which error is it ?


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    84

    Default PB3, which error is it ?

    It seems the program is compiled, but looking to the Build Tab (in MPLAB IDE 8.84 environment) I see the following:

    Executing: "C:\Users\Marco\Documents\PBP3\PBPMPLAB.BAT" -ampasmwin -k# -oq -p18F4680 "Main.bas"
    PBPMPLAB.BAT 4.0.0.0
    Using MPASM from C:\Program Files (x86)\Microchip\MPASM Suite\.
    Executing: "C:\Users\Marco\Documents\PBP3\PBPX.EXE" -ampasmwin -k# -oq -p18F4680 "Main.bas"
    PICBASIC PRO(TM) Compiler 3.0.5.4, (c) 1998, 2012 microEngineering Labs, Inc.
    All Rights Reserved.
    12: Syntax error
    39: Syntax error
    Loaded C:\Users\Marco\Documents\PBP3\Develope\Bls1\Track4 nuova\Nuova versione 3.0 MMA7455\Main.COF.
    BUILD SUCCEEDED: Mon Apr 30 16:17:14 2012

    How can I find where are those errors ?
    Marco

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default Re: PB3, which error is it ?

    Look at lines 12 and 39 in your program.
    DT

  3. #3
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    84


    Did you find this post helpful? Yes | No

    Default Re: PB3, which error is it ?

    There is nothing of wrong or strange at those lines and the program is compiled without errors

    Name:  Cattura.JPG
Views: 1144
Size:  25.2 KB

    I'm confused, I can't understand. This is not a new program, I use it since some years. The only difference is that I have recentrly upgrade to PBP3. I have never seen this errors before.

  4. #4
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default Re: PB3, which error is it ?

    Please post the first 40 lines of your code.
    DT

  5. #5
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,115


    Did you find this post helpful? Yes | No

    Default Re: PB3, which error is it ?

    Guessing a former label that is now a reserved word. Look at page 301 of the manual.

    Ioannis

  6. #6
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    84


    Did you find this post helpful? Yes | No

    Default Re: PB3, which error is it ?

    These are the first lines of the code. I can't see any reserved word.

    Name:  Cattura.JPG
Views: 1147
Size:  106.6 KB

    Name:  Cattura1.JPG
Views: 1117
Size:  52.3 KB

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