Compile Error - How to find it???


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2004
    Location
    UK-Midlands
    Posts
    84

    Default Compile Error - How to find it???

    Hi all,

    Sorry if this seems a stupid question, but want to learn to use the 18F parts and now need to use MPASM as the compiler.

    Set up Microcode Studio to use MPASM (5.03) and tried to complie an old program which compiled and worked with PM compiler. Now using MPASM I get an error as follows:

    Error[128] c:\temp.asm 432 : Missing Argument(s)

    Question are:
    1 Where do I start looking for it?'
    2 Is there a list of error codes?

    Have searched Forum but can't find anything!

    Thanks,
    Bob

  2. #2
    Join Date
    Oct 2004
    Location
    Hangover, Germany
    Posts
    289


    Did you find this post helpful? Yes | No

    Cool

    Turn on the output of the .lst-file.
    Open the .lst-file and search for the error-message "Missing Argument(s)"

    Around this, you will find the answer...

    Or,
    open the .asm-file and goto line 432, here is the error....
    PBP 2.50C, MCS+ 3.0.0.5, MPLAB 8, MPASM 5.14, ASIX Presto, PoScope, mE mikroBasic V7.2, PICKIT2

Similar Threads

  1. Unable to pass a variable to LCDOUT without getting compile errors
    By Ferroto Baggins in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 28th February 2010, 16:43
  2. Compile and Program help using PICKit2
    By ozarkshermit in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 10th March 2009, 14:51
  3. USB Mpasm Compile errors
    By JBrannan in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 21st December 2007, 18:13
  4. Cannot compile for 40MHz 4 x pll
    By passion1 in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 21st October 2007, 17:50
  5. Replies: 2
    Last Post: - 9th February 2006, 22:03

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