Page 1 of 1

Does PB run on ucLinux?

Posted: Sat May 29, 2010 4:18 pm
by littlebigman
Hello

I'd like to use a BASIC language to write snippets to run on the Rowetel telephony servers, which use an MMU-less Blackfin processor and the µcLinux Linux distribution.

For those of you using PureBasic extensively on Linux, do you know if PB programs will compile and run on that type of processor, or is PB strictly x86-capable?

Thank you.

Re: Does PB run on ucLinux?

Posted: Sat May 29, 2010 5:08 pm
by Trond
PB for linux runs only on 32-bit x86 and 64-bit x86 (aka x64). PB for Mac runs on x86 and PowerPC.

So it will not work on Blackfin.

Re: Does PB run on ucLinux?

Posted: Sat May 29, 2010 6:28 pm
by littlebigman
Too bad. Thanks for the quick reply.