wish I had a clue


Results 1 to 19 of 19

Threaded View

  1. #1
    Join Date
    Aug 2010
    Location
    Maryland, USA
    Posts
    869

    Default wish I had a clue

    Here is the output I get from MPLAB:
    Executing: "C:\PBP\PBPMPLAB.BAT" -ampasmwin -k# -p16F1827 "..\..\..\..\..\PBP\mcs projects\HighBot\High blink.bas"
    Executing: "C:\PBP\PBPW.EXE" -ampasmwin -k# -p16F1827 "..\..\..\..\..\PBP\mcs projects\HighBot\High blink.bas"
    PICBASIC PRO(TM) Compiler 2.60B, (c) 1998, 2011 microEngineering Labs, Inc.
    All Rights Reserved.
    BUILD FAILED: Sun May 01 17:03:52 2011
    heres the entire program:
    Code:
    OSCCON = %11110010
    DEFINE OSC 32
    led  var portb.5
    main:
    toggle led
    pause 500
    goto main
    anybody have any ideas why the build fails? It goes through all the normal things, including mpasm green bar.


    EDIT: Solved it. my DOH!!!!!! No spaces allowed in file name I suppose.
    Last edited by cncmachineguy; - 1st May 2011 at 22:27. Reason: found answer
    -Bert

    The glass is not half full or half empty, Its twice as big as needed for the job!

    http://foamcasualty.com/ - Warbird R/C scratch building with foam!

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