Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Strange MPLAB X error - help!

Status
Not open for further replies.

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:

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)
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.
 
Last edited by a moderator:

Close all project, and open the only required by you.
Set that project as main project and then build again, try re-building also.

MPLAB X has lots of bug which causes these types of inconvenience.
Also ask for help on Microchip MPLAB-X Forums
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top