我用stm8 207芯片,程序大小超过32K后出现了如下问题:
#error clnk Debug\led.lkf:54 Debug\check.o: section boundary crossing (.text:0639) c_uitolx
#error clnk Debug\led.lkf:54 Debug\check.o: section boundary crossing (.text:07bc) c_uitolx
#error clnk Debug\led.lkf:54 Debug\check.o: section boundary crossing (.text:07f2) c_uitolx
按网上收到的资料把Mmemory改为:Long Statck(+modsl)又出现:
#error clnk Debug\led.lkf:1 prefixed symbol f__stext in conflict (D:\Program Files\COSMIC\CXSTM8_32K\Lib\crtsi.sm8 Debug\stm8_interrupt_vector.o)
#error clnk Debug\led.lkf:1 symbol __stext not defined (Debug\stm8_interrupt_vector.o )
神啊,救救我吧! |