• Linker error
    hi all, I am using XC164CS board.when i build my source code linker error occurs.How to overcome the following linker error.What is the reason for such error?.The help is not very clear to me.waiting...
  • Initialize C ++ object array in constructor?
    I am facing issues with initialization of an object array within the Constructor. I would like to initialize my array using i nitialization from brace-enclosed lists. But the armcc compiler for some reason...
  • GNU makefile --- Linker error
    I'm trying to start using the GNU make utility ( http://www.gnu.org/software/make/make.html ) to build my C167 projects (there is a Win32 executable already built and available for download on another...
  • Linker Error 112
    Hi, i'm using a C167CS-LM, and i want to locate code to specific adresses in my external FLASH (AMD 29F400). I get the following linker Error, which i can't get fixed: *** ERROR L112: SECTION DOES...
  • initializing a const derived object
    I would like to put a derived object in const memory and initialize it like in the example code below. it works fine as long as _der_test is not derived from _test, if it is, the I get an error ...