Which version exactly are you trying to build? (there's no 2.2.3)
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.
-I think you're trying to build from a noexec filesystem. The Android
build process needs to be able to execute a variety of files, some
that are stored in the source tree, some that are built on the fly.
There was a report at some point of such issues when storing the
source tree on an NTFS disk.
-You're actually building the master tree, which is based on
gingerbread (plus a lot of additional contributions that didn't make
it to gingerbread but will be in a future release). For that you need
a 64-bit environment.
JBQ