我连接一个C程序,出现错误:
----------- Project modebox - ST7 Cosmic - Configuration Debug -------------
Compiling interrupt_vector.c... cxst7 +modm +debug -pxp -pp -l -iD:\Hst7 -clDebug\ -coDebug\ interrupt_vector.c interrupt_vector.c:
Compiling modebox.c... cxst7 +modm +debug -pxp -pp -l -iD:\Hst7 -clDebug\ -coDebug\ modebox.c modebox.c:
Running ST7 linker clnk -lD:\Lib -o Debug\modebox.st7 -mDebug\modebox.map Debug\modebox.lkf #error clnk Debug\modebox.lkf:23 can't open file crtsx.st7 #error clnk Debug\modebox.lkf:35 can't open file libim.st7 #error clnk Debug\modebox.lkf:36 can't open file libm.st7 The command: "clnk -lD:\Lib -o Debug\modebox.st7 -mDebug\modebox.map Debug\modebox.lkf " has failed, the returned value is: 1 exit code=1.
modebox.elf - 4 error(s), 0 warning(s) 我感觉是设置问题。请问高手怎么解决? 谢谢! |