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
when I try to run sudo make install python test.py I'm getting errors like this:
./ltkc_base.h:142:5: error: unknown type name 'llrp_u16_t'; did you mean 'llrp_u16v_t'?
llrp_u16_t nValue;
^~~~~~~~~~
llrp_u16v_t
i'm using the updated makefile also, is it because the patch is outdated?
The text was updated successfully, but these errors were encountered:
when I try to run
sudo make install python test.py
I'm getting errors like this:./ltkc_base.h:142:5: error: unknown type name 'llrp_u16_t'; did you mean 'llrp_u16v_t'?
llrp_u16_t nValue;
^~~~~~~~~~
llrp_u16v_t
i'm using the updated makefile also, is it because the patch is outdated?
The text was updated successfully, but these errors were encountered: