cancel
Showing results for 
Search instead for 
Did you mean: 

Can't compile on Windows 8.1

vromanov
Associate II
Posted on November 03, 2014 at 19:16

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 0xC0000142

 

     11 [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)

2 REPLIES 2
Nickname2722_O
Associate II
Posted on November 04, 2014 at 13:19

Hello Vladimir,

I have reproduced this issue on a Windows 8 machine, and here is a quick fix.

Replace the file: msys-1.0.dll located under C:\SPC5Studio\eclipse\plugins\com.st.tools.spc5.tools.gnu_1.0.0.201306281422\gnutools

By the one in attachment.

Note that this fix will be deployed in the 3.3 release that will be done this week.

BR.

Ghislain.

________________

Attachments :

msys-1.0.dll.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006qY79&d=%2Fa%2F0X0000000bow%2FQJEh2gBzbeVrpS_svqVjEr9yj46L3PElljTb7qmKqiw&asPdf=false
orhanyilmaz
Associate II
Posted on November 07, 2014 at 14:09

Thanks. It's work!