You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am getting this error while running make command.
include/correct/reed-solomon/field.h:48:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (field_operation_t i = 1; i < 512; i++) {
Please let me know how to resolve this
Thanks,
Minal
The text was updated successfully, but these errors were encountered:
Hi
I am getting this error while running make command.
include/correct/reed-solomon/field.h:48:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
for (field_operation_t i = 1; i < 512; i++) {
Please let me know how to resolve this
Thanks,
Minal
The text was updated successfully, but these errors were encountered: