-
Notifications
You must be signed in to change notification settings - Fork 317
Description
Describe the bug
root@transmitter:/dist_tmp# make deb
g++ -Wall -O2 -fno-strict-aliasing -DZFEX_UNROLL_ADDMUL_SIMD=8 -DZFEX_USE_INTEL_SSSE3 -DZFEX_USE_ARM_NEON -DZFEX_INLINE_ADDMUL -DZFEX_INLINE_ADDMUL_SIMD -DWFB_VERSION='"25.12.20.36385-109e1add"' -std=gnu++11 -c -o src/rx.o src/rx.cpp
src/rx.cpp: In member function ‘virtual void Forwarder::process_packet(const uint8_t*, size_t, uint8_t, const uint8_t*, const int8_t*, const int8_t*, uint16_t, uint8_t, uint8_t, sockaddr_in*)’:
src/rx.cpp:393:49: sorry, unimplemented: non-trivial designated initializers not supported
.bandwidth = bandwidth };
^
src/rx.cpp:393:49: sorry, unimplemented: non-trivial designated initializers not supported
src/rx.cpp:393:49: sorry, unimplemented: non-trivial designated initializers not supported
Makefile:48: recipe for target 'src/rx.o' failed
make: *** [src/rx.o] Error 1
To Reproduce
Steps to reproduce the behavior:
git clone master
execute command make deb
Expected behavior
compile deb files
Screenshots
Your setup (please complete the following information):
- Hardware [Jetson nano 2BG ]
- WiFi cards [ rtl8812au]
- WiFi drivers [ stock ]
Additional context
None
Confirm you read