-
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
gr-nrsc5 fails on gr3.8 with... #11
Comments
@BM45 That's not a failure, it's just a warning. But i'll leave this issue open for now, since I should probably consider whether it's worth adding some padding to silence the warning. |
You're right, its just a warning! Is the tx flowgraph tested successfully on real(!) hd-radio hardware ? |
Yes, I've tested it (in GNU Radio 3.8) with a couple real HD Radio receivers. If the sample flow graphs I provided still aren't working for you, please provide whatever details you can to help me reproduce the problem. Thanks! |
FYI: I was able to receive "maint3-8" release just fine on a Sangaen HDF-16 receiver |
gr::buffer::allocate_buffer: warning: tried to allocate
4 items of size 146176. Due to alignment requirements
16 were allocated. If this isn't OK, consider padding
your structure to a power-of-two bytes.
On this platform, our allocation granularity is 4096 bytes.
Press Enter to quit:
The text was updated successfully, but these errors were encountered: