Here is the output I get from MPLAB:
heres the entire program: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
anybody have any ideas why the build fails? It goes through all the normal things, including mpasm green bar.Code:OSCCON = %11110010 DEFINE OSC 32 led var portb.5 main: toggle led pause 500 goto main
EDIT: Solved it. my DOH!!!!!! No spaces allowed in file name I suppose.
Bookmarks