• EXCEPTION 0021H: PATH OR FILE NOT FOUND
    Dear, I just downloaded the evaluation version of latest C166 Compiler. When I'm going to compile one of the examples "RTXtiny (RTX_EX1.Uv2)" under EC++ subfolder in examples folder i...
  • object file
    I am currently working on composing a library. I have created .h file which is header file and .c file which has functions. How can ı link both these files. (I know that ı have to create object file but...
  • Compiles & Links but object file is Zero Length
    I've created a C167 project that compiles and links with no errors but the resulting .obj files contains symbolic information but no actual code. In addition, the .h86 file only contains one line: ":00000001FF...
  • Compilation succeeds but no object file created (TwinCAN LLD)
    Hello everybody! I am using the Easy Kit for the XC164CS-32F microcontroller for a CAN-Bus application. On the enclosed CD for the development kit I found a demo-code for CAN applications, a so called...
  • 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 ...