Marcelo wrote: > Hi, > > On Thu, Dec 4, 2008 at 8:43 PM, Jim Ancona <[EMAIL PROTECTED]> 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 >
You can also do a $ . build/envsetup.sh $ choosecombo and then select defaults for first 2 questions and freerunner for last. > 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 > [EMAIL PROTECTED] > http://lists.openmoko.org/mailman/listinfo/community > _______________________________________________ devel mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/devel
