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
{{ message }}
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
Hi,
I just tried to cross compile the LUKS, few issues occur as mentioned below
The url to which LVM is pointing is not available, need to change to a mirror site for downloading that specific version of LVM. Then while configuring, warning is thrown specifying that "unrecognized option --with-dmdir". Somehow I added patch to include --with-dmdir and later it got compiled.
The second error was while configuring util-linux, it was throwing "unrecognized option --enable-pkgconfig", not sure how to include the support for including enable-pkgconfig. Ignored the warning while configuring then it compiled.
Finally while configuring cryptsetup, it throws "unrecognized options --enable-libgcrypt, --enable-libdevmapper" but still the executable is getting generated. When copied and tried executing the generated executable on my device, it throws "segmentation fault". Probably I cannot skip or ignore the "unrecognized options --enable-libgcrypt, --enable-libdevmapper" error, as this is a key part.
Can you please help me out on how can I go ahead on this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I just tried to cross compile the LUKS, few issues occur as mentioned below
Can you please help me out on how can I go ahead on this.
The text was updated successfully, but these errors were encountered: