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
|