You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to build tinyalsa from the handsomefeed feed, it fails with pcm_plugin.c:156:5: error: 'strncpy' specified bound 64 equals destination size [-Werror=stringop-truncation].
After a failing make -j6, here the terminal output of make -j1 V=sc package/feeds/handsomefeed/tinyalsa/compile:
Ahoj,
when I try to build
tinyalsa
from thehandsomefeed
feed, it fails withpcm_plugin.c:156:5: error: 'strncpy' specified bound 64 equals destination size [-Werror=stringop-truncation]
.After a failing
make -j6
, here the terminal output ofmake -j1 V=sc package/feeds/handsomefeed/tinyalsa/compile
:grep -i tinyalsa .config
:CONFIG_PACKAGE_tinyalsa-lib=m
CONFIG_PACKAGE_tinyalsa-utils=m
.config
.The text was updated successfully, but these errors were encountered: