-
Notifications
You must be signed in to change notification settings - Fork 24
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
cflags etsi codecs: -m32 #1
Comments
dark@dark-HP-ZBook-15:~/tetra-listener$ ./build.sh anyone know how to repair that? |
@rumo333 this is not related to the ticket. Could you open a new issue? |
Well it is related, patch that fails is the one introducing m32 CFLAGS, for some reason repository included patch expects I've commited changes that fix the issue in my environment, and use march=native as per @skinkie request Could you please test and close this issue if appropriate? |
Thanks for following this up. |
I'm just getting into TETRA decoding. Check out this patch: https://raw.githubusercontent.com/sq5bpf/install-tetra-codec/master/codec.diff Found in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=tetra-codec - compiles out of the box on Arch Linux. |
@ericek111 our current patch-set includes more than what's in aur, specifically patches for marking timeslots and U/D patches, why did you send link to patches into this ticket, is it somehow related? |
Since this issue is still open, I left it here as a reference. According to some other threads and bug reports, the ETSI codec fails to compile without The linked patch does some refactoring and the AUR package compiles fine for me. I don't yet fully understand how every link of the chain works. |
-m32 isn't available on all platforms, thus fails on ARM for example. I would also suggest to add -march=native for better optimisation.
The text was updated successfully, but these errors were encountered: