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

complie error for openwrt(master 20160921) to resolve these problems #18

Open
fzglxyc opened this issue Sep 21, 2016 · 0 comments
Open

Comments

@fzglxyc
Copy link

fzglxyc commented Sep 21, 2016

@hubaiz @bmedicke @tajson @dmpop I'm try to complie ddserver for openwrt(tl-mr12u) ,found these error

undefined reference to symbol '_Unwind_Resume@@GCC_3.0'
libgcc_s.so.1:error adding symbols: DSO missing from command line

## Resolve

  1. change to "DslrDashboardServer" path
  2. edit "Makefile" line 18
    from
    DEPENDS:=+libusb-1.0 +uclibcxx
    change to
    DEPENDS:=+libusb-1.0 +uclibcxx +libstdcpp

3)edit "Makefile" line 34
from
LIBS="-nodefaultlibs -lgcc -lc -lusb-1.0 -lpthread -luClibc++"
change to
LIBS="-lgcc -lc -lusb-1.0 -lpthread -luClibc++"

4)to reconfigury openwrt
make menuconfig
to save config

  1. to recomplie ddserver to success
luckylz2git added a commit to luckylz2git/DslrDashboardServer that referenced this issue Apr 24, 2020
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

1 participant