我在使用PIC18F1320编译老出现如下的错误这是什么原因:
Executing: "C:\MCC18\bin\mcc18.exe" -p=18F1320 /i"C:\MCC18\h" "main.c" -fo="main.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "C:\MCC18\bin\mplink.exe" /l"C:\MCC18\lib" /k"C:\MCC18\lkr" "C:\MCC18\lkr\18f1320i.lkr" "Z:\eight2\main_pic\main.o" /o"main.cof" /M"main.map" /W
MPLINK 4.16, Linker
Copyright (c) 2008 Microchip Technology Inc.
Error - section '.code_main.o' can not fit the section. Section '.code_main.o' length=0x0000200a
Errors : 1
请高手指教 |