2024-01-30 01:10 AM
1.After generating the code, this. a file will directly display an exclamation mark;
2.I deleted this file again and then loaded it in. Compilation still reports errors.
3. The error message is as follows: There are no Chinese characters in the path.
Centrifuge_MC\Centrifuge_MC.axf: error: L6002U: Could not open file centrifuge_mc\libmp-g4-mdk-arm-armv7-m.o: No such file or directory
求解答。
2024-01-30 02:13 AM
我重新试了一下,MC6.2.0的版本,生成没有问题。
2024-02-18 11:20 PM
兄弟,刚刚我也出现这个问题,检查后发现找不到的这个库文件是因为生成的库文件名写错了。把 "MCSDK_v6.2.1-Full\MotorControl" 目录下的 "libmp-G4-MDK-ARM-ARMv7-M", 改为“libmp-G4-MDK-ARM_ARMv7-M”就能编译通过了。
2024-03-08 01:20 AM
哈哈,感谢感谢,我是把版本回退到6.2.0了,然后解决问题了。
2024-03-08 01:25 AM
兄弟,有接触SPING4的芯片吗?我这边遇到个问题。一使能定时器就报错误,(上桥臂处于打开状态)VDS保护,不知道啥情况;板子是借鉴官方的方案。
2024-04-23 07:58 PM
我把libmp-G4-MDK-ARM-ARMv7-M.a从工程中删除,也能编译成功,运行起来也正常啊
看起来是冗余的库。