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
Hi, I'm using udp-over-tcp on x86_64 devices, and it works perfectly great, but when I try to build it for aarch64 devices, I got some error:
/usr/bin/ld: /workspaces/udp-over-tcp/target/aarch64-unknown-linux-gnu/release/deps/tcp2udp-40...39.tcp2udp.a90...e94-cgu.0.rcgu.o: error adding symbols: file in wrong format
collect2: error: ld returned 1 exit status
error: could not compile `udp-over-tcp` (bin "tcp2udp") due to 1 previous error
The text was updated successfully, but these errors were encountered:
Hi, I'm using udp-over-tcp on x86_64 devices, and it works perfectly great, but when I try to build it for aarch64 devices, I got some error:
The text was updated successfully, but these errors were encountered: