Running Linker
clnk -m Debug\mouse.map -l"C:\Program Files\COSMIC\CXSTM8\Lib" -o Debug\mouse.sm8 Debug\mouse.lkf
#error clnk Debug\mouse.lkf:1 symbol _cos not defined (Debug\main.o )
#error clnk Debug\mouse.lkf:1 symbol _asin not defined (Debug\main.o )
#error clnk Debug\mouse.lkf:1 symbol _sin not defined (Debug\main.o )
The command: "clnk -m Debug\mouse.map -l"C:\Program Files\COSMIC\CXSTM8\Lib" -o Debug\mouse.sm8 Debug\mouse.lkf " has failed, the returned value is: 1
exit code=1.
cos 这个函数的头文件<math.h>路径应是对的,
上面出错是不是连接出错? 请 版主指点一下,多谢。