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
i got the solution because of the name space error. mplabx does not support the spaces between the folder or project files
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