Why does XCC fail to run on 64bit Ubuntu? Topic is solved

If you have a simple question and just want an answer.
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Why does XCC fail to run on 64bit Ubuntu?

Post by sethu_jangala »



View Solution
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

On clean ubuntu x64_64 installs you may encounter an error similar to the following:

$ xcc

bash: xcc: command not found


This is due to certain 32bit libraries that are required by the XMOS tools not being installed. To fix this run:

# apt-get install ia32-libs