• 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(...
  • 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...
  • 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...
  • Weird Linker Error (L6218E: Undefined symbol)
    Hello Everybody, I am trying to build a firmware which is using two functions from the Keil SAM-ESV7_SFP 2.4.5 library. The compile process is okay, but I can not get the linking going. *** Using...