ranga88
Newbie level 6
- Joined
- Oct 31, 2014
- Messages
- 12
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 0
Hi,
I was trying to modify a downloaded .asm file originally written for 16F84A to work with 16F628A (it is for a scrolling text display 8x16 LEDs). I made few changes to the code and now I'm getting the following error while building the project. (when I delete the configuration line it builds successfully). I'm using MP Lab X IDE.
Please help. Thnx..
Error:
I was trying to modify a downloaded .asm file originally written for 16F84A to work with 16F628A (it is for a scrolling text display 8x16 LEDs). I made few changes to the code and now I'm getting the following error while building the project. (when I delete the configuration line it builds successfully). I'm using MP Lab X IDE.
Please help. Thnx..
Error:
HTML:
Error - section '.org_1' can not fit the absolute section. Section '.org_1' start=0x00002007, length=0x00000002
Errors : 1
make[2]: *** [dist/default/production/LED_scroll_text_8x16.X.production.hex] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
nbproject/Makefile-default.mk:112: recipe for target 'dist/default/production/LED_scroll_text_8x16.X.production.hex' failed
make[2]: Leaving directory 'C:/Users/*****/Documents/MPLab/LED_scroll_text_8x16.X'
nbproject/Makefile-default.mk:78: recipe for target '.build-conf' failed
make[1]: Leaving directory 'C:/Users/*****/Documents/MPLab/LED_scroll_text_8x16.X'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
BUILD FAILED (exit value 2, total time: 1s)