I am trying to build cc-tool for mac os 10.9.5. The configure command is working fine but when I try to make I get the following error. Is there anyone who knows what this error could mean?
$ make CXXLD cc-tool ld: warning: option -s is obsolete and being ignored ld: internal error: atom not found in symbolIndex(__ZN10CC_FlasherD2Ev) for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [cc-tool] Error 1
Have you solved this problem?
I had the same problem. But solved by changing line 227 of Makefile: From: LIBS = -s \ to LIBS = \
Log in to post a comment.
I am trying to build cc-tool for mac os 10.9.5. The configure command is working fine but when I try to make I get the following error. Is there anyone who knows what this error could mean?
Have you solved this problem?
I had the same problem. But solved by changing line 227 of Makefile:
From:
LIBS = -s \
to
LIBS = \