[Gambas-user] Issue 242 in gambas: Gamba forms fail on Debian ARM
gambas at ...2524...
gambas at ...2524...
Tue Apr 24 18:15:17 CEST 2012
Comment #2 on issue 242 by tvijlbr... at ...626...: 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 at ...2825...:~/tmp$ gbr2 hello.gambas
Hello
user at ...2825...:~/tmp$ gdb gbr2
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/gbr2...(no debugging symbols found)...done.
(gdb) run hello.gambas
Starting program: /usr/bin/gbr2 hello.gambas
[Thread debugging using libthread_db enabled]
ERROR: #45: File or directory does not exist
Program exited with code 01.
So, i cannot debug gbr2 in the normal way. I get an error
message from gbr2 which does not occur when invoked from the commandline
outside gdb???
Any hints? This works ok on i386.
Note that you can run arm programs with qemu without buying hardware:
http://www.cnx-software.com/2011/10/18/raspberry-pi-emulator-in-ubuntu-with-qemu/
More information about the User
mailing list