Xtclsh not found

Hi,

When I try to make the Makefile, i get an error in the console saying
that
xtclsh not found. Where can i get this file?

View this message in context:
http://old.nabble.com/xtclsh-not-found-tp30486735p30486735.html
Sent from the GnuRadio mailing list archive at Nabble.com.

On 12/17/2010 10:55 PM, anirudh2059. wrote:

Hi,

When I try to make the Makefile, i get an error in the console saying that
xtclsh not found. Where can i get this file?

It comes with Xilinx ISE.

I usually setup by my .bashrc like this:

#XILINX_ROOT=/opt/Xilinx/10.1
XILINX_ROOT=/opt/Xilinx/12.1/ISE_DS
export PATH=${XILINX_ROOT}/ISE/bin/lin64:${PATH}
export PATH=${XILINX_ROOT}/EDK/gnu/microblaze/lin64/bin:${PATH}

-Josh