Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined reference to symbol 'keypad' #33346

Open
Junzhou-Chen opened this issue Aug 20, 2024 · 0 comments
Open

Undefined reference to symbol 'keypad' #33346

Junzhou-Chen opened this issue Aug 20, 2024 · 0 comments
Labels
PC Issues related to running openpilot on PC

Comments

@Junzhou-Chen
Copy link

Describe the bug

Bug describe:

I fellow the documentation: tools/README.md, when i order: 'scons -u -j$(nproc)' and I can't selove it.

(.venv) (base) junzhou@chen:~/openpilot$ scons -u -j$(nproc)
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
clang++ -o tools/replay/replay -Wl,--as-needed -Wl,--no-undefined -Wl,-rpath=/home/junzhou/openpilot/third_party/acados/aarch64/lib tools/replay/main.o -Lthird_party/acados/aarch64/lib -Lthird_party/libyuv/aarch64/lib -L/usr/lib -L/usr/local/lib -Lmsgq_repo -Lthird_party -Lselfdrive/pandad -Lcommon -Lrednose/helpers -L/home/junzhou/anaconda3/lib -Lselfdrive/ui tools/replay/libqt_replay.a -lavutil -lavcodec -lavformat -lbz2 -lzstd -lcurl -lyuv -lncurses common/libcommon.a -ljson11 -lzmq cereal/libsocketmaster.a msgq_repo/libmsgq.a -lzmq -lcapnp -lkj cereal/libcereal.a msgq_repo/libvisionipc.a -lm -lssl -lcrypto -lpthread -lqt_util -lQt5Widgets -lQt5Gui -lQt5Core -lQt5Network -lQt5Concurrent -lQt5Multimedia -lQt5Quick -lQt5Qml -lQt5QuickWidgets -lQt5DBus -lQt5Xml -lGL -lOpenCL
/usr/bin/ld: tools/replay/libqt_replay.a(consoleui.o): undefined reference to symbol 'keypad'
/usr/bin/ld: /home/junzhou/anaconda3/lib/./libtinfow.so.6: error adding symbols: DSO missing from command line
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
scons: *** [tools/replay/replay] Error 1
scons: building terminated because of errors.

PC environment describe:
Ubuntu 24.04

OS Version

Ubuntu 24.04

openpilot version or commit

No response

Additional info

No response

@Junzhou-Chen Junzhou-Chen added the PC Issues related to running openpilot on PC label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PC Issues related to running openpilot on PC
Projects
None yet
Development

No branches or pull requests

1 participant