Message[301] Processor-header file mismatch


Closed Thread
Results 1 to 7 of 7

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default Re: Message[301] Processor-header file mismatch

    Quote Originally Posted by JetPack Spartan View Post
    ...
    This is the first error;

    Code:
    Message[301] c:\pbp\p12f675.inc 33: MESSAGE: (Processor-header file mismatch. Verify selected processor.)
    What do I ned to do to get this to compile without errors?
    Why is there a p12f675.inc file in your PBP folder? Did you copy it there?
    There should not be any P*.inc files in the PBP folder. They should be in the "c:\program files (x86)\microchip\mpasm suite" folder.

    And make sure MicroCode Studio is pointing to the correct assembler. Go to View > Compile and Program Options > Assembler tab.
    If the path above the "Find" buttons is not "c:\program files (x86)\microchip\mpasm suite", click the "Find Manually" button and point it there.

    If you do not have that folder on your computer, you need to install the MPLAB package from Microchip.

    Delete any P*.inc files in your c:\PBP folder.
    DO NOT delete any .inc files that don't have a "P" as the first letter.
    DT

  2. #2


    Did you find this post helpful? Yes | No

    Default Re: Message[301] Processor-header file mismatch

    Quote Originally Posted by Darrel Taylor View Post
    Why is there a p12f675.inc file in your PBP folder? Did you copy it there?
    I did not copy or move any files. There are no P*.inc files in the c:\pbp folder. There are M*.inc files in the c:\pbp\inc folder though.

    It does point to the correct assembler.

  3. #3


    Did you find this post helpful? Yes | No

    Default Re: Message[301] Processor-header file mismatch

    Quote Originally Posted by Darrel Taylor View Post
    If the path above the "Find" buttons is not "c:\program files (x86)\microchip\mpasm suite", click the "Find Manually" button and point it there.
    I think this was the problem. I had it pointing to "c:\program files (x86)\microchip\" instead of "c:\program files (x86)\microchip\mpasm suite".

    Thank you!

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