キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

cvicc broken

Hello all,
I think one of the recent RedHat updates must have broken the CVI linux
compiler:

$ cvicc --help
cvicc: error while loading shared libraries: libstdc++.so.5: cannot open
shared
object file: No such file or directory

# ln -s /usr/lib/libstdc++.so.6.0.8 /usr/lib/libstdc++.so.5
$ cvicc --help
cvicc: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2.2' not found (required
by cvicc)
cvicc: /usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by
cvicc)
cvicc: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2' not found (required by
cvicc)

$ locate libstdc++.so
/softs/adobe/acroread_8/Adobe/Reader8/Reader/intellinux/lib/libstdc++.so.6
/softs/adobe/acroread_8/Adobe/Reader8/Reader/intellinux/lib/libstdc++.so.6.0.7
/softs/xilinx/ise/gnu/gcc/3.2.3/lin/lib/libstdc++.so
/softs/xilinx/ise/gnu/gcc/3.2.3/lin/lib/libstdc++.so.5
/softs/xilinx/ise/gnu/gcc/3.2.3/lin/lib/libstdc++.so.5.0.3
/softs/xilinx.new/ise/gnu/gcc/3.2.3/lin/lib/libstdc++.so
/softs/xilinx.new/ise/gnu/gcc/3.2.3/lin/lib/libstdc++.so.5
/softs/xilinx.new/ise/gnu/gcc/3.2.3/lin/lib/libstdc++.so.5.0.3
/usr/lib/libstdc++.so.6
/usr/lib/libstdc++.so.6.0.8
/usr/lib/gcc/i386-redhat-linux/4.1.1/libstdc++.so

0 $ env | grep LD
LD_PRELOAD=/lib/libusb-driver.so
LD_LIBRARY_PATH=/softs/xilinx/ise/bin/lin:/usr/X11R6/lib:/softs/xilinx/edk/bin/lin

But I don't think an interaction with the Xilinx software is in cause as
I've had both installed for 2 years.


BTW, when is the next version of cvicc coming out ? I haven't heard anything
about it.
--
Guillaume Dargaud
http://www.gdargaud.net/


0 件の賞賛
メッセージ1/3
3,535件の閲覧回数
Seems to be solved by doing:
# yum install compat-libstdc++-33.i386
--
Guillaume Dargaud
http://www.gdargaud.net/


0 件の賞賛
メッセージ2/3
3,535件の閲覧回数

>BTW, when is the next version of cvicc coming out ? I haven't heard anything about it.

 

It's still planned for 2010.  I'm sorry that I can't be more specific...

 

Luis

0 件の賞賛
メッセージ3/3
3,515件の閲覧回数