Does PB run on ucLinux?

Just starting out? Need help? Post your questions and find answers here.
littlebigman
User
User
Posts: 12
Joined: Sat May 29, 2010 4:11 pm

Does PB run on ucLinux?

Post 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.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: Does PB run on ucLinux?

Post 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.
littlebigman
User
User
Posts: 12
Joined: Sat May 29, 2010 4:11 pm

Re: Does PB run on ucLinux?

Post by littlebigman »

Too bad. Thanks for the quick reply.
Post Reply