• visibility of functions names in Library
    Hi, I made a library. when i build executable using library, the map file created shows all functions/variables of library. Can i strip the library, so that only functions used by executable are...
  • Error 231 with compiler version 6.14
    I get the error 231 ("redefinition" of mib_type ) with the compiler version 6.14 when I'try to compile the flollowing code: ---Header File-------- #define u unsigned typedef struct mib_data_st...
  • 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...
  • "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...
  • 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...