Question
fatal error: opening dependency file
Posted on September 13, 2014 at 20:39
Hi,
I have tried to
compile
an example
with the
SPC5Studio
Wizard
and
get the following
error
s: 20:36:34 **** Incremental Build of configuration Default for project ChibiOS-RT SPC56ELxx Test Application for DiscoveryPlus **** make -j4 all 0 [main] sh 1656 sync_with_child: child 3980(0x188) died before initialization with status code 0xC0000142 14 [main] sh 1656 sync_with_child: *** child state waiting for longjmp /bin/sh: fork: Resource temporarily unavailable Compiling boot.s Compiling crt0.s Compiling ivor.s Compiling vectors.s C:/SPC5Studio/eclipse/plugins/com.st.tools.spc5.components.platform.spc56elxx_1.0.0.201409031447/component/lib/src/boot.s:26:0: fatal error: opening dependency file .dep/boot.o.d: No such file or directory compilation terminated. make: *** [build/obj/boot.o] Error 1 make: *** Waiting for unfinished jobs.... C:/SPC5Studio/eclipse/plugins/com.st.tools.spc5.components.platform.spc56elxx_1.0.0.201409031447/component/lib/src/crt0.s:1:0: fatal error: opening dependency file .dep/crt0.o.d: No such file or directory C:/SPC5Studio/eclipse/plugins/org.chibios.spc5.components.kernel.port.gcc.spc56elxx_2.6.4.201409031447/component/lib/src/ivor.s:42:0: fatal error: opening dependency file .dep/ivor.o.d: No such file or directory compilation terminated. C:/SPC5Studio/eclipse/plugins/org.chibios.spc5.components.kernel.port.gcc.spc56elxx_2.6.4.201409031447/component/lib/src/vectors.s:1:0: fatal error: opening dependency file .dep/vectors.o.d: No such file or directory compilation terminated. compilation terminated. make: *** [build/obj/ivor.o] Error 1 make: *** [build/obj/crt0.o] Error 1 make: *** [build/obj/vectors.o] Error 1 20:36:35 Build Finished (took 810ms) The files are avaliabe in the directories. OS: Windows 8.1, 64bit very frustrating ;(