I am a beginner to OpenAT so I started with the hello_world example. I built and ran it successfully and now I want to extend it.
So I began trying the wm_atSendCommand function. I included wm_apm.h. First the compiler could bot find the include file so I copied it to the project directory. Now I get a link error saying: “undefined reference to `wm_atSendCommand’”.
Seems that I have to link some library. But which and how?