• 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...
  • 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...
  • 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...
  • uint32_t undefined
    uVision puzzles me a fair bit. In my project I have declared instances of TIM_TimeBaseInitTypeDef, RCC_ClocksTypeDef, I2S_InitTypeDef without any problems. Now I'm trying to declare an instance...