compilation error


Closed Thread
Results 1 to 12 of 12

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: compilation error

    Why are you using that?
    Use MicroCode Studio that comes with PicBasicPro to edit the code and to invoke PicBasic to compile it.
    Dave
    Always wear safety glasses while programming.

  2. #2
    Join Date
    Jan 2012
    Posts
    12


    Did you find this post helpful? Yes | No

    Default Re: compilation error

    Quote Originally Posted by mackrackit View Post
    Why are you using that?
    Use MicroCode Studio that comes with PicBasicPro to edit the code and to invoke PicBasic to compile it.
    Thanks for the instant reply,

    But this is how I had learned to do the job for some time in the past before I started some C ...etc.

    please see attachment
    Attached Images Attached Images  

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


    Did you find this post helpful? Yes | No

    Default Re: compilation error

    For the 628A...
    @ DEVICE MCLRE_OFF, INTRC_OSC, WDT_OFF, LVP_OFF, BOD_OFF, PWRT_ON, PROTECT_OFF
    And the config type you are using is for PM. Is that set correctly in MCS?
    Dave
    Always wear safety glasses while programming.

  4. #4
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,159


    Did you find this post helpful? Yes | No

    Default Re: compilation error

    Check the code here:
    http://www.picbasic.co.uk/forum/showthread.php?t=15960

    You are missing the PIC model after DEVICE.

    Robert

  5. #5
    Join Date
    Jan 2012
    Posts
    12


    Did you find this post helpful? Yes | No

    Default Re: compilation error

    Quote Originally Posted by Demon View Post
    Check the code here:
    http://www.picbasic.co.uk/forum/showthread.php?t=15960

    You are missing the PIC model after DEVICE.

    Robert
    Thanks for the reply,

    And by the way interesting tutorial for me for further and later needs.

    But as for now I need this job urgently done for this IR project and I can't seem to get anywhere except with illegal opcode and found label after column 1 (DEVICE).

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


    Did you find this post helpful? Yes | No

    Default Re: compilation error

    You still do not have
    MCLRE
    Dave
    Always wear safety glasses while programming.

  7. #7
    Join Date
    Jan 2012
    Posts
    12


    Did you find this post helpful? Yes | No

    Default Re: compilation error

    Quote Originally Posted by mackrackit View Post
    You still do not have
    MCLRE
    I did! Here it is once again!
    Attached Images Attached Images  

  8. #8
    Join Date
    Jan 2012
    Posts
    12


    Did you find this post helpful? Yes | No

    Default Re: compilation error

    Quote Originally Posted by mackrackit View Post
    For the 628A...
    @ DEVICE MCLRE_OFF, INTRC_OSC, WDT_OFF, LVP_OFF, BOD_OFF, PWRT_ON, PROTECT_OFF
    And the config type you are using is for PM. Is that set correctly in MCS?
    thanks for the reply,

    I tried your suggestion but I keep getting an error
    Attached Images Attached Images  

Members who have read this thread : 1

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