I've never seen backslash in file names, is that even allowed?make[2]: *** [build/default/production/Dummy\.cof] Error 1
Robert
Edit: shouldn't these be slashes?
"C:\PBP3\pbpx.exe" -ampasmx -k# -os -p16f690 Dummy.pbp
I've never seen backslash in file names, is that even allowed?make[2]: *** [build/default/production/Dummy\.cof] Error 1
Robert
Edit: shouldn't these be slashes?
"C:\PBP3\pbpx.exe" -ampasmx -k# -os -p16f690 Dummy.pbp
Last edited by Demon; - 28th November 2014 at 01:56.
I saw it too, maybe its a part of a regular expression...
I've opened a webticket on microchip.com, I have no expectation on this...
for what its worth mine looks like this
I find the pbp source file must !!! be in the source folder of the project or it all goes pear shapedmake -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `C:/Users/rc/Documents/xc8/pbppwm.X'
make -f nbproject/Makefile-default.mk dist/default/production/pbppwm.X.production.hex
make[2]: Entering directory `C:/Users/rc/Documents/xc8/pbppwm.X'
gnumkdir -p build/default/production
"C:\PBP3\pbpx.exe" -ampasmx -k# -os -p18f45k20 pbppwm.pbp
PICBASIC PRO(TM) Compiler 3.0.7.4, (c) 1998, 2013 microEngineering Labs, Inc.
All Rights Reserved.
gnumkdir -p dist/default/production
cp pbppwm.HEX dist/default/production/pbppwm.X.production.hex
cp pbppwm.COF dist/default/production/pbppwm.X.production.cof
rm -f pbppwm.COF
make[2]: Leaving directory `C:/Users/rc/Documents/xc8/pbppwm.X'
make[1]: Leaving directory `C:/Users/rc/Documents/xc8/pbppwm.X'
BUILD SUCCESSFUL (total time: 5s)
Loading code from C:/Users/rc/Documents/xc8/pbppwm.X/dist/default/production/pbppwm.X.production.hex...
Loading symbols from C:/Users/rc/Documents/xc8/pbppwm.X/dist/default/production/pbppwm.X.production.cof...
Loading completed
overall I find mplabx not worth the effort for pbp files , its just my two cents worth
Richard: what IDE are you using? I really don't like mplabx
I bought MicroCode Studio Plus with plans to use the icd but my laptop has no serial ports and I have nothing but trouble getting usb/serial adapters to work reliably with the icd ,4 times out of 5 I get connection timeout and then even if I get it to connect the connection drops out after a while (tried about 4 different ones all had issues). so I gave up on source level debugging and just use MicroCode Studio for pbp now . I find it adequate.
there is also FineLineIDE kicking around it seemed promising if one is interested in learning something new, I think I have enough on my plate for now
Bookmarks