I am trying to get a debugger going and I get an error message as follows:
- Code: Select all
Cannot load target driver DLL /home/robertw/.rowley_associates_limited/CrossWorks for MSP430/v3/packages/targets/msp430/MSP430_v3.so : /lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/robertw/.rowley_associates_limited/CrossWorks for MSP430/v3/packages/targets/msp430/MSP430_v3.so)
I then found I do not have this version of GLIBCXX on my computer:
- Code: Select all
strings /usr/lib/libstdc++.so.6 | grep GLIBC
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_3.4.20
GLIBC_2.3
GLIBC_2.0
GLIBC_2.4
GLIBC_2.18
GLIBC_2.3.4
GLIBC_2.1
GLIBC_2.17
GLIBC_2.1.3
GLIBC_2.3.2
GLIBC_2.2
GLIBCXX_DEBUG_MESSAGE_LENGTH
It looks like someone else asked exactly the same question and got no reply:
viewtopic.php?f=8&t=11180
I found this page:
http://rpm.pbone.net/index.php3/stat/4/ ... 4.rpm.html
There is a version of GLIBCXX_3.4.21 in Caludron. Could I possibly just install that library? I don't know whether that might bork everything else.
Would be very grateful for some pointers on this!