我有一个完成的128工程,是在AVR studio4里面的,现在需要移植到ICCV8,编译就会出现错误:
!E <library>(349): {linker} area 'text' not large enough. Need 5748 bytes
lo 2418 hi 4096 size 1679
!E <library>(349): {linker} area 'text' not large enough. Need 1906 bytes
lo 2418 hi 4096 size 1679
!E <library>(349): {linker} area 'text' not large enough. Need 1146 bytes
lo 3188 hi 4096 size 909
!E <library>(349): {linker} area 'text' not large enough. Need 2224 bytes
lo 3278 hi 4096 size 819
Built with ICCAVR DEMO-EXPIRED V8.05.02
Process terminated with status 1 (0 minutes, 2 seconds)
4 errors, 24 warnings (0 minutes, 2 seconds)
在AVR studio中是没这个问题的,我查了一下,可能是RAM空间溢出了,需要在工程里设置一下。我用的是ICCV8 8.05,
有遇到相同问题的大佬么?还有相关问题的链接:
http://www.psocdeveloper.com/forums/viewtopic.php?f=3&t=2029
http://microcontrollers.2385.n7. ... nough-td158733.html
|