I created a project with main function whose code size is more than 64KB. Upon compiling there was error message,
error C253 : 'main' :function exceeds 64kb code size
The controller P89C669 is having 96KB flash memory but then why this error message is prompted.
Do i need to do some setting in the startup.a51 file?