RSS YouTube LinkedIn Twitter XCore IRC

Search

Projects Tutorials Forum

Personal tools

Development Tools Setup Tips

From XCore Exchange

Jump to: navigation, search

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