Thursday, January 9, 2014

cds_root: command not found.

I changed to a new computer and I had to reinstall my Cadence 5141. I came across something that I didn't expect when I ran icfb:
cds_root: command not found.
This was unexpected. In the dfII/bin/bin64 directory, I also found that there was a cds_root file and that worked fine. After some trial and error, I realized that ic5141 is probably 32-bit.

I have Debian as AMD64, so I had to add the i386 packages for 32-bit support.
dpkg --add-architecture i386
apt-get update
and then you add the libraries.
apt-get install ia32-libs

No comments:

Post a Comment