This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Googling "multiple definition of `_dl_addr_inside_object'" suggests a couple of things to try:
1. removing "-fstack-protector" (I use this option when building gcc); 2. force this by adding "-fno-stack-protector" to both the gcc and glibc builds; 3. use "-j1" instead of (my usual) "-j3"
Unfortunately none of this worked and I am really stuck and very frustrated, so would appreciate any help from the list with regards to how to overcome this problem.
-- For unsubscribe information see http://sourceware.org/lists.html#faq
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |