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

Compile error on Raspbian "Buster" #40

Closed
dl9sec opened this issue Nov 30, 2019 · 2 comments
Closed

Compile error on Raspbian "Buster" #40

dl9sec opened this issue Nov 30, 2019 · 2 comments

Comments

@dl9sec
Copy link

dl9sec commented Nov 30, 2019

Hi,

i tried to build the latest freedv on an Raspberry Pi 3 on Raspbian "Buster".
Codec2 and LPCNet seems to build well, but when compiling freedv-gui, the build process stops at about 25% with the following error:

/home/pi/projects/freedv-gui/src/fdmdv2_main.cpp: In function ‘void __cpuid(int*, int)’:
/home/pi/projects/freedv-gui/src/fdmdv2_main.cpp:4490:6: error: impossible constraint in ‘asm’
     );
      ^
make[2]: *** [src/CMakeFiles/freedv.dir/build.make:128: src/CMakeFiles/freedv.dir/fdmdv2_main.cpp.o] Fehler 1

Maybe this part of code isn't supported on ARM targets.

Any solutions how to solve?

Thanks in advance.

Regards, Thorsten

@ghost
Copy link

ghost commented Nov 30, 2019 via email

@dl9sec
Copy link
Author

dl9sec commented Nov 30, 2019

Great stuff!
Thank you very much, builds like a charm now :-D

Regards, Thorsten

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

2 participants