LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

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 Kudos
Message 1 of 3
(3,312 Views)
Seems to be solved by doing:
# yum install compat-libstdc++-33.i386
--
Guillaume Dargaud
http://www.gdargaud.net/


0 Kudos
Message 2 of 3
(3,312 Views)

>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 Kudos
Message 3 of 3
(3,292 Views)