- UID
- 104781
- 性别
- 男
|
我在基于STM32F10VB上开发了个程序,在KEIL环境下编译链接下载都是正常的,但我用KEIL命令来控制时,编译成功,并生成相应.O文件,但链接命令时就出现以下错误:
Warning: L6310W: Unable to find ARM libraries. Error: L6411W: No compatible library exists with a definition of startup symbol __main. Not enough information to list image symbols. Not enough information to list the image map. Finished: 2 information, 3 warning and 1 error messages.
不知道为什么?我网上查了下也发现很多人遇到类似问题,但没有解决方案,请各位大合侠帮忙解答下,谢谢.
以下是我的链接命令:
armlink --device DARMSTM --strict --scatter "G:\STM32F101\output\Engine.sct" --autoat --summary_stderr --info summarysizes --map --xref --callgraph --symbols --info sizes --info totals --info unused --info veneers -output CassEngine.axf --via G:\MDK命令\ObjectFiles.via -errors link.inf
|
|