| ARM Technical Support Knowledge Articles | |
Applies to: RealView Development Suite (RVDS)
Exporting an Eclipse flash device to RealView Debugger on Linux is not possible without adding the librvdaccess.so library to the LD_LIBRARY_PATH before launching Eclipse. You can add this in the bash shell with the following command:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RVDEBUG_INSTALL/lib
Article last edited on: 2008-09-09 15:47:54
Did you find this article helpful? Yes No
How can we improve this article?