Thanks for accepting the change on unnamed union.
There is another issue with tinycbor on buildroot. On some architectures, it seems that libtinycbor.a is created as a directory. You can find more information here: https://patchwork.ozlabs.org/patch/652187/. II have not found the issue yet.
There is juste this line which seems at bit strange to me: "test -d $(@d) || $(MKDIR) $(@d)". I don't think this line is needed because src and tools directories are always there but this is harmless.
Did you already have this issue with libtinycbor.a created as a directory?
Thanks for accepting the change on unnamed union.
There is another issue with tinycbor on buildroot. On some architectures, it seems that libtinycbor.a is created as a directory. You can find more information here: https://patchwork.ozlabs.org/patch/652187/. II have not found the issue yet.
There is juste this line which seems at bit strange to me: "test -d$(@d) || $ (MKDIR) $(@d)". I don't think this line is needed because src and tools directories are always there but this is harmless.
Did you already have this issue with libtinycbor.a created as a directory?