Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help needed for PIC18F87J60 bootloader
#2
Hi,
The project builds fine for me with MPLAB XC8 2.40. Did you add pic-as at c:\Program Files\Microchip\xc8\v2.40\pic-as\bin\ ?
Code:
CLEAN SUCCESSFUL (total time: 5ms)
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory 'F:/firmware_18F_XC8/ds30Loader_18F.X'
make  -f nbproject/Makefile-default.mk dist/default/production/ds30Loader_18F.X.production.hex
make[2]: Entering directory 'F:/firmware_18F_XC8/ds30Loader_18F.X'
"D:\Program Files\Microchip\xc8\v2.40\pic-as\bin\pic-as.exe" -mcpu=PIC18F87J60 -c \
-o build/default/production/_ext/1360937237/ds30loader.o \
../src/ds30loader.s \
  -mdfp="D:/Program Files/Microchip/MPLABX/v6.05/packs/Microchip/PIC18F-J_DFP/1.5.44/xc8"  -misa=std -msummary=+mem,-psect,-class,-hex,-file,-sha1,-sha256,-xml,-xmlfull -w -fmax-errors=20 -mwarn=0 -xassembler-with-cpp
"D:\Program Files\Microchip\xc8\v2.40\pic-as\bin\pic-as.exe" -mcpu=PIC18F87J60 build/default/production/_ext/1360937237/ds30loader.o \
-o dist/default/production/ds30Loader_18F.X.production.hex \
  -mdfp="D:/Program Files/Microchip/MPLABX/v6.05/packs/Microchip/PIC18F-J_DFP/1.5.44/xc8"  -misa=std -msummary=+mem,-psect,-class,-hex,-file,-sha1,-sha256,-xml,-xmlfull -mcallgraph=std -Wl,-Map=dist/default/production/ds30Loader_18F.X.production.map -mno-download-hex

Memory Summary:
    Program space        used     0h (     0) of 1FFF8h bytes   (  0.0%)
    Data space           used     0h (     0) of   EE0h bytes   (  0.0%)
    Configuration bits   used     3h (     3) of     3h words   (100.0%)
    Extra sections       used 1F99Ch (129436)

make[2]: Leaving directory 'F:/firmware_18F_XC8/ds30Loader_18F.X'
make[1]: Leaving directory 'F:/firmware_18F_XC8/ds30Loader_18F.X'

BUILD SUCCESSFUL (total time: 315ms)
Loading code from F:/firmware_18F_XC8/ds30Loader_18F.X/dist/default/production/ds30Loader_18F.X.production.hex...
Program loaded with pack,PIC18F-J_DFP,1.5.44,Microchip
Loading completed
Reply


Messages In This Thread
RE: Help needed for PIC18F87J60 bootloader - by Mikael Gustavsson - 2023-01-04, 22:53:21

Forum Jump:


Users browsing this thread: 1 Guest(s)