Forum Discussion
Altera_Forum
Honored Contributor
11 years agoDS-5 and JTAG server
Should the ARM DS-5 Debugger work through an Altera JTAG server? In Eclipse, I do the following: Select the "Run -> Debug Configurations..." menu item Under "DS-5 Debugger", click...
Altera_Forum
Honored Contributor
11 years agoIt 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.