Accessing libsoc for PWM generation

Hi Toradex Team,

I am trying to use libsoc for generating PWM signals, including “libsoc_pwm.h”.
Unfortunately I am getting linker error as “libsoc_pwm_request()” functions are undefined.
Please help me to add the suitable library in eclipse.
OS used: ubuntu 18.04

Thanks,
Awadhesh Singh,
Tata Advanced Systems, Bengalore

Hi @awadhesh ,

Welcome to Toradex Community !

Could you please share what is your BSP version ? (see /etc/issue file in your module)
Are you building the Open-Embedded image at your end ?

You can try by including libsoc in your image and SDK. Then try to build the application.
IMAGE_INSTALL_append = " libsoc"