Development Tools Setup Tips
From XCore Exchange
XCC Fails on Ubuntu x64?
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:
$ sudo apt-get install ia32-libs
