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
ar since binutils >=2.40 links against libsframe but binutils is entirely in the SDK and not in platform runtime. So libsframe needs to be copied, else the apply_extra script won't work.
cp -a /usr/lib/$(gcc --print-multiarch)/libsframe.so* ${FLATPAK_DEST}/lib
Another option is to use bsdtar instead of ar.
Thanks
The text was updated successfully, but these errors were encountered:
Hi, this is a heads up.
ar
since binutils >=2.40 links against libsframe but binutils is entirely in the SDK and not in platform runtime. Solibsframe
needs to be copied, else theapply_extra
script won't work.Another option is to use bsdtar instead of ar.
Thanks
The text was updated successfully, but these errors were encountered: