i've downloaded the curl library source code and i extracted it in the external folder of the android source the i generated the curl_config.h with the following configure command
./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
But when i do an mm to build the curl module i get the following error:
external/curl/lib/connect.c:579: error: invalid 'asm': invalid operand for code 'w'
Does anyone know how to fix this error ?
Thanks in advance!