There's no overflow in my data memory so what could this error be? *** ERROR L107: ADDRESS SPACE OVERFLOW SPACE: DATA SEGMENT: _DATA_GROUP_ LENGTH: 0071H
Note that this is a Linker error - not a Compiler error. It's only the Linker which brings together all the modules of your project - so only the Linker can report this error. That's why the Compiler can't.