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

Unable to build on powerpc64 or powerpc64le with dyncall #955

Closed
ffontaine opened this issue Sep 5, 2018 · 1 comment
Closed

Unable to build on powerpc64 or powerpc64le with dyncall #955

ffontaine opened this issue Sep 5, 2018 · 1 comment

Comments

@ffontaine
Copy link
Contributor

Build with powerpc64 and powerpc64le with dyncall fails on:

In file included from dyncall_callback.c:35:0:
dyncall_callback_ppc64.c: In function 'dcbNewCallback':
dyncall_callback_ppc64.c:42:13: warning: implicit declaration of function 'dcAllocWX' [-Wimplicit-function-declaration]
int err = dcAllocWX(sizeof(DCCallback), (void**) &pcb);
^~~~~~~~~
dyncall_callback_ppc64.c: In function 'dcbFreeCallback':
dyncall_callback_ppc64.c:53:3: warning: implicit declaration of function 'dcFreeWX' [-Wimplicit-function-declaration]
dcFreeWX(pcb, sizeof(DCCallback));
^~~~~~~~
dyncall_callback_ppc64.S: Assembler messages:
dyncall_callback_ppc64.S:180: Error: operand out of range (3 is not between 0 and 1)

For more details, see:

The issue seems similar to #222.

@ffontaine
Copy link
Contributor Author

I'm closing this issue as I can't reproduce it with moarvm 2021.10

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