2014-11-03 10:16 AM
I have clear Windows 8.1 (just restored from rescue disks) on Lenovo T540p notebook. I setup latest version of spc5 studio. When I try to compile sample I get error messages. I mark with bold text error. Under Windows XP all ok. How I can fix this problem and use Windows 8.1 as development platform?
============================= 17:11:33 **** Build of configuration Default for project SPC56ELxx OS-Less CAN Test Application **** make -j8 all 0 [main] sh 4900 sync_with_child: child 1076(0x17C) died before initialization with status code 0xC000014211 [main] sh 4900 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable Compiling boot.s Compiling crt0.s Compiling ivor.s Compiling vectors.s Compiling hal.c Compiling hal_queues.c Compiling can.c Compiling pal.c C:/SPC5Studio/eclipse/plugins/org.chibios.spc5.components.osal.spc56elxx_1.0.0.201410081156/component/lib/src/ivor.s:31:0: fatal error: opening dependency file .dep/ivor.o.d: No such file or directory compilation terminated. make: *** [build/obj/ivor.o] Error 1 make: *** Waiting for unfinished jobs.... C:/SPC5Studio/eclipse/plugins/org.chibios.spc5.components.osal.spc56elxx_1.0.0.201410081156/component/lib/src/vectors.s:30:0: fatal error: opening dependency file .dep/vectors.o.d: No such file or directory C:/SPC5Studio/eclipse/plugins/com.st.tools.spc5.components.platform.spc56elxx_1.0.0.201410081156/component/lib/src/boot.s:26:0: fatal error: opening dependency file .dep/boot.o.d: No such file or directory compilation terminated. C:/SPC5Studio/eclipse/plugins/com.st.tools.spc5.components.platform.spc56elxx_1.0.0.201410081156/component/lib/src/crt0.s:1:0: fatal error: opening dependency file .dep/crt0.o.d: No such file or directory compilation terminated. compilation terminated. make: *** [build/obj/vectors.o] Error 1 make: *** [build/obj/crt0.o] Error 1 make: *** [build/obj/boot.o] Error 1 C:/SPC5Studio/eclipse/plugins/org.chibios.spc5.components.spc5hal_1.0.0.201410081156/component/lib/src/pal.c:115:1: fatal error: opening dependency file .dep/pal.o.d: No such file or directory compilation terminated. make: *** [build/obj/pal.o] Error 1 C:/SPC5Studio/eclipse/plugins/org.chibios.spc5.components.spc5hal_1.0.0.201410081156/component/lib/src/hal.c:186:1: fatal error: opening dependency file .dep/hal.o.d: No such file or directory compilation terminated. make: *** [build/obj/hal.o] Error 1 C:/SPC5Studio/eclipse/plugins/org.chibios.spc5.components.spc5hal_1.0.0.201410081156/component/lib/src/hal_queues.c:397:1: fatal error: opening dependency file .dep/hal_queues.o.d: No such file or directory compilation terminated. make: *** [build/obj/hal_queues.o] Error 1 C:/SPC5Studio/eclipse/plugins/org.chibios.spc5.components.spc5hal_1.0.0.201410081156/component/lib/src/can.c:223:1: fatal error: opening dependency file .dep/can.o.d: No such file or directory compilation terminated. make: *** [build/obj/can.o] Error 1 17:11:33 Build Finished (took 532ms)
2014-11-04 04:19 AM
2014-11-07 05:09 AM
Thanks. It's work!