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] MPLABX compiler error, i need help

Status
Not open for further replies.

thunderboympm

Full Member level 5
Joined
Sep 17, 2007
Messages
243
Helped
32
Reputation
64
Reaction score
29
Trophy points
1,308
Location
Malappuram, India
Activity points
2,469
friends i got error from mplabx v1.03 when i compiling i got this error
Code:
java.io.FileNotFoundException: D:\Projects\febin\new test.X\build\default\production\_ext\678254406\LEVEL\.d (The system cannot find the path specified)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(Unknown Source)
        at java.io.FileOutputStream.<init>(Unknown Source)
        at java.io.FileWriter.<init>(Unknown Source)
        at com.microchip.mplab.extractobjectdependencies.ExtractObjectDependencies.main(ExtractObjectDependencies.java:103)
java.io.FileNotFoundException: D:\Projects\febin\new test.X\build\default\production\_ext\678254406\LEVEL\.d (The system cannot find the path specified)


i got the solution because of the name space error. mplabx does not support the spaces between the folder or project files
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top