Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile with MPLABX IDE v5.15 #5

Open
romain145 opened this issue May 9, 2019 · 0 comments
Open

Cannot compile with MPLABX IDE v5.15 #5

romain145 opened this issue May 9, 2019 · 0 comments

Comments

@romain145
Copy link

pps.h, qei32.h, dma.h and ecan.h are missing.
Is this caused by MPLAB dropping PLIB support a few years back?
Could you upload the missing headers or how could I fix this?

make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory 'Z:/git/github/dspic33e-bootloader/dspic_bootloader'
make  -f nbproject/Makefile-default.mk dist/default/production/dspic_bootloader.production.hex
make[2]: Entering directory 'Z:/git/github/dspic33e-bootloader/dspic_bootloader'
"C:\Program Files (x86)\Microchip\xc16\v1.36\bin\xc16-gcc.exe"   bootloader.c  -o build/default/production/bootloader.o  -c -mcpu=33EP256MU806  -MMD -MF "build/default/production/bootloader.o.d"      -mno-eds-warn  -g -omf=elf -DXPRJ_default=default  -no-legacy-libc    -mlarge-code -mlarge-data -O0 -msmart-io=1 -Wall -msfr-warn=off  
"C:\Program Files (x86)\Microchip\xc16\v1.36\bin\xc16-gcc.exe"   canbus.c  -o build/default/production/canbus.o  -c -mcpu=33EP256MU806  -MMD -MF "build/default/production/canbus.o.d"      -mno-eds-warn  -g -omf=elf -DXPRJ_default=default  -no-legacy-libc    -mlarge-code -mlarge-data -O0 -msmart-io=1 -Wall -msfr-warn=off  
bootloader.c:30:17: fatal error: pps.h: No such file or directory
compilation terminated.
make[2]: *** [build/default/production/bootloader.o] Error 255
make[2]: *** Waiting for unfinished jobs....
canbus.c:24:17: fatal error: dma.h: No such file or directory
compilation terminated.
make[2]: *** [build/default/production/canbus.o] Error 255
nbproject/Makefile-default.mk:113: recipe for target 'build/default/production/bootloader.o' failed
nbproject/Makefile-default.mk:120: recipe for target 'build/default/production/canbus.o' failed
make[2]: Leaving directory 'Z:/git/github/dspic33e-bootloader/dspic_bootloader'
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
nbproject/Makefile-default.mk:90: recipe for target '.build-conf' failed
make[1]: Leaving directory 'Z:/git/github/dspic33e-bootloader/dspic_bootloader'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed

BUILD FAILED (exit value 2, total time: 662ms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant