glb-caanoo->rpi and now ?

Previous topic - Next topic

Marmor

hi ,
i compiled a small demo for rpi with using the caanoo plattform .
i put it on the desktop on raspian but how to run ?

mentalthink

HI Marmor, Rasperry Pi have his own Compiler, in the last beta you find Html5 and RPy, about compile like a Canni I think don't needs now...

MrTAToad

I presume it would be run the same way as a usual Linux program - there would be the execuable (which may need to have its permissions changed to execute) and then you either run it from Terminal or via the desktop

matchy

I presume that the RPi compile is still in development but I tried anyhow with a basic drawrect test.

Code (glbasic) Select

chmod +x raspberrypi.bin
./raspberrypi.bin


On the main monitor, the screen goes blue for about 15 seconds, whether run on the main or via remote desktop connection. The remote session show a blank full screen of the app but then after it stops, this is what I see (and maybe could help with debugging):


Marmor

yap matchy this is ok because kitty is working on and have some ideas.

ok id like to use the software render from the caanoo  but i get no idea what i should do.

i compiled transfered  to the rpi desktop but cant run anything ?
maybe it helps this is my first rpi or linux day ever so iam a noob

matchy

On Wheezy it doesn't seen to work but, last year, I have had it going on this vm version:
http://hackaday.com/2012/03/22/the-first-raspberry-pi-build-is-a-mame-machine/

Marmor, have you tried to execute the raspberrypi.bin GLBv11 compile as MrT and I have illustrated?

fivesprites

The Raspberry Pi build target on V11 doesn't work yet - you'll probably end up with a blue screen and lots of error messages.

Kitty has fixed the errors, but the colours are still wrong and the performance is, well, AWFUL!  Looks like it's dropping to s/w rendering rather than hardware and the texture format could be wrong - but progress is being made :)

The caanoo port did work a while ago, but again - was painfully slow as it was s/w rendering.  I don't know if it's still possible to get it running.

matchy

Yeah, I mention the screen goes blue, but you can see a maximized window with the app title on a RDC at the same time.

Anyhow, at this stage, I would be more interested in being able to, say, read and write files, comm or GIPO for electronics even as a command line than use it for displaying graphics.