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
/usr/bin/ld: /tmp/cc8PG2h3.o: in function `main':
ctello_state.cpp:(.text+0x2cc): undefined reference to `ctello::Tello::Bind(int, int)'
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
Trying to build with
g++ -std=c++17 -I/home/a/Desktop/projects/hello-world/include/ -L/usr/local/lib -Wl,-R/usr/local/lib ctello_state.cpp -lctello -o ctello_state.o
and it outputs an error:
The text was updated successfully, but these errors were encountered: