command line tools problem on Ubuntu 64-bit

Technical questions regarding the XTC tools and programming with XMOS.
User avatar
Jamie
Experienced Member
Posts: 99
Joined: Mon Dec 14, 2009 1:01 pm

command line tools problem on Ubuntu 64-bit

Post by Jamie »

Just thought it might be worth mentioning in case anyone else has the same problem:

When I tried to run any of the 10.4 command line tools (e.g. xcc) on 64-bit Ubuntu it gave me the error:

Code: Select all

"No such file or directory."
Managed to fix this by installing ia32-libs:

Code: Select all

sudo apt-get install ia32-libs


User avatar
Woody
XCore Addict
Posts: 165
Joined: Wed Feb 10, 2010 2:32 pm

Post by Woody »

This is also mentioned in the xmos.com knowledge base.
http://www.xmos.com/kbase/index.php?Vie ... EntryID=25