Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Error building Gingerbread?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
trock  
View profile  
 More options Dec 30 2010, 12:55 pm
From: trock <trock79...@gmail.com>
Date: Thu, 30 Dec 2010 09:55:13 -0800 (PST)
Local: Thurs, Dec 30 2010 12:55 pm
Subject: Error building Gingerbread?
This is my first attempt at building AOSP. I went though all the steps
to build Gingerbread and after some trial and error I am at a point
that I don't understand. When getting to the build I get this.

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=2.3.1
TARGET_PRODUCT=generic_inc
TARGET_BUILD_VARIANT=userdebug
TARGET_SIMULATOR=false
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=GINGERBREAD
============================================
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
Documents/Android.mk:63: Documents/minui/Android.mk: No such file or
directory
Documents/Android.mk:64: Documents/minzip/Android.mk: No such file or
directory
Documents/Android.mk:65: Documents/mtdutils/Android.mk: No such file
or directory
Documents/Android.mk:66: Documents/tools/Android.mk: No such file or
directory
Documents/Android.mk:67: Documents/edify/Android.mk: No such file or
directory
Documents/Android.mk:68: Documents/updater/Android.mk: No such file or
directory
Documents/Android.mk:69: Documents/applypatch/Android.mk: No such file
or directory
build/core/base_rules.mk:158: *** bootable/recovery:
MODULE.TARGET.EXECUTABLES.recovery already defined by Documents.
Stop.

Can someone please explain?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Jan 4 2011, 12:32 pm
From: Jean-Baptiste Queru <j...@android.com>
Date: Tue, 4 Jan 2011 09:32:04 -0800
Local: Tues, Jan 4 2011 12:32 pm
Subject: Re: [android-building] Error building Gingerbread?
My best guess is that you ran your original repo init in a directory
that wasn't empty, and the build system found some Android.mk file in
there and incorporated it into the build, in a way that caused
conflicts.

I suggest that you create a new clean empty directory, run repo init
there, copy .repo/projects from your existing client, and repo sync
it. That should take care of things.

JBQ

--
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
modyrater  
View profile  
 More options Jan 4 2011, 5:07 pm
From: modyrater <mark.lazarew...@gmail.com>
Date: Tue, 4 Jan 2011 17:07:27 -0500
Local: Tues, Jan 4 2011 5:07 pm
Subject: Re: [android-building] Error building Gingerbread?

I am just beginning and saw a similar error building rowboat

My  Rules.make was not actually pointing to the kernel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
trock  
View profile  
 More options Jan 8 2011, 9:55 pm
From: trock <trock79...@gmail.com>
Date: Sat, 8 Jan 2011 18:55:42 -0800 (PST)
Local: Sat, Jan 8 2011 9:55 pm
Subject: Re: Error building Gingerbread?
I now get this,

No private recovery resources for TARGET_DEVICE inc
host C: mkbootimg <= system/core/mkbootimg/mkbootimg.c
host C: libmincrypt <= system/core/libmincrypt/rsa.c
In file included from /usr/include/features.h:378,
                 from /usr/include/stdio.h:28,
                 from system/core/mkbootimg/mkbootimg.c:18:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or
directory
In file included from /usr/include/features.h:378,
                 from /usr/include/inttypes.h:26,
                 from system/core/include/mincrypt/rsa.h:31,
                 from system/core/libmincrypt/rsa.c:28:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or
directory
system/core/mkbootimg/mkbootimg.c: In function ‘write_padding’:
system/core/mkbootimg/mkbootimg.c:88: warning: comparison between
signed and unsigned integer expressions
system/core/mkbootimg/mkbootimg.c: In function ‘main’:
system/core/mkbootimg/mkbootimg.c:183: warning: pointer targets in
passing argument 1 of ‘strcpy’ differ in signedness
/usr/include/string.h:127: note: expected ‘char * __restrict__’ but
argument is of type ‘unsigned char *’
system/core/mkbootimg/mkbootimg.c:228: warning: assignment discards
qualifiers from pointer target type
system/core/mkbootimg/mkbootimg.c:241: warning: comparison between
signed and unsigned integer expressions
system/core/mkbootimg/mkbootimg.c:244: warning: comparison between
signed and unsigned integer expressions
system/core/mkbootimg/mkbootimg.c:248: warning: comparison between
signed and unsigned integer expressions
make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/
libmincrypt_intermediates/rsa.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [out/host/linux-x86/obj/EXECUTABLES/mkbootimg_intermediates/
mkbootimg.o] Error 1


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
tl  
View profile  
 More options Jan 13 2011, 1:15 pm
From: tl <terence.l...@gmail.com>
Date: Thu, 13 Jan 2011 10:15:37 -0800 (PST)
Local: Thurs, Jan 13 2011 1:15 pm
Subject: Re: Error building Gingerbread?
Can someone please explain what the issue is with Rules.make and how
to fix it.

Thanks

On Jan 4, 5:07 pm, modyrater <mark.lazarew...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
tl  
View profile  
 More options Jan 13 2011, 2:14 pm
From: tl <terence.l...@gmail.com>
Date: Thu, 13 Jan 2011 11:14:12 -0800 (PST)
Local: Thurs, Jan 13 2011 2:14 pm
Subject: Re: Error building Gingerbread?
Creating a symbolic link frameworks kludge under frameworks/base fixes
some of the errors. Looks like  the base directory
for frameworks base is not set right somewhere and it is adding an
additional "frameworks/base" which is fixed by adding
the additional symbolic link

On Jan 13, 1:15 pm, tl <terence.l...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Jan 13 2011, 3:56 pm
From: Jean-Baptiste Queru <j...@android.com>
Date: Thu, 13 Jan 2011 12:56:04 -0800
Local: Thurs, Jan 13 2011 3:56 pm
Subject: Re: [android-building] Re: Error building Gingerbread?
Oh, that error reported by "find" is actually a known harmless issue.
We should add it to the documentation.

JBQ

--
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »