• Linker complains Undefined Symbol
    Hi, I have a c program that looks like bellow. In my main.c file, I have included: #include "test.h" main(){ test_init(); } in my test.h file, I have a declaration static void test_init(...
  • L6218E : undefined symbol, linker problems?
    hi everyone, i've been struggling with a project im working on for the last day (or two). i've got two external c files that provide some functions used by fatfs and one of them needs functions out...
  • Undefined memory read ignored
    Has anyone seen the following msgs while using the PK51 debugger, Silicon Labs C8051Fxxx Driver? Undefined memory read ignored, 0x0, 0x1fe, 255 (651) Undefined memory read ignored, 0x0, 0x2fd, 255...
  • Undefined symbol
    I can not compile a very simple PWM program on Keil The same program is compiled on Energia The message that I get is below: For your information main.c is in the source file and I use C not C++....
  • Undefined symbol
    I can not compile a very simple PWM program on Keil The same program is compiled on Energia The message that I get is below: For your information main.c is in the source file and I use C not C++....