• section located outside class
    Hi, on a XC164CS-16F I'm using data model medium. But I also have huge data. I had no problem so far. But now I added some new data and am struggling with the linker / locator: I have added 3 modules...
  • Sections
    Hello, I am trying to convert a project from uVision 1 (C166 V3.11) to uVision 2 (C166 V4.20). After importing the old project and building it, I get linker errors L110:CANNOT FIND SECTION OR REGBANK...
  • Locating half of source code to specific memory section
    Hello, I want to split my program, so that about half of my c modules are linked starting from 0 and the other half starting from 0x4000. I configured the L166 to "use linker control file" (project...
  • "SECTION LOCATED OUTSIDE CLASS AREA" warning for SDATA0
    Dear all, I've face with this warning: linking... *** WARNING L5: SECTION LOCATED OUTSIDE CLASS AREA SECTION: ?SD0?MAINTASK CLASS: SDATA0 Program Size: data=79401(near=12767) const=17429(near...
  • WARNING L5: SECTION LOCATED OUTSIDE CLASS AREA
    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...