electrodarkness
Member level 1
- Joined
- May 2, 2010
- Messages
- 39
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Location
- Ganesti, Transylvania, Romania
- Activity points
- 1,649
Hy everyone! I'm writing a program in MPLAB X 2.00, XC32, and until today everything went smoothly, but now MPLAB gives strange error, not only for my unaltered code, but for the example programs also:
It's really annoying, and the worst thing is that I can't find anything this sort. The code is needed for a contest, so please, any help would be really appreciated.CLEAN SUCCESSFUL (total time: 125ms)
make -f nbproject/Makefile-XC32_PIC32MX460F512L.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `D:/programozas/mplab/projects/audio/gfx_proc.X'
make -f nbproject/Makefile-XC32_PIC32MX460F512L.mk dist/XC32_PIC32MX460F512L/production/gfx_proc.X.production.hex
make[2]: Entering directory `D:/programozas/mplab/projects/audio/gfx_proc.X'
process_begin: CreateProcess(C:\Users\RON~1\AppData\Local\Temp\make3168-1.bat, C:\Users\RON~1\AppData\Local\Temp\make3168-1.bat, ...) failed.
make (e=5): Access is denied.
make[2]: *** [build/XC32_PIC32MX460F512L/production/configuration_bits.o] Error 5
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
make[2]: Leaving directory `D:/programozas/mplab/projects/audio/gfx_proc.X'
make[1]: Leaving directory `D:/programozas/mplab/projects/audio/gfx_proc.X'
BUILD FAILED (exit value 2, total time: 485ms)
Last edited by a moderator: