PicBasic Pro and Windows 7


Closed Thread
Results 1 to 12 of 12

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Posts
    9

    Default PicBasic Pro and Windows 7

    Please excuse me if this has been covered before. I searched on "Windows 7" and got nothing that helped.

    I have been away from PicBasic for a few months and during that time I switched my office computer from XP to W7 (32 bit Pro version). The other day I had a need to make a minor change to an older program and discovered that it would no longer compile without a bunch of errors. I guess I never tried to actually compile anything after reinstalling PBP and the IDE. I always used the PM assemblier in the past.

    I ordered an upgrade and installed version 2.60C. It still will not compile without errors.

    I typed in the little blinky light example from the manual and it will compile as long as I use the MPASM assembler. Without MPASM I get errors like:
    Error TEST01.MAC 6:[236] label 'rs?rp' undefined in pass 0

    In the program I wanted to edit I use statements like:
    @ device pic16f684, INTRC_OSC_NOCLKOUT
    to set up the fuses in the PIC. Do I need to simply use MPASM and change these statements to the MPASM form?

    Is there something I'm missing that will allow PBP to work as before with WIndows 7?

    Thanks,
    Mark

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


    Did you find this post helpful? Yes | No

    Default Re: PicBasic Pro and Windows 7

    This should get you farther. Let us know if you still get stuck: http://www.picbasic.co.uk/forum/cont...ith-Vista-Win7

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


    Did you find this post helpful? Yes | No

    Default Re: PicBasic Pro and Windows 7

    2.60C and the PM assembler works fine with Windows7-32.

    Did the error actually read ... label 'rst?rp' undefined ...

    Was that the very FIRST error listed?
    Always fix the first error in the list, and ignore any following errors or warnings.
    DT

  4. #4
    Join Date
    Nov 2007
    Posts
    9


    Did you find this post helpful? Yes | No

    Default Re: PicBasic Pro and Windows 7

    scalerobotics: Thanks for the link to the ME Labs page. I will try that today as time permits.

    One thing on that site does puzzle me. It says that if I have a blue disk then all is well but if I have the OLDER black/white disk then I need to follow the proceedure outlined on the page. I just received the upgrade yesterday and it came on a black/white disk. I will go through the proceedure anyway later today.

    Darrel:Yes it was the first error and yes I mistyped and left a letter out. I would be glad to fix this error first if I had any idea what it meant. That text string does not appear anyplace in my code. I assumed it was some internal thing that normally one would never see.

    Thanks again and I will post my results.

    Mark

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


    Did you find this post helpful? Yes | No

    Default Re: PicBasic Pro and Windows 7

    You don't need to do the procedure from that link.

    The black and white disk it refers to is for very old versions of Microcode Studio Plus.
    The version of MicroCode Studio that is on your PicBasic Pro 2.60C disk will work on Windows 7.

    Since you are getting errors like that, it sounds like Microcode Studio is running.

    RST?RP is a macro in PBP's library.
    What you are seeing is not a common error, and can't be explained without more information and troubleshooting.

    If you can post you code, it may help. Cut & paste it here or send it to [email protected] or call me at (719) 520-5323
    DT

  6. #6
    Join Date
    Nov 2007
    Posts
    9


    Did you find this post helpful? Yes | No

    Default Re: PicBasic Pro and Windows 7

    Thanks Darrel. When you mentioned Microcode Studio I remembered that I have been using Microcode Studio Plus and when I installed the 2.60C I allowed it to install a new copy of Microcode Studio. I never use any of the extra things in the 'plus' version anyway. The icon on the desktop apparently switched over to the newest version. I reverted back to the Plus version and everything works as it should. So, apparently I have some issue with the newest Microcode Studio but at least the older 'Plus' version works OK. I recompiled the code that I was wanting to edit when all this started and the hex file's hash code matched the original. Thanks again for your help!
    Mark

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