Hi,
I try to setup PICKIT3, MPLAB X, PBP3(demo) and it works...
Then I try DT-Int hello world program and when I compile code with this line:
@ INT_ENABLE INT0_INT
result is:
If I comment that line then it is ok..Code:make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf make[1]: Entering directory `D:/projects/Test 1/mplab/Test.X' make -f nbproject/Makefile-default.mk dist/default/production/Test.X.production.hex make[2]: Entering directory `D:/projects/Test 1/mplab/Test.X' gnumkdir -p build/default/production "C:\PBP3\pbpx.exe" -ampasmx -n -c -k# -v -os -p18lf46k80 TestPBP.pbp PICBASIC PRO(TM) Compiler 3.0.4.1, (c) 1998, 2011 microEngineering Labs, Inc. All Rights Reserved. Pass 1: C:\PBP3\DEVICES\PIC18LF46K80.PBPINC (556) MSG: LONG Variables enabled (PBPL used) Pass 2: Code Gen: Macro Pass: mpasmx /o- /s "D:\projects\Test 1\mplab\Test.X\TestPBP.ASM" COFF Pass: gnumkdir -p dist/default/production cp TestPBP.HEX dist/default/production/Test.X.production.hex cp TestPBP.COF dist/default/production/Test.X.production.cof rm -f TestPBP.COF make[2]: Leaving directory `D:/projects/Test 1/mplab/Test.X' make[1]: Leaving directory `D:/projects/Test 1/mplab/Test.X'
Code:BUILD SUCCESSFUL (total time: 4s) Loading D:/projects/Test 1/mplab/Test.X/dist/default/production/Test.X.production.hex... Loading D:/projects/Test 1/mplab/Test.X/dist/default/production/Test.X.production.cof... Loading completed




Bookmarks