summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-04-13 18:37:12 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-04-13 18:37:12 +0200
commitbb28fba1139216a5f476115b0a902bc1f2a8abf4 (patch)
tree4e6f53c70e78e108356b3ed9e83d207f93c98213
parent3866485af3d3dded8c535ae92996712d4310ac0f (diff)
downloadfreertos-bb28fba1139216a5f476115b0a902bc1f2a8abf4.tar.gz
freertos-bb28fba1139216a5f476115b0a902bc1f2a8abf4.tar.bz2
freertos-bb28fba1139216a5f476115b0a902bc1f2a8abf4.tar.xz
PIC18_SDCC: enable large memory model
This patch enables large memory model in Makefile signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--Demo/PIC18_SDCC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/PIC18_SDCC/Makefile b/Demo/PIC18_SDCC/Makefile
index f6c5d149..b98f88c8 100644
--- a/Demo/PIC18_SDCC/Makefile
+++ b/Demo/PIC18_SDCC/Makefile
@@ -75,7 +75,7 @@ VPATH=$(SOURCE_PATH):$(PORT_PATH):$(DEMO_PATH):$(COMMON_DEMO_PATH)/Minimal
# Setup Compilers and linker FLAGS
SDCC_CFLAGS= -m$(ARCH) -p$(DEVICE) -I. -I$(SOURCE_PATH)/include -I$(COMMON_DEMO_PATH)/include \
- -DSDCC_PIC18 --debug --mplab-comp --pstack-model=large
+ -DSDCC_PIC18 --debug --mplab-comp --pstack-model=large --model-large
GPASM_CFLAGS= -g
LDFLAGS= -s $(DEVICE).lkr --map -I$(PIC16_LIB_PATH)