I'm using CodeWarrior v5.9.I have created library for hc12x microcontroller and included the same in different project. I'm getting linker error L1822: Symbol <Symbol name>=""> in file <File name>=""> is undefined . I went through some answers suggesting to include library file. But I've already included it. Any other suggestions ??
Thanks
Hello
What is the name of the symbol?
Is it a symbol you have declared externally in your application but forgot to define?
CrasyCat