标题: 求助Atmega128移植编译问题,RAM溢出了 [打印本页] 作者: LoHAs540 时间: 2017-12-22 21:16 标题: 求助Atmega128移植编译问题,RAM溢出了 我有一个完成的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)