How to remove gpiod error in SWupdate Installations

146 views Asked by At

I am currently installing swupdate but getting an error while running make command in swupdate file.

I followed the following steps to first install it -

  1. sudo apt-get install libgpiod-dev

  2. Ran make command in the swupdate file

Even after installing gpiod following error was shown

error


*too many arguments to function ```gpio_line_request_output``*` 

Is there a way I can make changes in menuconfig ?

enter image description here

1

There are 1 answers

0
sbabic On BEST ANSWER

libgpiod has rather changed its API and the signature of that function. To fix this, you have to set (or unset, it depends on the installed libgpiod) CONFIG_UCFW_OLD_LIBGPIOD in SWUpdate configuration.