Replies: 1 comment
-
Hi, can you share the recipe with us to reproduce the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was able to create Yocto recipe for ipp-usb cross-compilation, but I hit issue with data types used in 'usbio_libusb.go', e.g. 'cannot use _Ctype_ushort(iface.addr.Num) (type _Ctype_ushort) as type _Ctype_uint16_t in argument to func literal'.
I was able to fix it with patch changing the data type, e.g.
The compilation is successful and ipp-usb is working. I'm new to "go compilation", so I would like to know if it's safe and if you have any idea why this happened?
bitbake_ipp-usb_log.txt
Beta Was this translation helpful? Give feedback.
All reactions