I have some users of my project asking if it will run on RaspberryPi
already.
It's the ultimate home automation 'server' so I can understand their eager
to get it running.
In the mean time I continue porting my software to Gambas3, but please put
it somewhere on your to do list.
Thanks.
Regards,
Ro
Le 26/04/2012 18:36, Ron a écrit :
> Gambas2 already runned on ARM before, so it doesn't seem to be much work to
> get it running or am I mistaken?
>
I will try to compile it, but that needs some backport from Gambas 3 to
remove the use of "long double", and I don't have the time now to deep
int
Comment #11 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on
Debian ARM
http://code.google.com/p/gambas/issues/detail?id=242
Yes, compiling takes a while.
Ok, removing the long double functions will solve the ARM issue in an
elegant and efficient way.
I consider the issue closed no
Gambas2 already runned on ARM before, so it doesn't seem to be much work to
get it running or am I mistaken?
Regards,
Ron_2nd
Op 26 apr. 2012 18:05 schreef het volgende:
> Updates:
>Status: WontFix
>
> Comment #10 on issue 242 by benoit.m...@gmail.com: Gamba forms fail on
> Debian ARM
>
Updates:
Status: WontFix
Comment #10 on issue 242 by benoit.m...@gmail.com: Gamba forms fail on
Debian ARM
http://code.google.com/p/gambas/issues/detail?id=242
I finally succeeded in running the Gambas 3 IDE on a Raspberry Pi QEMU
emulator.
So I don't think I will fix Gambas 2.
Now
Comment #9 on issue 242 by benoit.m...@gmail.com: Gamba forms fail on
Debian ARM
http://code.google.com/p/gambas/issues/detail?id=242
I'm currently trying to compile Gambas 3 with QEMU, but it takes hours and
hours.
I have removed all "long double" functions, as they are not used anymore in
Old daemons keep fermly !
Le 26/04/2012 08:02, charlesg a écrit :
>
> charlesg wrote:
>> I have emailed Raspberry Pi to see if they have any development kits.
>>
> I have received a very polite reply from Eben Upton telling me to join the
> queue!
>
> Thinking about it, I suspect the ex-Director o
I have a Raspberry Pi on order... but no idea yet how long before it
will be fulfilled.
Once it arrives, of course one of my first tasks will be to try out
Gambas on it :-D
Are you one of the lucky few who actually has one Benoit? Anyone else
on the list with one already?
Regards,
Caveat
On
charlesg wrote:
>
> I have emailed Raspberry Pi to see if they have any development kits.
>
I have received a very polite reply from Eben Upton telling me to join the
queue!
Thinking about it, I suspect the ex-Director of Computer Science, St John's
College, Cambridge would probably develop
Comment #8 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian
ARM
http://code.google.com/p/gambas/issues/detail?id=242
gamba3 runs after a recompile and install.
I restored the config.h and I'm now doing a recompile with the critical
gbx_math.c definitions changed to:
...
#if
Comment #7 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian
ARM
http://code.google.com/p/gambas/issues/detail?id=242
gamba3 runs after a recompile and install.
I restored the config.h and I'm now doing a recompile with gbx_match.c
changed to:
...
#ifndef __arm__
#ifndef HAVE_
Comment #6 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian
ARM
http://code.google.com/p/gambas/issues/detail?id=242
Removing the powl() definitin results in the IDE loading a load of files
and it ends in:
Breakpoint 2, CLASS_load_without_init (class=0x10ec6c) at
gbx_class_lo
Comment #5 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian
ARM
http://code.google.com/p/gambas/issues/detail?id=242
Eureka:
user@Nokia-N800-43-7:/media/data/user/gamba/gambas3-3.1.1$ gcc testpow.c
user@Nokia-N800-43-7:/media/data/user/gamba/gambas3-3.1.1$ ./a.out
8
segmentatio
Comment #4 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian
ARM
http://code.google.com/p/gambas/issues/detail?id=242
I'm getting somewhere, the call stack fails at an infinite call to pow():
(gdb) where^M
#0 *pow (x=10, y=-1) at gbx_math.c:250^M
#1 0x0002a504 in *pow (x=10, y
Fabien Bodard-4 wrote:
>
> but how to get one of these machines?
>
I have emailed Raspberry Pi to see if they have any development kits.
Standing in RS Components or Premier Farnell queue would I fear take
forever.
--
View this message in context:
http://old.nabble.com/Issue-242-in-gambas
Le 25 avril 2012 10:57, Benoît Minisini a écrit :
> Le 25/04/2012 10:51, Fabien Bodard a écrit :
>> 2012/4/25 charlesg:
>>>
>>>
>>> kevinfishburne wrote:
I just tested gb3's memory consumption with the world
generator for my game it it uses about 70 MB of RAM just to load the
Le 25/04/2012 10:51, Fabien Bodard a écrit :
> 2012/4/25 charlesg:
>>
>>
>> kevinfishburne wrote:
>>>
>>> I just tested gb3's memory consumption with the world
>>> generator for my game it it uses about 70 MB of RAM just to load the
>>> project.
>>>
>>
>> Gambas apps may not consume RAM but I see
2012/4/25 charlesg :
>
>
> kevinfishburne wrote:
>>
>> I just tested gb3's memory consumption with the world
>> generator for my game it it uses about 70 MB of RAM just to load the
>> project.
>>
>
> Gambas apps may not consume RAM but I seem to remember that Gambas itself
> will not compile an ap
kevinfishburne wrote:
>
> I just tested gb3's memory consumption with the world
> generator for my game it it uses about 70 MB of RAM just to load the
> project.
>
Gambas apps may not consume RAM but I seem to remember that Gambas itself
will not compile an app if the m/c does not have 384M
On 04/24/2012 03:21 AM, charlesg wrote:
>
> gambas-4 wrote:
>> Status: New
>> New issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM
>>
> It's early days (you're lucky if you can actually get hold of a Raspberry
> Pi) but I think a Pi with functional Gambas would have an enormous eff
Updates:
Status: Accepted
Labels: -Priority-Medium Priority-Low
Comment #3 on issue 242 by benoit.m...@gmail.com: Gamba forms fail on
Debian ARM
http://code.google.com/p/gambas/issues/detail?id=242
I will try to do the QEMU stuff, but I don't have a lot of time.
gbr2 is not an
Comment #2 on issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian
ARM
http://code.google.com/p/gambas/issues/detail?id=242
Ok, I'll look into it.
I have a weird gdb issue however:
user@Nokia-N800-43-7:~/tmp$ gbr2 hello.gambas
Hello
user@Nokia-N800-43-7:~/tmp$ gdb gbr2
GNU gdb (GDB)
gambas-4 wrote:
>
> Alas I don't have any ARM architecture where I could debug Gambas.
>
Hmm... 256Mb RAM. I guess that might be a killer.
--
View this message in context:
http://old.nabble.com/Issue-242-in-gambas%3A-Gamba-forms-fail-on-Debian-ARM-tp33737503p33739442.html
Sent from the gamb
Updates:
Status: NeedsInfo
Labels: -Version Version-2.24.0
Comment #1 on issue 242 by benoit.m...@gmail.com: Gamba forms fail on
Debian ARM
http://code.google.com/p/gambas/issues/detail?id=242
Alas I don't have any ARM architecture where I could debug Gambas.
You can help by:
1
gambas-4 wrote:
>
> Status: New
> New issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM
>
It's early days (you're lucky if you can actually get hold of a Raspberry
Pi) but I think a Pi with functional Gambas would have an enormous effect on
the perception and acceptance of Gamb
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 242 by tvijlbr...@gmail.com: Gamba forms fail on Debian ARM
http://code.google.com/p/gambas/issues/detail?id=242
See:
http://www.raspberrypi.org/forum/projects-and-collabo
26 matches
Mail list logo