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

Meson builds with arm “--enable-fixed-point” fail with invalid meson syntax #295

Closed
heitbaum opened this issue Aug 21, 2023 · 2 comments

Comments

@heitbaum
Copy link
Contributor

Build fails with:

../celt/meson.build:49:25: ERROR: configure_file keyword argument "output" Output 'arm/armopts.s' must not contain a path segment.

output: 'arm/armopts.s',

@heitbaum
Copy link
Contributor Author

heitbaum commented Mar 6, 2024

  • PR fix arm asm meson source build #320 goes some way to fixing this issue. It fixes the meson build syntax. Understanding why the now generated assembly code (in the correct directory) does build. I’m not sure.

@heitbaum
Copy link
Contributor Author

Fixed in upstream now

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

Successfully merging a pull request may close this issue.

1 participant