public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "thien.pham3i2 at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/67596] New: /usr/include/c++/4.7/bits/stl_list.h error
Date: Wed, 16 Sep 2015 02:43:00 -0000	[thread overview]
Message-ID: <bug-67596-4@http.gcc.gnu.org/bugzilla/> (raw)

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67596

            Bug ID: 67596
           Summary: /usr/include/c++/4.7/bits/stl_list.h error
           Product: gcc
           Version: 4.4.7
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: thien.pham3i2 at gmail dot com
  Target Milestone: ---

Created attachment 36340
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36340&action=edit
the error

Dear all,
I compiled the project but the project is error with error message:

[root@localhost Impinj_ltk]# make x86
mkdir -p ./bin
g++ \
    -m32 -Wno-write-strings \
    -Llib \
    -Iinclude \
        speedway_embedded_example.cpp \
        -lltkcpp_x86 -lltkcppimpinj_x86 -lxml2_x86 \
        -o bin/speedwayr_x86
lib/libltkcpp_x86.a(ltkcpp_connection_x86.o): In function
`std::list<LLRP::CMessage*, std::allocator<LLRP::CMessage*>
>::_M_erase(std::_List_iterator<LLRP::CMessage*>)':
/usr/include/c++/4.7/bits/stl_list.h:1542: undefined reference to
`std::__detail::_List_node_base::_M_unhook()'
lib/libltkcpp_x86.a(ltkcpp_connection_x86.o): In function
`std::list<LLRP::CMessage*, std::allocator<LLRP::CMessage*>
>::_M_insert(std::_List_iterator<LLRP::CMessage*>, LLRP::CMessage* const&)':
/usr/include/c++/4.7/bits/stl_list.h:1526: undefined reference to
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
lib/libltkcpp_x86.a(ltkcpp_typeregistry_x86.o): In function
`std::list<LLRP::CTypeDescriptor const*, std::allocator<LLRP::CTypeDescriptor
const*> >::_M_insert(std::_List_iterator<LLRP::CTypeDescriptor const*>,
LLRP::CTypeDescriptor const* const&)':
/usr/include/c++/4.7/bits/stl_list.h:1526: undefined reference to
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
lib/libltkcpp_x86.a(ltkcpp_genout_x86.o): In function
`std::list<LLRP::CParameter*, std::allocator<LLRP::CParameter*>
>::_M_insert(std::_List_iterator<LLRP::CParameter*>, LLRP::CParameter*
const&)':
/usr/include/c++/4.7/bits/stl_list.h:1526: undefined reference to
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
lib/libltkcpp_x86.a(ltkcpp_genout_x86.o): In function
`std::list<LLRP::CROSpec*, std::allocator<LLRP::CROSpec*>
>::_M_insert(std::_List_iterator<LLRP::CROSpec*>, LLRP::CROSpec* const&)':
/usr/include/c++/4.7/bits/stl_list.h:1526: undefined reference to
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
lib/libltkcpp_x86.a(ltkcpp_genout_x86.o): In function
`std::list<LLRP::CAccessSpec*, std::allocator<LLRP::CAccessSpec*>
>::_M_insert(std::_List_iterator<LLRP::CAccessSpec*>, LLRP::CAccessSpec*
const&)':
/usr/include/c++/4.7/bits/stl_list.h:1526: undefined reference to
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
lib/libltkcpp_x86.a(ltkcpp_genout_x86.o):/usr/include/c++/4.7/bits/stl_list.h:1526:
more undefined references to
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
follow
lib/libltkcpp_x86.a(ltkcpp_element_x86.o): In function
`std::list<LLRP::CParameter*, std::allocator<LLRP::CParameter*>
>::_M_erase(std::_List_iterator<LLRP::CParameter*>)':
/usr/include/c++/4.7/bits/stl_list.h:1542: undefined reference to
`std::__detail::_List_node_base::_M_unhook()'
lib/libltkcppimpinj_x86.a(impinj_ltkcpp_genout_x86.o): In function
`std::list<LLRP::CImpinjArrayVersion*,
std::allocator<LLRP::CImpinjArrayVersion*>
>::_M_insert(std::_List_iterator<LLRP::CImpinjArrayVersion*>,
LLRP::CImpinjArrayVersion* const&)':
/usr/include/c++/4.7/bits/stl_list.h:1526: undefined reference to
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
lib/libltkcppimpinj_x86.a(impinj_ltkcpp_genout_x86.o): In function
`std::list<LLRP::CC1G2Read*, std::allocator<LLRP::CC1G2Read*>
>::_M_insert(std::_List_iterator<LLRP::CC1G2Read*>, LLRP::CC1G2Read* const&)':
/usr/include/c++/4.7/bits/stl_list.h:1526: undefined reference to
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
lib/libltkcppimpinj_x86.a(impinj_ltkcpp_genout_x86.o): In function
`std::list<LLRP::CImpinjTransitionZone*,
std::allocator<LLRP::CImpinjTransitionZone*>
>::_M_insert(std::_List_iterator<LLRP::CImpinjTransitionZone*>,
LLRP::CImpinjTransitionZone* const&)':
/usr/include/c++/4.7/bits/stl_list.h:1526: undefined reference to
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
lib/libltkcppimpinj_x86.a(impinj_ltkcpp_genout_x86.o): In function
`std::list<LLRP::CEPCData*, std::allocator<LLRP::CEPCData*>
>::_M_insert(std::_List_iterator<LLRP::CEPCData*>, LLRP::CEPCData* const&)':
/usr/include/c++/4.7/bits/stl_list.h:1526: undefined reference to
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
lib/libltkcppimpinj_x86.a(impinj_ltkcpp_genout_x86.o): In function
`std::list<LLRP::CImpinjAntennaPolarizationCapability*,
std::allocator<LLRP::CImpinjAntennaPolarizationCapability*>
>::_M_insert(std::_List_iterator<LLRP::CImpinjAntennaPolarizationCapability*>,
LLRP::CImpinjAntennaPolarizationCapability* const&)':
/usr/include/c++/4.7/bits/stl_list.h:1526: undefined reference to
`std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
collect2: ld returned 1 exit status
make: *** [bin/speedwayr_x86] Error 1

Could someone please help me fix this error ?
thanks and regards
Thieen


             reply	other threads:[~2015-09-16  2:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-16  2:43 thien.pham3i2 at gmail dot com [this message]
2015-09-16  9:39 ` [Bug c++/67596] " redi at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-67596-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).