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
Hi, im with a problem while compile poco project for android, but the real problem is when compile openssl that poco depends on it. I get this error:
aes-armv4.S:358:2: error: out of range immediate fixup value
sub r10,r3,#AES_encrypt-AES_Te @ Te
^
aes-armv4.S:994:2: error: out of range immediate fixup value
sub r10,r3,#AES_decrypt-AES_Td @ Td
^
make[3]: *** [aes-armv4.o] Error 1
make[2]: *** [subdirs] Error 1
make[1]: *** [build_crypto] Error 1
OpenSSL/1.0.2o@conan/stable:
OpenSSL/1.0.2o@conan/stable: ERROR: Package '534df50dac7c680f5f1cff0af81b32be7b5b5a24' build failed
OpenSSL/1.0.2o@conan/stable: WARN: Build folder /Users/paulo/.conan/data/OpenSSL/1.0.2o/conan/stable/build/534df50dac7c680f5f1cff0af81b32be7b5b5a24
ERROR: OpenSSL/1.0.2o@conan/stable: Error in build() method, line 112
self.unix_build(config_options_string)
while calling 'unix_build', line 208
self.run_in_src("make", show_output=True)
while calling 'run_in_src', line 134
self.run(command)
ConanException: Error 512 while executing make
make: *** [conan-android] Error 1
Hi, im with a problem while compile poco project for android, but the real problem is when compile openssl that poco depends on it. I get this error:
I dont know why, it is compiling for "armv4.s".
My profile:
And my command is:
And my conanfile.txt is:
Can anyone help me?
The text was updated successfully, but these errors were encountered: