[android] Building Android from the Koolu Source

Rui Castro rui.castro at gmail.com
Fri Dec 5 05:54:24 CET 2008


Hi,

In order to make the compile process straightforward as Marcelo said,
I've made these 2 scripts compile.sh and build-jffs2.sh (a combination
of Sean scripts cp_android_OS and mkjffs2).
Place them in the root of Koolu source tree and then to compile and
produce de jffs2 image, do:

$> ./compile.sh
$>./build-jffs2.sh release androidfs.jffs2

On Fri, Dec 5, 2008 at 4:14 AM, Marcelo <marcelo.magallon at gmail.com> wrote:
> Hi,
>
> On Thu, Dec 4, 2008 at 8:43 PM, Jim Ancona <jim at anconafamily.com> wrote:
>
>> I've documented how I did it on the wiki at:
>>
>> http://wiki.openmoko.org/wiki/Android#Building_the_Koolu_Android_Source
>
> we would like this to be as straightforward as possible, so a few
> hours ago I added the required toolchain to the git repo and patched
> the necessary build files to use that toolchain by default.
>
> If you go to http://git.koolu.org/ and follow the instructions form
> there (basically download "repo", do a "repo init" and "repo sync")
> you should be able to build everything from source with just:
>
> $ make TARGET_PRODUCT=freerunner
>
> I find it easier to just do this
>
> $ echo TARGET_PRODUCT:=freerunner > buildspec.mk
>
> and then afterwards:
>
> $ make
>
> Hopefully this allows everyone interested to work on the code — as
> opposed to working on build system around the code.
>
> Thanks!
>
> Marcelo
> _______________________________________________
> Openmoko community mailing list
> community at lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compile.sh
Type: application/x-sh
Size: 30 bytes
Desc: not available
Url : http://lists.openmoko.org/pipermail/community/attachments/20081205/aeab3bcf/attachment.sh 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build-jffs2.sh
Type: application/x-sh
Size: 1021 bytes
Desc: not available
Url : http://lists.openmoko.org/pipermail/community/attachments/20081205/aeab3bcf/attachment-0001.sh 


More information about the community mailing list