Re: [Gambas-user] My Raspberry Pi has arrived!

2012-08-09 Thread Fabien Bodard
CMake ? Le 8 août 2012 21:45, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 08/08/2012 21:13, Emil Lenngren a écrit : I finally managed to compile the main components (compiler/interpreter) and run the benchmark primes (takes 430 seconds, compared to 20 seconds for standard

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-08-08 Thread Emil Lenngren
I finally managed to compile the main components (compiler/interpreter) and run the benchmark primes (takes 430 seconds, compared to 20 seconds for standard x86). What I don't like is the reconf-scripts. Even for components that take ~10 seconds to compile, I first have to run the ./reconf script

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-08-08 Thread Emil Lenngren
Yay, the IDE works too, and it is actually faster than I expected. I think it is not sluggish at all! It is just that most of the IDE windows are a bit too large for my 720x576 tv... 2012/8/8 Emil Lenngren emil.lenng...@gmail.com I finally managed to compile the main components

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-08-08 Thread Benoît Minisini
Le 08/08/2012 21:39, Emil Lenngren a écrit : Yay, the IDE works too, and it is actually faster than I expected. I think it is not sluggish at all! It is just that most of the IDE windows are a bit too large for my 720x576 tv... Screenshot! Screenshot! -- Benoît Minisini

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-08-08 Thread Benoît Minisini
Le 08/08/2012 21:13, Emil Lenngren a écrit : I finally managed to compile the main components (compiler/interpreter) and run the benchmark primes (takes 430 seconds, compared to 20 seconds for standard x86). What I don't like is the reconf-scripts. Even for components that take ~10 seconds

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-08-08 Thread Benoît Minisini
Le 08/08/2012 21:40, Benoît Minisini a écrit : Le 08/08/2012 21:39, Emil Lenngren a écrit : Yay, the IDE works too, and it is actually faster than I expected. I think it is not sluggish at all! It is just that most of the IDE windows are a bit too large for my 720x576 tv... Screenshot!

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-08-08 Thread John Spikowski
On Wed, 2012-08-08 at 21:40 +0200, Benoît Minisini wrote: Le 08/08/2012 21:39, Emil Lenngren a écrit : Yay, the IDE works too, and it is actually faster than I expected. I think it is not sluggish at all! It is just that most of the IDE windows are a bit too large for my 720x576 tv...

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-08-08 Thread Emil Lenngren
The jit compiler kind of works.. sometimes, and sometimes not, after I changed the target triple and data layout to arm. Creation of llvm code and optimization always seem to work, but the native code emitter does not seem to be that stable... /Emil 2012/8/8 John Spikowski

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-31 Thread Caveat
ssh -X to the pi is working fine. I just installed openssh-server on the pi (I'm currently playing with the Debian Squeeze image) and have successfully run Empathy on the pi but with its window here on my main machine... Regards, Caveat On 30/05/12 10:48, Caveat wrote: Anyone need specific

[Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Caveat
Anyone need specific tests carried out, just let me know! OK, OK, I really just wanted to let everyone know it's here! Kind regards, Caveat -- Live Security Virtual Conference Exclusive live event will cover all the

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Benoît Minisini
Le 30/05/2012 10:48, Caveat a écrit : Anyone need specific tests carried out, just let me know! OK, OK, I really just wanted to let everyone know it's here! Kind regards, Caveat These privileged people... :-) I was thinking: maybe I must find a way to let the IDE debug programs remotely.

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Fabien Bodard
2012/5/30 Benoît Minisini gam...@users.sourceforge.net Le 30/05/2012 10:48, Caveat a écrit : Anyone need specific tests carried out, just let me know! OK, OK, I really just wanted to let everyone know it's here! Kind regards, Caveat These privileged people... :-) I was

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread John Spikowski
On Wed, 2012-05-30 at 10:55 +0200, Benoît Minisini wrote: These privileged people... :-) I was thinking: maybe I must find a way to let the IDE debug programs remotely. I mean: developing the program on the PC, click on the start button, and magically the program is run on the Raspberry

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread jm
On Wed, 2012-05-30 at 10:55 +0200, Benoît Minisini wrote: Le 30/05/2012 10:48, Caveat a écrit : Anyone need specific tests carried out, just let me know! OK, OK, I really just wanted to let everyone know it's here! Kind regards, Caveat These privileged people... :-) I was

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Benoît Minisini
Le 30/05/2012 13:08, jm a écrit : On Wed, 2012-05-30 at 10:55 +0200, Benoît Minisini wrote: Le 30/05/2012 10:48, Caveat a écrit : Anyone need specific tests carried out, just let me know! OK, OK, I really just wanted to let everyone know it's here! Kind regards, Caveat These privileged

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread linuxos
Hi Benoît, To communicate by ssh you can use the same library that i used to build my proper component: libssh.0.52 at this url: http://www.libssh.org/ and you can get my component here: http://www.gambasforge.org/code-45-gbsshclient.html Olivier Cruilles Le 30 mai 2012 à 13:37, Benoît

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread tobi
On Wed, 30 May 2012, Benoît Minisini wrote: Le 30/05/2012 13:08, jm a écrit : On Wed, 2012-05-30 at 10:55 +0200, Benoît Minisini wrote: Le 30/05/2012 10:48, Caveat a écrit : Anyone need specific tests carried out, just let me know! OK, OK, I really just wanted to let everyone know it's

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread jm
On Wed, 2012-05-30 at 13:37 +0200, Benoît Minisini wrote: Le 30/05/2012 13:08, jm a écrit : On Wed, 2012-05-30 at 10:55 +0200, Benoît Minisini wrote: Le 30/05/2012 10:48, Caveat a écrit : Anyone need specific tests carried out, just let me know! OK, OK, I really just wanted to let

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Ricardo Díaz Martín
Hi, If you're thinking to use ssh -X I think freenx will be better. I'm using for deploy my software from the last 5 years and works fine. In ubuntu it is very easy to install. But both of them need you install all the gambas enviroment in raspberry pi box and maybe Benoit is only thinking in

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Benoît Minisini
Le 30/05/2012 14:12, linuxos a écrit : Hi Benoît, To communicate by ssh you can use the same library that i used to build my proper component: libssh.0.52 at this url: http://www.libssh.org/ and you can get my component here: http://www.gambasforge.org/code-45-gbsshclient.html Olivier

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Benoît Minisini
Le 30/05/2012 15:04, tobi a écrit : Don't know how remote debugging programs like gdb or something work with this, but a naive and the more annoying-to-write approach could be a socket on the other side which receives commands. There are passed through a function that selects the debugging

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Benoît Minisini
Verbosity has made things unclear! :) Sorry Benoît, unless I mis-understood something, I am sure ssh -X login will be as good as IDE login without the overheads. I do this all the time with ssh -X so I am a fan of this method of remote debugging. Please try logging into a remote PC with

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread tobi
On Wed, 30 May 2012, Benoît Minisini wrote: Le 30/05/2012 15:04, tobi a écrit : Don't know how remote debugging programs like gdb or something work with this, but a naive and the more annoying-to-write approach could be a socket on the other side which receives commands. There are

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Christer Johansson
Conrats Caveat, still waiting for mine... I was thinking: maybe I must find a way to let the IDE debug programs remotely. I mean: developing the program on the PC, click on the start button, and magically the program is run on the Raspberry and debugged remotely. But I don't know what

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread jm
On Wed, 2012-05-30 at 19:17 +0200, Benoît Minisini wrote: Verbosity has made things unclear! :) Sorry Benoît, unless I mis-understood something, I am sure ssh -X login will be as good as IDE login without the overheads. I do this all the time with ssh -X so I am a fan of this method