Discussion:
Compile Transterpreter
Thiago Castro Ferreira
2010-01-12 16:55:07 UTC
Permalink
Hello!
First I wish Happy New Year for everyone in this list.
 
Second, I need to compile the Transterpreter to a Gumstix sensor 400xm-BT and I want to know where can I find the source code of Transterpreter and how I compile it?
 
Thanks,
Thiago.


____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
Matt Jadud
2010-01-12 18:29:49 UTC
Permalink
Hi Thiago,

First, start with the KRoC project's Trac page:

http://projects.cs.kent.ac.uk/projects/kroc/trac/

You'll want to get things compiling for your host machine first, to make
sure things are working. The installation link on that page is a great place
to start:

http://projects.cs.kent.ac.uk/projects/kroc/trac/wiki/Installation

We do most of our development on Linux or Mac. That is not to say that our
tools will not compile and run under Windows---but for your purposes, it
would probably be easiest to be working under some version of Linux.

Before you do anything else, you need to be able to take this first step:
you must be able to compile C programs for your Gumstix and run them. If you
can't compile this program:

#include <stdio.h>
int main ( ) {
printf("Hello, world!\n");
return 0;
}

then you won't be able to cross-compile the Transterpreter toolchain.

If you can do all of this, then we'll be able to provide some guidance to
get you going. It seems like many Gumstix devices run a full Linux---if that
is the case for your particular Gumstix (the 400xm-BT... it run's a Linux,
right?), then this should be a reasonably straight-forward process.

I started a page on porting the TVM

http://projects.cs.kent.ac.uk/projects/kroc/trac/wiki/PortingTheTransterpreter

However, it isn't exactly appropriate to this particular context: this is
more of a cross-build than a port. Sorta. Any thoughts on what would be a
good way to advise Thiago to proceed? Really, this is an ARM-Linux port...
should that just be a tweaked configuration for the POSIX wrapper?

Cheers,
Matt


On Tue, Jan 12, 2010 at 11:55 AM, Thiago Castro Ferreira <
Post by Thiago Castro Ferreira
Hello!
First I wish Happy New Year for everyone in this list.
Second, I need to compile the Transterpreter to a Gumstix sensor 400xm-BT
and I want to know where can I find the source code of Transterpreter and
how I compile it?
Thanks,
Thiago.
------------------------------
Veja quais são os assuntos do momento no Yahoo! + Buscados: Top 10<http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/>-
Celebridades<http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/celebridades/>-
Música<http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/m%C3%BAsica/>-
Esportes<http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/esportes/>
Loading...