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

gr-atsc fails with clang 7 #2267

Closed
ast opened this issue Dec 26, 2018 · 5 comments
Closed

gr-atsc fails with clang 7 #2267

ast opened this issue Dec 26, 2018 · 5 comments

Comments

@ast
Copy link

ast commented Dec 26, 2018

Maybe more of a build file bug?

CMakeFiles/Makefile2:1878: recipe for target 'gr-atsc/lib/CMakeFiles/gnuradio-atsc.dir/all' failed
make[1]: *** [gr-atsc/lib/CMakeFiles/gnuradio-atsc.dir/all] Error 2
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2```

```cmake version 3.10.2```
```clang version 7.0.0 (tags/RELEASE_700/final)```
@drmpeg
Copy link
Member

drmpeg commented Dec 27, 2018

There's nothing useful in gr-atsc. All of the functionality has been replaced or enhanced in gr-dtv. In 3.8, gr-atsc has been deleted.

@ast
Copy link
Author

ast commented Dec 27, 2018

Good.

Sorry about that. Should have checked better upstream. Just wanted start experimentatiok with a stable release. Will move on to upstream now.

@drmpeg
Copy link
Member

drmpeg commented Dec 27, 2018

Also, I can't reproduce this. maint-3.7 builds okay with clang-6.0 on BeagleBoard-X15.

@ast
Copy link
Author

ast commented Dec 27, 2018

Ok even better. Maybe I messed something up or maybe it's a raspbian bug. Do you use any special flags or just cmake ..? I will try again.

@drmpeg
Copy link
Member

drmpeg commented Dec 27, 2018

Here's my CMake. It doesn't configure volk very well, but you know all about that.

cmake -DCMAKE_INSTALL_PREFIX=/opt/gnuradio-3.7.12git -DCMAKE_CXX_FLAGS:STRING="-march=armv7-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a15 -Werror=unused-command-line-argument" -DCMAKE_C_FLAGS:STRING="-march=armv7-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a15 -Werror=unused-command-line-argument" ../

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

3 participants