Re: Toolchain-VM for C/Vala programs?

2009-07-06 Thread Marcel
Am Dienstag, 30. Juni 2009 14:11:19 schrieb Aapo Rantalainen:
 I made VirtualBox image for starting openmoko developing easily. This
 hosting site contains ads, but this is just rc1:
 http://www.2shared.com/file/6504056/3835d89/openmoko-base-devvdi.html

 For user who know how VirtualBox works:
 It is ubuntu 9.04 with openbox (virtualbox guest additions installed).
 Use right mouse button to launch menu and terminal.
 Compile first program (hello.c is ready there)
 . /usr/local/openmoko/arm/setup-env
 arm-angstrom-linux-gnueabi-gcc hello.c -o hello

 Some instructions:
 http://cc.oulu.fi/~rantalai/freerunner/vboximage/


 It is not big deal to copy compiled binaries out from virtual machine,
 but do You need some preinstalled http/ssh servers and manuals to map
 host ports to guest? I need comments.


 I have plan to add installed qemu-moko to image. What is situation of
 qemu-neo1973? Automatic_emulation_on_ubuntu have worked foolproof one
 year ago, but now it got stucked with kernel missing error.
 And is it possible to run 'Freerunner' on qemu or only GTA01?


 -Aapo Rantalainen

It would be nice if you included the whole e17 stuff including elementary 
from svn with their builddeps preinstalled so we can svn update the code 
and build against most recent e-libs. Provided the binaries still run on 
Om2009 et al

--
Marcel

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Toolchain-VM for C/Vala programs?

2009-07-01 Thread Lothar Behrens
Hi,

I am interested too in this project, but I would suggest using a  
readonly base image and an
additional writable to decrease the download size while development  
until to a stable.

Is this possible?

Thanks

Lothar


Am 30.06.2009 um 14:44 schrieb Christ van Willegen:

 On Thu, Jun 25, 2009 at 3:20 PM, Aapo
 Rantalainenaapo.rantalai...@gmail.com wrote:
 If I make VirtualBox virtualmachine containing installed om- 
 toolchain,
 where I should upload it? It is sure that somebody wants something
 else than VirtualBox, but this it only what I can offer.

 That would be great, I've been trying _forever_ to get a reasonably
 small virtual host 'together' for building OM apps! It would make app
 starting a bugfixing so much easier!

 Regards,

 Christ van Willegen

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


-- | Rapid Prototyping | XSLT Codegeneration | http://www.lollisoft.de
Lothar Behrens
Heinrich-Scheufelen-Platz 2
73252 Lenningen









___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Toolchain-VM for C/Vala programs?

2009-06-30 Thread Aapo Rantalainen
I made VirtualBox image for starting openmoko developing easily. This
hosting site contains ads, but this is just rc1:
http://www.2shared.com/file/6504056/3835d89/openmoko-base-devvdi.html

For user who know how VirtualBox works:
It is ubuntu 9.04 with openbox (virtualbox guest additions installed).
Use right mouse button to launch menu and terminal.
Compile first program (hello.c is ready there)
. /usr/local/openmoko/arm/setup-env
arm-angstrom-linux-gnueabi-gcc hello.c -o hello

Some instructions:
http://cc.oulu.fi/~rantalai/freerunner/vboximage/


It is not big deal to copy compiled binaries out from virtual machine,
but do You need some preinstalled http/ssh servers and manuals to map
host ports to guest? I need comments.


I have plan to add installed qemu-moko to image. What is situation of
qemu-neo1973? Automatic_emulation_on_ubuntu have worked foolproof one
year ago, but now it got stucked with kernel missing error.
And is it possible to run 'Freerunner' on qemu or only GTA01?


-Aapo Rantalainen

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Toolchain-VM for C/Vala programs?

2009-06-30 Thread Christ van Willegen
On Thu, Jun 25, 2009 at 3:20 PM, Aapo
Rantalainenaapo.rantalai...@gmail.com wrote:
 If I make VirtualBox virtualmachine containing installed om-toolchain,
 where I should upload it? It is sure that somebody wants something
 else than VirtualBox, but this it only what I can offer.

That would be great, I've been trying _forever_ to get a reasonably
small virtual host 'together' for building OM apps! It would make app
starting a bugfixing so much easier!

Regards,

Christ van Willegen

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Toolchain-VM for C/Vala programs?

2009-06-25 Thread Marcel
Hello,

I read about this from time to time on the ml, but cannot find results 
yet. Does someone have a virtual machine with the om-toolchain set up for 
compiling C/Vala programs for the ARMv4?
Having such a vm would simplify development significantly imho... Or we 
just need more documentation. I especially miss parts on how to get 
additional libraries needed by the program to compile into the 
toolchain...

--
Marcel

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Toolchain-VM for C/Vala programs?

2009-06-25 Thread Aapo Rantalainen
If I make VirtualBox virtualmachine containing installed om-toolchain,
where I should upload it? It is sure that somebody wants something
else than VirtualBox, but this it only what I can offer.

Installing libraries to toolchain (if you are not using debian/ubuntu,
use other way to get root)
sudo su
. /usr/local/openmoko/arm/setup-env
opkg-target update
opkg-target list | grep sdl
opkg-target install libsdl-mixer-1.2-dev
exit

This is from:
http://cc.oulu.fi/~rantalai/freerunner/cross_compiling/READ.txt
If I will make VM, I just install some small Ubuntu variant and run this.

-Aapo Rantalainen

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Toolchain-VM for C/Vala programs?

2009-06-25 Thread Marcel
Am Donnerstag, 25. Juni 2009 15:20:54 schrieb Aapo Rantalainen:
 If I make VirtualBox virtualmachine containing installed om-toolchain,
 where I should upload it? It is sure that somebody wants something
 else than VirtualBox, but this it only what I can offer.

That'd be great... Maybe we can dump it somewhere on the OM servers that 
host the distro images? I *have* a small server vm I could use for 
hosting, but it's located behind a consumer dsl line so the upstream is 
limited to 80kbps. :/

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Re: Toolchain-VM for C/Vala programs?

2009-06-25 Thread giacomo giotti mariani

 Am Donnerstag, 25. Juni 2009 15:20:54 schrieb Aapo Rantalainen:
   
  If I make VirtualBox virtualmachine containing installed om-toolchain,
  where I should upload it? It is sure that somebody wants something
  else than VirtualBox, but this it only what I can offer.
 

 That'd be great... Maybe we can dump it somewhere on the OM servers that 
 host the distro images? I *have* a small server vm I could use for 
 hosting, but it's located behind a consumer dsl line so the upstream is 
 limited to 80kbps. :/
I'd like it too!
I suggest to start with rapidshare or something similar.
Cheers

-- 
/_\ The ASCII   Per comunicare in modo riservato:
\_/ Ribbon Campaign gpg --keyserver  pool.sks-keyservers.net \
 X  Against HTML--recv-keys 20611EAD
/_\ Email!   
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community