XMOS 11.2.2 Linux 64-bit tools

Technical questions regarding the XTC tools and programming with XMOS.
MaxFlashrom
Experienced Member
Posts: 82
Joined: Fri Nov 05, 2010 2:59 pm

XMOS 11.2.2 Linux 64-bit tools

Post by MaxFlashrom »

I have downloaded the latest 64-bit tools from https://www.xmos.com/products/development-tools specifically
https://www.xmos.com/published/desktop-tools-linux64, not the one that supposedly includes 32-bit binaries as well as 64-bit i.e. not this one https://www.xmos.com/published/desktop- ... ux64binary

What I see is that this supposedly all 64-bit is still full of 32-bit linked binary files, like xcc, and as such will only run on a 64-bit system with 32-bit libraries installed. I am confused about this. Can someone elaborate please.
The 64-bit install reports:

Code: Select all

file $(which xrun)
/opt/XMOS/DevelopmentTools/11.2.2/bin/xrun: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped

file $(which xcc)
/opt/XMOS/DevelopmentTools/11.2.2/bin/xcc: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped
Thanks
Max.


russ
Junior Member
Posts: 7
Joined: Fri Dec 11, 2009 11:53 am

Post by russ »

Apologies. They website has them the wrong way around.

https://www.xmos.com/published/desktop- ... ux64binary has 64bit binaries. Use this one.

https://www.xmos.com/published/desktop-tools-linux64 only has 64bit browser support from XDE. This was an interim version before all the drivers we require were available as 64bit and will be discontinued from the next release to avoid such confusion :-)

I will get this fixed on the website.

Regards
Russ
Last edited by russ on Mon Oct 24, 2011 11:57 am, edited 1 time in total.
russ
Junior Member
Posts: 7
Joined: Fri Dec 11, 2009 11:53 am

Post by russ »

The website has been corrected.

Russ
MaxFlashrom
Experienced Member
Posts: 82
Joined: Fri Nov 05, 2010 2:59 pm

Post by MaxFlashrom »

russ wrote:The website has been corrected.

Russ
Thank you for fixing this. I'll try it out soon.

Max.