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
Error: repos/decawave-uwb-core/lib/uwb_pan/src/uwb_pan.c: In function 'handle_pan_request':
repos/decawave-uwb-core/lib/uwb_pan/src/uwb_pan.c:353:48: error: taking address of packed member of 'struct _pan_frame_t' may result in an unaligned pointer value [-Werror=address-of-packed-member]
353 | if (pan->request_cb(request->long_address, &request->req, &response->req)) {
| ^~~~~~~~~~~~~
repos/decawave-uwb-core/lib/uwb_pan/src/uwb_pan.c:353:63: error: taking address of packed member of 'struct _pan_frame_t' may result in an unaligned pointer value [-Werror=address-of-packed-member]
353 | if (pan->request_cb(request->long_address, &request->req, &response->req)) {
| ^~~~~~~~~~~~~~
cc1: all warnings being treated as errors
The text was updated successfully, but these errors were encountered:
seijikun
changed the title
Compiling rtdoa_node example fails
Compiling the rtdoa_node and rtdoa_tag examples fails
Jun 29, 2021
When compiling the
rtdoa_node
or thertdoa_tag
example, I get compile errors.Software-Versions:
uwb-apps
: mastergcc
: 9.2.1 & 10.2.1mynewt
: 1.8.0Hardware: DWM1001
Error:
The text was updated successfully, but these errors were encountered: