pvliao 发表于 2011-2-24 11:14:03

STVD编译出错问题

各位大家好,我用STVD编写stm207单片机时出现
#error clnk Debug\pump_controler.lkf:55 Debug\function.o: section boundary crossing (.text:0071) c_uitolx
#error clnk Debug\pump_controler.lkf:59 Debug\sf04.o: section boundary crossing (.text:05e0) c_uitolx
#error clnk Debug\pump_controler.lkf:60 Debug\stm_adc.o: section boundary crossing (.text:0061) c_uitolx
The command: "clnk -m Debug\pump_controler.map -l"D:\Program Files\STMicroelectronics\COSMIC\CXSTM8\Lib"-o Debug\pump_controler.sm8 Debug\pump_controler.lkf " has failed, the returned value is: 1
exit code=1.
这样的错误。错误是这样出现的:编写多一条简单指令就错,少了该指令就没问题,能编译通过(该指令相当简单,没问的),请问是不是代码溢出了?还是其他问题呢?怎么解决,谢谢啦!!!

pvliao 发表于 2011-2-28 10:45:14

没有人知道什么原因吗?请问谁有IAR FOR STM8 V1.20的和谐文件吗?能不能上传个,或者给个下载地址,找了很久都没发现有,谢谢啦
页: [1]
查看完整版本: STVD编译出错问题