Can't compile flowcode project in MPLab
Posted: Thu Feb 01, 2007 6:27 pm
Hello
I output my program in an asm file using flowcode and when the process is compleded i get the following message:
Memory Usage Report
===================
RAM available:2048 bytes, used:75 bytes (3.7%), free:1973 bytes (96.3%),
Heap size:1973 bytes, Heap max single alloc:127 bytes
ROM available:32768 bytes, used:1555 bytes (4.8%), free:31213 bytes (95.2%)
However when I input the asm file into MPLab it can't build the project and I get this message:
Clean: Deleting intermediary and output files.
Clean: Done.
Executing: "C:\Program Files\MPLAB IDE\MCHIP_Tools\MPASMWIN.EXE" /q /p18F4550 "ADC_INT5.asm" /l"ADC_INT5.lst" /e"ADC_INT5.err" /o"ADC_INT5.o"
Warning[220] F:\PENDULUM\ADC_INT5.ASM 1095 : Address exceeds maximum range for this processor.
Warning[220] F:\PENDULUM\ADC_INT5.ASM 1096 : Address exceeds maximum range for this processor.
Warning[220] F:\PENDULUM\ADC_INT5.ASM 1097 : Address exceeds maximum range for this processor.
Warning[220] F:\PENDULUM\ADC_INT5.ASM 1098 : Address exceeds maximum range for this processor.
Warning[220] F:\PENDULUM\ADC_INT5.ASM 1099 : Address exceeds maximum range for this processor.
Warning[220] F:\PENDULUM\ADC_INT5.ASM 1100 : Address exceeds maximum range for this processor.
Warning[220] F:\PENDULUM\ADC_INT5.ASM 1101 : Address exceeds maximum range for this processor.
Executing: "C:\Program Files\MPLAB IDE\MCHIP_Tools\MPLINK.EXE" "18f4550i.lkr" "F:\pendulum\ADC_INT5.o" /o"pendulum.cof"
MPLINK 3.80, Linker
Copyright (c) 2004 Microchip Technology Inc.
Error - section '.org_3' can not fit the absolute section. Section '.org_3' start=0x00000012, length=0x0000003e
Errors : 1
BUILD FAILED: Thu Feb 01 17:23:23 2007
Any idea about what the problem is?
I output my program in an asm file using flowcode and when the process is compleded i get the following message:
Memory Usage Report
===================
RAM available:2048 bytes, used:75 bytes (3.7%), free:1973 bytes (96.3%),
Heap size:1973 bytes, Heap max single alloc:127 bytes
ROM available:32768 bytes, used:1555 bytes (4.8%), free:31213 bytes (95.2%)
However when I input the asm file into MPLab it can't build the project and I get this message:
Clean: Deleting intermediary and output files.
Clean: Done.
Executing: "C:\Program Files\MPLAB IDE\MCHIP_Tools\MPASMWIN.EXE" /q /p18F4550 "ADC_INT5.asm" /l"ADC_INT5.lst" /e"ADC_INT5.err" /o"ADC_INT5.o"
Warning[220] F:\PENDULUM\ADC_INT5.ASM 1095 : Address exceeds maximum range for this processor.
Warning[220] F:\PENDULUM\ADC_INT5.ASM 1096 : Address exceeds maximum range for this processor.
Warning[220] F:\PENDULUM\ADC_INT5.ASM 1097 : Address exceeds maximum range for this processor.
Warning[220] F:\PENDULUM\ADC_INT5.ASM 1098 : Address exceeds maximum range for this processor.
Warning[220] F:\PENDULUM\ADC_INT5.ASM 1099 : Address exceeds maximum range for this processor.
Warning[220] F:\PENDULUM\ADC_INT5.ASM 1100 : Address exceeds maximum range for this processor.
Warning[220] F:\PENDULUM\ADC_INT5.ASM 1101 : Address exceeds maximum range for this processor.
Executing: "C:\Program Files\MPLAB IDE\MCHIP_Tools\MPLINK.EXE" "18f4550i.lkr" "F:\pendulum\ADC_INT5.o" /o"pendulum.cof"
MPLINK 3.80, Linker
Copyright (c) 2004 Microchip Technology Inc.
Error - section '.org_3' can not fit the absolute section. Section '.org_3' start=0x00000012, length=0x0000003e
Errors : 1
BUILD FAILED: Thu Feb 01 17:23:23 2007
Any idea about what the problem is?