Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: wbubel; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    772
    Views
    595,735

    I found the problem. It was the name of the...

    I found the problem. It was the name of the program I chose. I called it Blink i.bas once I changed its name to Blink_i.bas the whole thing compiled then I could build it in MPLAB.
    I should have...
  2. Replies
    772
    Views
    595,735

    I tried it with PBP setup in MPLAB and I got a...

    I tried it with PBP setup in MPLAB and I got a bunch of compile errors
  3. Replies
    772
    Views
    595,735

    I've already posted them (See above Posts 410,...

    I've already posted them (See above Posts 410, 414, and 415 in this thread)
  4. Replies
    772
    Views
    595,735

    Ok, I'm about to give up. Ive tried everything...

    Ok, I'm about to give up. Ive tried everything on Darrel's program that was suggested. I'm still getting the same Build errors as before. I'm using a 18F1220 Pic and MCS to compile with MPLAB to...
  5. Replies
    772
    Views
    595,735

    Just how do I do that in MPLAB? I tried looking...

    Just how do I do that in MPLAB? I tried looking and found nothing to make PBP the language tool?
  6. Replies
    772
    Views
    595,735

    Yes, that is the way I have always built .asm...

    Yes, that is the way I have always built .asm files. I never encounted errors to this magnatude before.
  7. Replies
    772
    Views
    595,735

    Warning[207] C:\PIC PROGRAMS\BLINK I.ASM 657 :...

    Warning[207] C:\PIC PROGRAMS\BLINK I.ASM 657 : Found label after column 1. (ASM?)
    Error[116] C:\PIC PROGRAMS\BLINK I.ASM 657 : Address label duplicated or different in second pass (ASM?)...
  8. Replies
    772
    Views
    595,735

    Here is the rest of the errors Error[116] ...

    Here is the rest of the errors


    Error[116] C:\PIC PROGRAMS\BLINK I.ASM 1501 : Address label duplicated or different in second pass (ENDASM?)
    Warning[207] C:\PIC PROGRAMS\BLINK I.ASM 1506 :...
  9. Replies
    772
    Views
    595,735

    I am using MPLAB for Building Here is a copy...

    I am using MPLAB for Building

    Here is a copy of the config file



    ;****************************************************************
    ;* 18F1220.INC ...
  10. Replies
    772
    Views
    595,735

    Here is the errors I get Clean: Deleting...

    Here is the errors I get


    Clean: Deleting intermediary and output files.
    Clean: Deleted file "C:\Pic Programs\Blink i.mcs".
    Clean: Done.
    Executing: "C:\Program Files\Microchip\MPASM...
  11. Replies
    772
    Views
    595,735

    Dave I am using MPASM. ; Initialize your...

    Dave
    I am using MPASM.


    ; Initialize your hardware first.

    INCLUDE "DT_INTS-18.bas" ' Base Interrupt System
    INCLUDE "ReEnterPBP-18.bas" ' Include if using PBP interrupts
    DEFINE...
  12. Replies
    772
    Views
    595,735

    Sorry Darrel about calling you dave. I can...

    Sorry Darrel about calling you dave.

    I can compile but not Build. I use a IDC2 with MPLAB to run the PIC 18F1220. I use Microcode studio to write code and compile it to create a .asm file for...
  13. Replies
    772
    Views
    595,735

    Hello dave Ok, I found all my files I need...

    Hello dave
    Ok, I found all my files I need however I am using PicBasic Pro Compiler Ver. 2.46. (I'm one of those poor saps that lost his receipt and cannot upgrade.)
    When I compile it works but...
  14. Replies
    772
    Views
    595,735

    ReEnterPBP

    where can I get a copy of ReEnterPBP.bas so I can test interupts?
Results 1 to 14 of 14