Hi there,
I have downloaded xTIMEcomposer Version 14.0.1 Linux 64-bit on my computer. When I enter "source SetEnv" in the terminal windown, I got the following result:
export: Command not found.
XMOS_TOOL_PATH: Undefined variable.
Does anyone know where the problem is?
I note that on the download page, it says xTIMEcomposer supports Centos and Ubuntu. My current Linux version is
3.17.3-1-ARCH #1 SMP PREEMPT Fri Nov 14 23:13:48 CET 2014 x86_64 GNU/Linux
Does xTIMEcomposer support Arch Linux?
xTIMEcomposer Installation failed
-
- Member
- Posts: 9
- Joined: Thu Apr 16, 2015 4:02 am
Officially xTIMEcomposer tools (14.0.1) are supported only by the following versions of the Linux:
- Centos 6.6
- Ubuntu 12.04 LTS
- Ubuntu 14.04 LTS
-
- Experienced Member
- Posts: 84
- Joined: Mon Jan 18, 2010 2:52 pm
Hi,
What shell are you using in your terminal?
i.e. whats the output of 'echo $SHELL'?
The SetEnv script is simply a bash script file which sets up a few
enviornment variables, so assuming
that you are running bash then it should work ok on any version of linux. Maybe
you could open the setenv script and try executing the first command
in your terminal manually. Does this give the same error?
Cheers,
Kris
What shell are you using in your terminal?
i.e. whats the output of 'echo $SHELL'?
The SetEnv script is simply a bash script file which sets up a few
enviornment variables, so assuming
that you are running bash then it should work ok on any version of linux. Maybe
you could open the setenv script and try executing the first command
in your terminal manually. Does this give the same error?
Cheers,
Kris