完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
我在联想T540p笔记本上清除了Windows 8.1(刚刚从救援磁盘恢复)。我安装了spc5 studio的最新版本。当我尝试编译示例时,我收到错误消息。我用粗体文字标记错误。在Windows XP下一切都好。我如何解决这个问题并使用Windows 8.1作为开发平台?
============================= 17:11:33 ****构建配置默认为项目SPC56ELxx OS-Less CAN测试应用程序**** make -j8全部 编译boot.s 编译crt0.s 编译ivor.s 编译向量 编译hal.c 编译hal_queues.c 编译can.c 编译pal.c C:/SPC5Studio/eclipse/plugins/org.chibios.spc5.components.osal.spc56elxx_1.0.0.201410081156/component/lib/src/ivor.s:31:0:致命错误:打开依赖文件.dep / ivor。 od:没有这样的文件或目录 编译终止。 make:*** [build / obj / ivor.o]错误1 make:***等待未完成的工作.... C:/SPC5Studio/eclipse/plugins/org.chibios.spc5.components.osal.spc56elxx_1.0.0.201410081156/component/lib/src/vectors.s:30:0:致命错误:打开依赖文件.dep / vectors。 od:没有这样的文件或目录 C:/SPC5Studio/eclipse/plugins/com.st.tools.spc5.components.platform.spc56elxx_1.0.0.201410081156/component/lib/src/boot.s:26:0:致命错误:打开依赖文件.dep / boot.od:没有这样的文件或目录 编译终止。 C:/SPC5Studio/eclipse/plugins/com.st.tools.spc5.components.platform.spc56elxx_1.0.0.201410081156/component/lib/src/crt0.s:1:0:致命错误:打开依赖文件.dep / crt0.od:没有这样的文件或目录 编译终止。 编译终止。 make:*** [build / obj / vectors.o]错误1 make:*** [build / obj / crt0.o]错误1 make:*** [build / obj / boot.o]错误1 C:/SPC5Studio/eclipse/plugins/org.chibios.spc5.components.spc5hal_1.0.0.201410081156/component/lib/src/pal.c:115:1:致命错误:打开依赖文件.dep / pal.od:无此文件或目录 编译终止。 make:*** [build / obj / pal.o]错误1 C:/SPC5Studio/eclipse/plugins/org.chibios.spc5.components.spc5hal_1.0.0.201410081156/component/lib/src/hal.c:186:1:致命错误:打开依赖文件.dep / hal.od:无此文件或目录 编译终止。 make:*** [build / obj / hal.o]错误1 C:/SPC5Studio/eclipse/plugins/org.chibios.spc5.components.spc5hal_1.0.0.201410081156/component/lib/src/hal_queues.c:397:1:致命错误:打开依赖文件.dep / hal_queues.od:无此文件或目录 编译终止。 make:*** [build / obj / hal_queues.o]错误1 C:/SPC5Studio/eclipse/plugins/org.chibios.spc5.components.spc5hal_1.0.0.201410081156/component/lib/src/can.c:223:1:致命错误:打开依赖文件.dep / can.od:无此文件或目录 编译终止。 make:*** [build / obj / can.o]错误1 17:11:33构建完成(耗时532ms) 以上来自于谷歌翻译 以下为原文 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 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个回答
|
|
弗拉基米尔你好,
我在Windows 8机器上重现了这个问题,这是一个快速修复。 替换文件:位于C: SPC5Studio eclipse plugins com.st.tools.spc5.tools.gnu_1.0.0.201306281422 gnutools下的msys-1.0.dll 由附件中的一个。 请注意,此修补程序将部署在将于本周完成的3.3版本中。 BR。 Ghislain的。 以上来自于谷歌翻译 以下为原文 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:SPC5Studioeclipsepluginscom.st.tools.spc5.tools.gnu_1.0.0.201306281422gnutools 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. |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2648 浏览 1 评论
3211 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1785 浏览 1 评论
3614 浏览 6 评论
5994 浏览 21 评论
942浏览 4评论
1318浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
588浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1305浏览 3评论
1365浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-27 01:41 , Processed in 1.216578 second(s), Total 79, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号