全部博文(75)
分类: LINUX
2009-12-06 14:35:07
$ mkdir android-x862,Building the image
$ cd android-x86
$ repo init -u git://git.android-x86.org/platform/manifest.git -b donut-x86
$ repo sync
$ make -jX usb_img TARGET_PRODUCT=eeepc
3,QA
out/target/product/eeepc/obj/STATIC_LIBRARIES/libpvjitterbuffernode_interme
In function `PVMFCmdResp':
external/opencore/pvmi/pvmf/include/pvmf_event_handling.h:140: undefined
reference to `vtable for PVMFCmdResp'
collect2: ld returned 1 exit status
make: ***
[out/target/product/eeepc/obj/SHARED_LIBRARIES/libopencore_net_support_intermediates/LINKED/libopencore_net_support.so]
Error 1
For those who, like me, were still confused, here's some brief
instructions:
Visit --> download
open_core_build_break.diff and save it in your "external/opencore"
directory.
Open a terminal in that directory (external/opencore), and type: patch
-p1 < open_core_build_break.diff
To make these errors go away, you have two choices:
1) You can add “@hide” javadoc comments to the methods, etc. listed in the
errors above.
2) You can update current.xml by executing the following command:
make update-api