|
本帖最后由 netlhx 于 2013-12-6 23:25 编辑
hi, everybody! i'm a newbie, just bought a new ct, trying to build android, following
these instructions:
1. http://docs.cubieboard.org/tutor ... mage_for_cubietruck
2. http://linux-sunxi.org/Android
but i was stuck in preparing the build environment, when doing this:- sudo apt-get install git gnupg flex bison gperf build-essential zip curl libc6-dev libncurses5-dev:i386 \
- x11proto-core-dev libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 \
- libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown libxml2-utils xsltproc \
- zlib1g-dev:i386
复制代码 error message looks like:- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- zip is already the newest version.
- zip set to manually installed.
- gnupg is already the newest version.
- libc6-dev is already the newest version.
- Some packages could not be installed. This may mean that you have
- requested an impossible situation or if you are using the unstable
- distribution that some required packages have not yet been created
- or been moved out of Incoming.
- The following information may help to resolve the situation:
- The following packages have unmet dependencies:
- libgl1-mesa-glx:i386 : Depends: libglapi-mesa:i386 (= 8.0.4-0ubuntu0.6)
- Recommends: libgl1-mesa-dri:i386 (>= 7.2)
- E: Unable to correct problems, you have held broken packages.
复制代码 my host system is ubuntu desktop 12.04.2 LTS, any tips or text are appreciated!
solution:http://docs.cubieboard.org/tutor ... ronment_for_android
|
|