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

g++: error: unrecognized debug output level ‘ddb’ #1

Open
dbdxnuliba opened this issue Apr 18, 2022 · 1 comment
Open

g++: error: unrecognized debug output level ‘ddb’ #1

dbdxnuliba opened this issue Apr 18, 2022 · 1 comment

Comments

@dbdxnuliba
Copy link

g++ -lstdc++ -gddb -m64 -L /home/dell1804/refer/ws_carte_impedance/build/kuka_lwr_hw/reflexxes-prefix/src/ReflexxesTypeII/Linux/RMLPositionSampleApplications/../../Linux/x64/debug/lib/static -L /usr/lib64 -ldl -lm -o /home/dell1804/refer/ws_carte_impedance/build/kuka_lwr_hw/reflexxes-prefix/src/ReflexxesTypeII/Linux/RMLPositionSampleApplications/../../Linux/x64/debug/bin/static/07_RMLPositionSampleApplication /home/dell1804/refer/ws_carte_impedance/build/kuka_lwr_hw/reflexxes-prefix/src/ReflexxesTypeII/Linux/RMLPositionSampleApplications/../../Linux/x64/debug/obj/static/07_RMLPositionSampleApplication.o -lReflexxesTypeII
g++: error: unrecognized debug output level ‘ddb’

@marktain
Copy link

marktain commented Dec 7, 2022

you should modify "gddb" by "ggdb" in your makefile.

  • cd ReflexxesTypeII/Linux
  • vim Makefile.global

modify line 40 as below:
DEBUG_CL= g++ $(SYSTEM_LIBS) -ggdb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants