728x90
목표 : blueZ proting
1차 target : Mango64 board, csr bc06
환경 :
vmware 7.0.0
linux ubuntu 11.04
linux 설치 후
http://source.android.com/source/initializing.html
참조하여 기본적인 tool들 설치
Python, GNU Make는 별도로 down 받아서 설치
$ sudo apt-get install git-core gnupg flex bison gperf build-essential \
zip curl zlib1g-dev libc6-dev lib32ncurses5-dev ia32-libs \
x11proto-core-dev libx11-dev lib32readline-gplv2-dev lib32z-dev \
libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown \
libxml2-utils xsltproc
$ sudo apt-get install libx11-dev:i386
sun-java6-jdk설치 도중 오류 발생
Package 'sun-java6-jdk' has no installation candidate
Solution :
$ sudo apt-get install python-software-properties
$ sudo add-apt-repository ppa:ferramroberto/java
$ sudo apt-get update
$ sudo apt-get install sun-java6-jdk sun-java6-plugin
http://source.android.com/source/downloading.html
$ repo init -u https://android.googlesource.com/platform/manifest -b android-4.2.1_r1
적용하여 Download
728x90
'Programming > android' 카테고리의 다른 글
android Kitkat 을 VMware에 설치해보자 (0) | 2014.07.13 |
---|---|
format_output.h:94:22: error: reference ‘counts’ cannot be declared ‘mutable’ [-fpermissive] (0) | 2013.12.19 |
linker.cpp error (0) | 2013.12.19 |
Android Version & Source tree (0) | 2013.09.13 |
LogFilter : Android Log viewer MFC version (0) | 2013.09.11 |
build error (0) | 2013.07.02 |
bluez scan (3) | 2013.04.03 |
blueZ install at ubuntu 12.04 (5) | 2013.04.02 |
linux blueZ install (9) | 2013.03.28 |
[eclipse] Failed to create the Java Virtual Machine (0) | 2013.01.16 |