Should the ARM DS-5 Debugger work through an Altera JTAG server?
In Eclipse, I do the following:Link Copied
It does work. The solution was to add the Quartus linux32 directory (where libjtag_client.so resides) to the LD_LIBRARY_PATH environment variable. In the bash shell, this is accomplished by executing the following:
export LD_LIBRARY_PATH=<Quartus installation directory>/quartus/linux32:${LD_LIBRARY_PATH} or, if the LD_LIBRARY_PATH variable is undefined, just: export LD_LIBRARY_PATH=<Quartus installation directory>/quartus/linux32 DS-5 Eclipse must then be restarted.For more complete information about compiler optimizations, see our Optimization Notice.