Dear All,
We are facing following problem after compiling of code. We thought it is occuring due code size of perticular file crosses 64k size.Is there any setting by which i can able to solve this problem?
*** WARNING L5: SECTION LOCATED OUTSIDE CLASS AREA SECTION: ?PR?CONFIGMENU CLASS: FCODE
Regards...
Yogesh Gudekar.
Check the map file (.m66). Seems like you've run out of memory, or at least the memory you defined in the linker configuration options/file.
Useful info: http://www.keil.com/support/man/docs/l166/l166_ln_mapfile.htm
http://www.keil.com/support/man/docs/l166/l166_pm_example3.htm
-- Joost