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

[Feature]: libffi-3.4.6 to get past undefined variable error. #2

Open
LeonG71 opened this issue Sep 8, 2024 · 0 comments
Open

[Feature]: libffi-3.4.6 to get past undefined variable error. #2

LeonG71 opened this issue Sep 8, 2024 · 0 comments
Assignees

Comments

@LeonG71
Copy link

LeonG71 commented Sep 8, 2024

Feature description

libffi-3.4.4 causes undefined variable error.

use libffi-3.4.6 to get past undefined variable error.

Want resolve what problem

When using Xuantie-900-gcc-linux-6.6.0-glibc-x86_64-V2.10.1,

libffi-3.4.4 causes implicit declaration error

tmp-libffi-x86_64-pc-linux-gnu/libffi-3.4.3/src/tramp.c: In function 'ffi_tramp_get_temp_file':
tmp-libffi-x86_64-pc-linux-gnu/libffi-3.4.3/src/tramp.c:262:22: error: implicit declaration of function 'open_temp_exec_file' [-Wimplicit-function-declaration] 262 | tramp_globals.fd = open_temp_exec_file ();

use libffi-3.4.6 to get past implicit declaration error

Anything else

No response

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