Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在编译./compile-openssl.sh all 时报错 Invalid argument,报错信息如下,查看../include/openssl/opensslconf.h 发现文件大小为0,请问哪里出问题了 该如何解决 #5580

Open
fleynit opened this issue Feb 4, 2024 · 0 comments

Comments

@fleynit
Copy link

fleynit commented Feb 4, 2024

Configured for android-armv7.


[*] compile openssl

depend
making depend in crypto...
make[1]: Entering directory '/home/ylrong/ijkplayer-android/android/contrib/openssl-armv7a/crypto'
In file included from cryptlib.h:65:0,
from cryptlib.c:117:
../e_os.h:62:34: fatal error: ../include/openssl/opensslconf.h: Invalid argument

include <openssl/opensslconf.h>

                              ^

compilation terminated.
mem.c:61:28: fatal error: ../include/openssl/crypto.h: Invalid argument
#include <openssl/crypto.h>
^
compilation terminated.
mem_clr.c:61:28: fatal error: ../include/openssl/crypto.h: Invalid argument
#include <openssl/crypto.h>
^
compilation terminated.
In file included from cryptlib.h:65:0,
from mem_dbg.c:115:
../e_os.h:62:34: fatal error: ../include/openssl/opensslconf.h: Invalid argument

include <openssl/opensslconf.h>

                              ^

compilation terminated.
In file included from cryptlib.h:65:0,
from cversion.c:59:
../e_os.h:62:34: fatal error: ../include/openssl/opensslconf.h: Invalid argument

include <openssl/opensslconf.h>

                              ^

compilation terminated.
In file included from cryptlib.h:65:0,
from ex_data.c:141:
../e_os.h:62:34: fatal error: ../include/openssl/opensslconf.h: Invalid argument

include <openssl/opensslconf.h>

                              ^

compilation terminated.
cpt_err.c:63:25: fatal error: ../include/openssl/err.h: Invalid argument
#include <openssl/err.h>
^
compilation terminated.
ebcdic.c:5:28: fatal error: ../include/openssl/e_os2.h: Invalid argument

include <openssl/e_os2.h>

                        ^

compilation terminated.
uid.c:56:28: fatal error: ../include/openssl/crypto.h: Invalid argument
#include <openssl/crypto.h>
^
compilation terminated.
o_time.c:64:27: fatal error: ../include/openssl/e_os2.h: Invalid argument
#include <openssl/e_os2.h>
^
compilation terminated.
In file included from o_str.c:61:0:
../e_os.h:62:34: fatal error: ../include/openssl/opensslconf.h: Invalid argument

include <openssl/opensslconf.h>

                              ^

compilation terminated.
In file included from o_dir.c:61:0:
../e_os.h:62:34: fatal error: ../include/openssl/opensslconf.h: Invalid argument

include <openssl/opensslconf.h>

                              ^

compilation terminated.
In file included from cryptlib.h:65:0,
from o_fips.c:59:
../e_os.h:62:34: fatal error: ../include/openssl/opensslconf.h: Invalid argument

include <openssl/opensslconf.h>

                              ^

compilation terminated.
In file included from o_init.c:56:0:
../e_os.h:62:34: fatal error: ../include/openssl/opensslconf.h: Invalid argument

include <openssl/opensslconf.h>

                              ^

compilation terminated.
fips_ers.c:1:33: fatal error: ../include/openssl/opensslconf.h: Invalid argument
#include <openssl/opensslconf.h>
^
compilation terminated.
make[1]: *** [Makefile:137: local_depend] Error 1
make[1]: Leaving directory '/home/ylrong/ijkplayer-android/android/contrib/openssl-armv7a/crypto'
make: *** [Makefile:484: depend] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant