I followed these tutorials to set up my environment:
http://mjanja.co.ke/2011/11/building...-ubuntu-11-10/
http://buildall.wordpress.com/2011/0...3-gingerbread/
So I tried installing gcc 4.4 I thought it didn't work. Then I looked
little further and noticed gcc 4.6 was still there.
Then I decided applying the gcc 4.6 fix.
Afterwards I was still having the error. And I noticed I had to
install gcc-multilib which is not present on any tutorial...
Now I end up with a error log like this:
find: `frameworks/base/frameworks/base/docs/html': No such file or
directory
find: `out/target/common/docs/gen': No such file or directory
find: `frameworks/base/frameworks/base/docs/html': No such file or
directory
find: `out/target/common/docs/gen': No such file or directory
find: `frameworks/base/frameworks/base/docs/html': No such file or
directory
find: `out/target/common/docs/gen': No such file or directory
find: `frameworks/base/frameworks/base/docs/html': No such file or
directory
find: `out/target/common/docs/gen': No such file or directory
find: `frameworks/base/frameworks/base/docs/html': No such file or
directory
find: `out/target/common/docs/gen': No such file or directory
No private recovery resources for TARGET_DEVICE crespo
host SharedLib: libneo_util (out/host/linux-x86/obj/lib/
libneo_util.so)
host C++: libhost <= build/libs/host/pseudolocalize.cpp
/bin/bash: g++: command not found
/bin/bash: g++: command not found
make: *** [out/host/linux-x86/obj/lib/libneo_util.so] Error 127
make: *** Waiting for unfinished jobs....
make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/
libhost_intermediates/pseudolocalize.o] Error 127
host C++: aapt <= frameworks/base/tools/aapt/AaptAssets.cpp
host C++: aapt <= frameworks/base/tools/aapt/Command.cpp
/bin/bash: g++: command not found
make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/
AaptAssets.o] Error 127
/bin/bash: g++: command not found
make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/
Command.o] Error 127
What am I doing wrong? I followed this tutorial:
http://mjanja.co.ke/2011/11/building-android-4-0-on-ubuntu-11-10/
JBQ
> --
> You received this message because you are subscribed to the "Android Building" mailing list.
> To post to this group, send email to android-...@googlegroups.com
> To unsubscribe from this group, send email to
> android-buildi...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
>
--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.
Jean-Baptiste, do you think it is reasonable to submit these changes
into AOSP Gingerbread branch?
On Dec 9, 10:10 am, Jonas Hendrickx <hendrickx.jonas....@gmail.com>
wrote:
> I followed these tutorials to set up my environment:http://mjanja.co.ke/2011/11/building...-ubuntu-11-10/http://buildall.wordpress.com/2011/0...3-gingerbread/