Altera_Forum
Honored Contributor
11 years agoARM DS-5 device_browser.py failed
Hi, guys!
I use the Quartus II 14.0 and ARM DS-5 Altera edition under CentOS 6.5 x64. I followed the ug_soc_eds.pdf guide to debug a baremetal program. During the configuration of the debugger, I found a mistake. When I click the "connect" button the error happend as the graph below. http://www.alteraforum.com/forum/attachment.php?attachmentid=9373&stc=1 The error message was "The script file ( device_browser.py ) failed during execution:". I use jython executed the .py file in shell, it shows like below:$ jython device_browser.py Traceback (innermost last): File "device_browser.py", line 2, in ? ImportError: no module named arm_ds_launcher If you need more information, just tell me, thanks! I found something new, that maybe help to solve the problem. When I hook over the cursor under the error message, the program pops up an error tips like below: http://www.alteraforum.com/forum/attachment.php?attachmentid=9429&stc=1 It said: Error, failed to load client library libjtag_client.so Please ensure that the environment variable QUARTUS_ROOTDIR is set to the path to the Altera quartus tools installation. because I execute the eclipse under the embedded_command_shell, so I checked the above environment variable, is echoed like below: $ echo $QUARTUS_ROOTDIR /usr/local/altera/14.0/quartus And I also checked the dynamic library, it shows like below: $ locate libjtag_client.so /usr/local/altera/13.1/quartus/linux/libjtag_client.so /usr/local/altera/13.1/quartus/linux64/libjtag_client.so /usr/local/altera/14.0/embedded/host_tools/mentor/gnu/arm/baremetal/i686-pc-linux-gnu/arm-altera-eabi/lib/libjtag_client.so /usr/local/altera/14.0/quartus/linux32/libjtag_client.so /usr/local/altera/14.0/quartus/linux64/libjtag_client.so I also want to know whether this problem has relationship with the license. I use the 30-days evaluation license. And if anybody use these tools under Linux, can test this to help me make. Thanks in advance.