![Boardcon Embedded Design EM6737 Скачать руководство пользователя страница 7](http://html1.mh-extra.com/html/boardcon-embedded-design/em6737/em6737_user-manual_2781426007.webp)
6
Customize the embedded system based on
Your
Idea
2 Compiler Environment
2.1 Vmware8.0+ubuntu16.04
Install Vmware8.0 in windows OS, and then install ubuntu16.04 in VMware to compile. There is no longer
describes how to install Ubuntu system, if don
’t understand, please visit the official website of Ubuntu, the
operating system is also available for free download at the official website.
Note: User also can directly install ubuntu system in pc. The compile faster. Android7.0 should be
complied by ubuntu 64bit OS, Ubuntu 16.04 is recommended.
2.2 Install Tools
Execute the commands to install necessary tools. (Required root access and the computer is on the
network. The tool installation required online)
# apt-get update
# apt-get install git gnupg flex bison gperf build-essential zip curl libc6-dev
# apt-get install libncurses5-dev:i386 x11proto-core-dev
# apt-get install libx11-dev:i386 libreadline6-dev:i386
# apt-get install libgl1-mesa-dri:i386 libgl1-mesa-dev g++-multilib
# apt-get install tofrodos python-markdown
# apt-get install libxml2-utils xsltproc zlib1g-dev:i386 dpkg-dev
# apt-get install libncurses5-dev
# apt-get install gcc-4.8
# apt-get install g++-4.8
# cd /usr/bin
# mv g++ g++_bak
# mv gcc gcc_bak
# ln -s gcc-4.8 gcc
# ln -s g++-4.8 g++
# apt-get install openjdk-8-jdk
Execute the command to check the jdk has been installed successfully and view the revised version
# java -version
Содержание EM6737
Страница 1: ...EM6737 Android7 0 User Manual V1 0 www boardcon com Boardcon Embedded Design...
Страница 9: ...8 Customize the embedded system based on YourIdea...
Страница 15: ...14 Customize the embedded system based on YourIdea...
Страница 16: ...15 Customize the embedded system based on YourIdea...
Страница 20: ...19 Customize the embedded system based on YourIdea...
Страница 26: ...25 Customize the embedded system based on YourIdea 6 3 SD Card EM6737 supports SD auto mount and Hot plug...
Страница 35: ...34 Customize the embedded system based on YourIdea...