Compiler Environment; Vmware8.0+Ubuntu16.04; Install Tools - Boardcon Embedded Design EM6737 User Manual

Android7.0
Table of Contents

Advertisement

Your Idea
Customize the embedded system based on

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.
http://www.ubuntu.com/
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
6

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the EM6737 and is the answer not in the manual?

Table of Contents