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

Broken compilation on ARM/PowerPC #260

Closed
pablodelara opened this issue Dec 18, 2023 · 1 comment
Closed

Broken compilation on ARM/PowerPC #260

pablodelara opened this issue Dec 18, 2023 · 1 comment
Labels

Comments

@pablodelara
Copy link
Contributor

Due to new interface for ec_init_tables for x86, now ec_init_tables does not have a single implementation (base), so it needs to be defined and call ec_init_tables_base function, for aarch64 and PowerPC

Current build issues:
erasure_code/erasure_code_test.c:282: undefined reference to ec_init_tables' /usr/bin/ld: /root/isa-l/erasure_code/erasure_code_test.c:308: undefined reference to ec_init_tables'
/usr/bin/ld: /root/isa-l/erasure_code/erasure_code_test.c:350: undefined reference to ec_init_tables' /usr/bin/ld: /root/isa-l/erasure_code/erasure_code_test.c:376: undefined reference to ec_init_tables'
/usr/bin/ld: /root/isa-l/erasure_code/erasure_code_test.c:421: undefined reference to `ec_init_tables'

PR #259 fixes this issue.

@pablodelara
Copy link
Contributor Author

Now that #259 is merged, this should be fixed. Feel free to reopen it otherwise.

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

No branches or pull requests

1 participant