BST doesn't work on linux
acalot
Posts: 4
Hello everybody,
i just downloaded bst for linux for programming SPIN a bit on linux...
i'm using the 3.2.0-31-generic kernel and have downloaded the executable in the official site but it doesn't work propely...
i can only edit the code but can't compile, can't open a file, and can't do anything...
sorry for my bad(?) english
Thanks in advance
i just downloaded bst for linux for programming SPIN a bit on linux...
i'm using the 3.2.0-31-generic kernel and have downloaded the executable in the official site but it doesn't work propely...
i can only edit the code but can't compile, can't open a file, and can't do anything...
sorry for my bad(?) english
Thanks in advance
Comments
You may want to check the permissions of all the files/directories you expect to read/write to.
If something in your Linux distribution is incompatible with BST you may be out of luck as BST does not seem to be maintained any more and sadly we have not heard from it's author for two years or so.
What distribution are you using and is it a 64 bit machine?
You are going to need 32 bit versions of all the dynamic libraries that BST uses.
Have a google for "how to run 32 bit apps on 64 bit linux" or some thing like that.
It may be a simple as this:
As described here: http://maketecheasier.com/run-32-bit-apps-in-64-bit-linux/2009/08/10
EDIT: with ia32-libs-multiarch is installing... so crossing my fingers
EDIT2: the same thing...
EDIT3: if I open the editor with terminal i get this:
-Tor
Sadly I don't have a 64 bit install of anything, say Debian or Fedora, to show how it could be done.
At this point if it was me I'd be swapping Ubuntu for Debian or installing a 32 bit Debian under VirtualBox. You might even have more luck running the Windows version of BST under Wine:)
Virtual box is wonderful!
I even have WindowsXP running on it for testing - good thing it's sequestered
Of course I have Debian 32/64, Mint, Ubuntu32/64, Suse32, etc... too.
Also, it's a good way to try ChromeOS ... which i'll probably never use.
BTW, I run BST on Mint 13 x64 no problem at all.
It usually hangs and block the port too.
I shortly tested SimpleIDE with spin files and the hello.c project and it works fairly well under the same ubuntu.
Massimo
Even though I dislike current Ubuntu a lot because of Unity I have to say: I'm running bst.linux on Ubuntu 12.04 LTS x86_64 daily for many hours w/o a single problem which I can blame Ubuntu for. The only prerequisite required is the famous
(In a process of migrating to propgcc/SimpleIDE anyway)
-j