curlライブラリのソースコードをダウンロードし、Androidソースの外部フォルダーに抽出しました。次のconfigureコマンドを使用してcurl_config.hを生成しました。
./configure --host=arm-linux --disable-tftp --disable-sspi --disable-ipv6 --disable-ldaps --disable-ldap --disable-telnet --disable-pop3 --disable-ftp --without-ssl --disable-imap --disable-smtp --disable-pop3 --disable-rtsp --disable-ares --without-ca-bundle --disable-warnings --disable-manual --without-nss --enable-shared --without-zlib --without-random --without-libidn
しかし、カールモジュールを構築するためにmmを実行すると、次のエラーが発生します。
external/curl/lib/connect.c:579: error: invalid 'asm': invalid operand for code 'w'
誰かがこのエラーを修正する方法を知っていますか?
前もって感謝します!