Re: Hacking Android from a Toolchain perspective

2011-08-11 Thread Paul Sokolovsky
Hello Michael,

On Thu, 11 Aug 2011 16:30:42 +1200
Michael Hope  wrote:

> Hi there.  One of our goals in toolchain is to give good support to
> the Android group.  I've written a page from the toolchain perspective
> on what is Android, how do you build it, and how you do common
> toolchainy tasks like reproduce a compiler fault:
>  https://wiki.linaro.org/MichaelHope/Sandbox/AndroidAndToolchain
> 
> Comments are welcome.  It needs sections on how the compiler is
> configured, running a program using adb, and basic debugging.

>From the wiki page:

>Grab the configuration from the page. As at 2011-08-10 this is:
>MANIFEST_REPO=git://git.linaro.org/android/platform/manifest.git

Actually, from 2011-08-10, we switched to Gerrit for hosting and that
line should be:

MANIFEST_REPO=git://android.git.linaro.org/platform/manifest.git

(there was announcement with instructions on the list yesterday). 

I'm in the process of fixing references in the wiki, but it's important
that other people were in the loop of the change, so I'd like to ask
everyone who recently wrote docs referencing old
git.linaro.org/android/ location to update them. (It's important
because old tree will be still online, so whoever will be using it
will use old static code.)


Thanks,
Paul

Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro
http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Hacking Android from a Toolchain perspective

2011-08-10 Thread Michael Hope
Hi there.  One of our goals in toolchain is to give good support to
the Android group.  I've written a page from the toolchain perspective
on what is Android, how do you build it, and how you do common
toolchainy tasks like reproduce a compiler fault:
 https://wiki.linaro.org/MichaelHope/Sandbox/AndroidAndToolchain

Comments are welcome.  It needs sections on how the compiler is
configured, running a program using adb, and basic debugging.

-- Michael

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev