Summary *** Error C249 Segment : Segment too large Description The compiler detected a data segment that was too large. The maximum size of a data segment depends on memory space. [출처 : http://www.keil.com/support/man/docs/c51/c51_c249.htm] |
Segment too large는 데이터 저장부분에서 용량을 초과 할때 발생하는 것으로 보인다.
Memory Model을 Small Model 에서 Large Model로 교체하면 컴파일은 되지만, 제대로 실행이되는지는 모르겠다.
해결내용은 아래의 링크로
2009/04/14 - [AVR / 8051] - keil compiler - memory type (code,xdata,idata)
'embeded > 8051' 카테고리의 다른 글
8051에서는 배열 주소 연산은 최대한 줄이도록! (0) | 2009.04.21 |
---|---|
keil compiler - memory type (code,xdata,idata) (0) | 2009.04.14 |
8051 TIMER 에 대하여 (0) | 2008.12.18 |
Keil evaluation Limitation (0) | 2008.12.07 |
KEIL Cx51 - Warning L5: CODE SPACE MEMORY OVERLAP (0) | 2008.12.01 |