Closed harrkout closed 5 months ago
0.1.28 was released yesterday, it shouldn’t have changed anything in the build task. Some things you can try are:
If the build works in MPLABX, the problem is in the extension, and you can do the following until I have a fix.
Please let me know the results!
P.S. You can run that script automatically from within VSCode by running the: MPLABX: Update private make files
command from the command pallet.
I tried downgrading the version and regenerating the files with the
& 'C:\Program Files\Microchip\MPLABX\v6.15\mplab_platform\bin\prjMakefilesGenerator.bat .
command, but nothing changed.
I'm not sure if the problem lies with the MPLABX or the extention, as the file it seeks is from here Makefile-impl.mk
:
# build
.build-impl: .build-pre
${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf
and for some reason maybe the extension does not recognize the CONF
macro.
I'll keep looking
I also get the following, so the problem may be with my MPLAB:
Executing task: C:\Program Files\Microchip\MPLABX\v6.15\gnuBins\gnuWin32\bin\make.exe CONF="default"
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl refman.pdf
rm: cannot remove `*.ps': Invalid argument
rm: cannot remove `*.dvi': Invalid argument
rm: cannot remove `*.aux': Invalid argument
rm: cannot remove `*.toc': Invalid argument
rm: cannot remove `*.idx': Invalid argument
rm: cannot remove `*.ind': Invalid argument
rm: cannot remove `*.ilg': Invalid argument
rm: cannot remove `*.log': Invalid argument
rm: cannot remove `*.out': Invalid argument
rm: cannot remove `*.brf': Invalid argument
rm: cannot remove `*.blg': Invalid argument
rm: cannot remove `*.bbl': Invalid argument
Makefile:27: recipe for target 'clean' failed
make: *** [clean] Error 1
Were you able to find the source of the problem?
No, I never solved it unfortunately. I think it has to do with something I changed rather than your project, because I was using it just fine for some time
Hello, the extension used to work great, but now I get the following error
I tried regenerating the makefile with the following command, but to no avail:
C:\Program Files (x86)\Microchip\MPLABX\v5.35\mplab_platform\bin\prjMakefilesGenerator.bat .
Any ideas?