Modify ↓
#11179 closed defect (fixed)
gdbserver: error while loading shared libraries: libthread_db.so.1 noexist
Reported by: | rossb@… | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | Barrier Breaker 14.07 |
Component: | packages | Version: | Trunk |
Keywords: | gdb | Cc: |
Description
title says it all, FIX: package/gdb/Makefile: define Package/gdbserver/install --- $(INSTALL_DIR) $(1)/usr/bin +++ $(INSTALL_DIR) $(1)/usr/{bin,lib} $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/gdbserver $(1)/usr/bin/ +++ $(CP) $(TOOLCHAIN_DIR)/lib/libthread_db* $(1)/usr/lib endef
Attachments (0)
Change History (2)
comment:1 Changed 5 years ago by florian
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
Note: See
TracTickets for help on using
tickets.
Fixed with r33479, thanks!