error installing SimpleIDE
whiteoxe
Posts: 794
I don't know why, it worked for me before Mint and widows conspired to disappear ! But now on Ubuntu I'm getting an error ?
Hi, Ive installed everything , its a compiler and IDE but i'm not getting it right to 'run' this is the final stage where all I want to do is run it for the first time ?
i type ./simpleide in the directory and I get an error message
mike@Doom:~/Documents/SimpleIDE-0-9-45$ ./simpleide
bash: ./simpleide: No such file or directory
mike@Doom:~/Documents/SimpleIDE-0-9-45$
These are the instructions I am trying to follow, I hope the picture helps ?
INSTALL
1. Unpack SimpleIDE with $ tar -xjf SimpleIDE-packagename.bz2
2. Change directory $ cd SimpleIDE-version.
3. Setup with $ sudo ./setup.sh $USER (or use root $ ./setup.sh username)
4. SimpleIDE workspace:
a. Remove ~/Documents/SimpleIDE to get a new copy of the workspace.
b. On first run ./simpleide will install ~/Documents/SimpleIDE files.
5. Previous users should remove the ~/.config/ParallaxInc/SimpleIDE.conf file.
RUN
1. Run with $ ./simpleide
2. SimpleIDE Compiler Properties should have:
a. Compiler /opt/parallax/bin
b. Loader path /opt/parallax/propeller-load
c. Workspace ~/Documents/SimpleIDE
3. SimpleIDE should start with the Welcome.c demo
I't installed everything, I just can't run it ?
Hi, Ive installed everything , its a compiler and IDE but i'm not getting it right to 'run' this is the final stage where all I want to do is run it for the first time ?
i type ./simpleide in the directory and I get an error message
mike@Doom:~/Documents/SimpleIDE-0-9-45$ ./simpleide
bash: ./simpleide: No such file or directory
mike@Doom:~/Documents/SimpleIDE-0-9-45$
These are the instructions I am trying to follow, I hope the picture helps ?
INSTALL
1. Unpack SimpleIDE with $ tar -xjf SimpleIDE-packagename.bz2
2. Change directory $ cd SimpleIDE-version.
3. Setup with $ sudo ./setup.sh $USER (or use root $ ./setup.sh username)
4. SimpleIDE workspace:
a. Remove ~/Documents/SimpleIDE to get a new copy of the workspace.
b. On first run ./simpleide will install ~/Documents/SimpleIDE files.
5. Previous users should remove the ~/.config/ParallaxInc/SimpleIDE.conf file.
RUN
1. Run with $ ./simpleide
2. SimpleIDE Compiler Properties should have:
a. Compiler /opt/parallax/bin
b. Loader path /opt/parallax/propeller-load
c. Workspace ~/Documents/SimpleIDE
3. SimpleIDE should start with the Welcome.c demo
I't installed everything, I just can't run it ?
Comments
Don't type ./simpleide ... just type simpleide. It should be in /usr/bin/simpleide after install.