This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

cannot start rvdebug in ubuntu 14.04.1, .../lib/libxry.so.1: undefined symbol: XpQueryExtension

cannot start rvdebug in ubuntu 14.04.1, please give solution

issue :

$ rvdebug

/home/ARM/RVD/Core/4.1.2/38/linux-pentium/bin/rvdebug: symbol lookup error: /home/ARM/RVD/Core/4.1.2/38/linux-pentium/lib/libxry.so.1: undefined symbol: XpQueryExtension


I followed this for installation


How to install in Ubuntu:

http://www.techor.com/article-42.html

# How to install realview ICE at ubuntu 8.04/10.04?

0. Get RVDS4.0

1. Make sure some of the files at RVDS4.0 having write/execution attribute(If the attribute is differ with CD's)

2. execute setuplinux.bin, it will begin to install

3. After install successfully, do export ARMLMD_LICENSE_FILE=LICENSE_ADDRESS, and let RVDS get license

4. source RVDS41env.posh which at your install folder

5. apt-get install libmotif4

    a. sudo ln -s /usr/lib/libXm.so.4 /usr/lib/libXm.so.3

6. rvdebug

0