• Problem with Linker: undefined
    Hey everyone, I know this post has been done a lot of times, but people solve it by adding the .c files after including the header file in the corresponding file. The thing is, I've already done this...
  • Problem with Linker: undefined
    Hey everyone, I know this post has been done a lot of times, but people solve it by adding the .c files after including the header file in the corresponding file. The thing is, I've already done this...
  • 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...
  • 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(...