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

C compiler cannot create executables #789

Open
sandrejs opened this issue Aug 16, 2023 · 2 comments
Open

C compiler cannot create executables #789

sandrejs opened this issue Aug 16, 2023 · 2 comments

Comments

@sandrejs
Copy link

System Details

x86_64-pc-linux-gnu
android.ndk = 23b
android.ndk_api = 21
android.api = 31

Problems Description

configure: error: in /home/andrejs_sokolovs/andrej_app/.buildozer/android/platform/build-arm64-v8a/build/other_builds/libffi/arm64-v8a__ndk_target_21/libffi': configure: error: C compiler cannot create executables See config.log' for more details

Config log problem

configure: failed program was:
| /* confdefs.h /
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.4.2"
| #define PACKAGE_STRING "libffi 3.4.2"
| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "libffi"
| #define VERSION "3.4.2"
| /
end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }

@elsandosgrande
Copy link

@sandrejs What's the error emitted by the compiler in the configure log?

@wh-timme
Copy link

@sandrejs Have you check if the compile environment is broken?

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

3 participants