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


    Did you find this post helpful? Yes | No

    Default Re: PB3, which error is it ?

    yes Darrel, all of those are declared constant in another include file, ee_id CON 0 ee_numtel CON 20 etc.
    the program is compiled and i see in eeprom what i wrote in the code.
    tomorrow i'll send you the whole project so you can understand where the problem is
    thanks
    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 ?

    Check the date of the .asm file.
    I don't think PBP is finishing compiling the program, and what is getting assembled is an OLD asm file.

    If you have the constants in an include file, that file must be included BEFORE your EEPROM statements.
    Your program listing above does not do that.
    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 ?

    Yes, I don't know why but I realize I have the include file just after all EEPROM statements.
    Moving it before, the two errors disappears ..
    Anyway I ensure you that also with the include after, the program is compiled, it runs and the EEPROM content correspond to what I wrote in the code. I use this part of code since many years.
    PBP 2.xx never reported the error, I see it just now with PBP3.
    But I agree that BEFORE is correct, not after ...
    Thanks for your support
    Marco

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