Compilation errors


Results 1 to 5 of 5

Threaded View

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


    Did you find this post helpful? Yes | No

    Default

    This may not help. But I can recreate the first 3 errors, if I add a line like this in my code:

    Code:
    INCLUDE "DT_INTS-14.bas"
    INCLUDE "ReEnterPBP.bas"
    ASM
    INT_LIST  macro   ;IntSource,Label,Type,ResetFlag?
            INT_Handler  RBC_INT,  _BChange, PBP, yes                  
        endm
        INT_CREATE
        INT_CREATE
    ENDASM
    @ INT_ENABLE RBC_INT
    BChange:
    I have not figured out how to get your other errors though. I do recall someone recently "breaking" Darrels interrupts, but I can't seem to find that thread. Darrel did a rewrite to make it compatible with this guys code, and or chip. I notice that he has v 1.10 on his web page. I was using v 1.00. So if you are not using the latest, you might try that as well. You might also check that both DT_INTS-14.bas and ReEnterPBP.bas are the same version.
    Last edited by ScaleRobotics; - 8th September 2010 at 13:47.
    http://www.scalerobotics.com

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