Assembler Error Msg?


Closed Thread
Results 1 to 19 of 19

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default Re: Assembler Error Msg?

    Are you sure you have selected the correct chip on the MCSX drop down menu?

    I suppose you have a new version of MPLAB and a new directory you installed PBP. Not over the old one?

    Ioannis

  2. #2
    Join Date
    Dec 2010
    Posts
    409


    Did you find this post helpful? Yes | No

    Default Re: Assembler Error Msg?

    I'm not a 3.0 user either, but the 18F13K50 does not have onboard debug support, so the new compiler may give a warning when invoking DEBUG, even if the DEFINE is to turn it off. If you comment out that line, does the error go away?

  3. #3
    Join Date
    Dec 2010
    Location
    Melbourne Australia
    Posts
    169


    Did you find this post helpful? Yes | No

    Default Re: Assembler Error Msg?

    Ioannis,
    "Yes" to all those questions except MPLAB. I can't recall installing a new version of MPLAB onto my machine unless it was part of the PBP3 installation process?

    Regards,

    Troy

  4. #4
    Join Date
    Dec 2010
    Location
    Melbourne Australia
    Posts
    169


    Did you find this post helpful? Yes | No

    Default Re: Assembler Error Msg?

    Quote Originally Posted by Charlie View Post
    I'm not a 3.0 user either, but the 18F13K50 does not have onboard debug support, so the new compiler may give a warning when invoking DEBUG, even if the DEFINE is to turn it off. If you comment out that line, does the error go away?
    I have considered this, but since it's one of the "system" files(?) ie. not my input, I thought I'd hold off before I received some feedback here 1st. I'll found out how to install a new version of MPLAB onto my machine 1st, then if that does nothing, I'll comment that line out.

    Thanks,

    Troy

  5. #5
    Join Date
    Dec 2010
    Posts
    409


    Did you find this post helpful? Yes | No

    Default Re: Assembler Error Msg?

    If you choose to upgrade MPLAB, don't delete your old version of MPLAB, but rather try a fresh install in a different directory. Many people that try MPLAB X go back in short order. YMMV.

    As to my comment - I'm simply suggesting that perhaps Version 3 is less tolerant than 2.6 was of trying to define something that does not exist - certainly that's what the error says to me. Those defines are not sacred. You can add and remove them as you see fit. Don't worry about even editing "system files" - feel free to experiment. Just keep a pristine copy of the original files so you can go back if you mess up, and then experiment to your heart's content. I don't think it is possible to execute a "halt and catch fire" instruction on modern devices. .

  6. #6
    Join Date
    Dec 2010
    Location
    Melbourne Australia
    Posts
    169


    Did you find this post helpful? Yes | No

    Default Re: Assembler Error Msg?

    Charlie,
    I commented out that line and it appears to compile without issue - thanks for the great advice.

    The really weird thing is this error would appear for virtually any simple program I tried compiling with that processor selected, but the largest & most complex program I've written (~1000 lines) compiled perfectly - go figure!

    Regards,

    Troy

  7. #7
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default Re: Assembler Error Msg?

    It is important to have the latest MPLAB. Download from www.microchip.com/ide the latest as now 8.91 and I feel you will be OK.

    Ioannis

  8. #8
    Join Date
    Dec 2010
    Location
    Melbourne Australia
    Posts
    169


    Did you find this post helpful? Yes | No

    Default Re: Assembler Error Msg?

    Quote Originally Posted by Ioannis View Post
    It is important to have the latest MPLAB. Download from www.microchip.com/ide the latest as now 8.91 and I feel you will be OK.

    Ioannis
    Ioannis,
    Ok. I've downloaded and (I assume) installed the latest version of MPLAB. The only thing I've notice differently (initially) is that the Error has come back(!); yup, the same error that I commented out previously has returned??? Are there any settings I need to adjust in MCSX to acknowledge this new MPLAB version on my machine?

    Troy.

Similar Threads

  1. Help with Assembler Error
    By isaac in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 21st March 2012, 19:53
  2. How to resolve assembler error 306?
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 29th September 2011, 07:59
  3. Replies: 2
    Last Post: - 13th March 2011, 19:13
  4. MPLAB 8.33-PBP 2.6 Crash error msg
    By reddog24 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 23rd October 2009, 02:30
  5. Compiler/Assembler Error
    By LT_Pic in forum General
    Replies: 7
    Last Post: - 21st July 2005, 09:47

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