Chapter Three Development Environment Set Up; Ubuntu Platform Environment Set Up - Waveshare E9 User Manual

V2mini pc
Hide thumbs Also See for E9:
Table of Contents

Advertisement

Waveshare Electronics
Address: Rm 813, Dynamic World Building, Zhenhua Rd, Futian District, Shenzhen, China
TEL: +86-755-83040832
Web: http://www.wvshare.com/
FAX: 86-755-83042572
E-mail: sales@wvshare.com
Chapter Three Development Environment
Set Up

3.1 Ubuntu Platform Environment Set Up

Use the libraries for Script and gcc compiler provided, and execute the command in the PC/opt directory:
#mkdir
Embedsky
Create a new directory, and copy the Software\Linux tools\ubuntu_env_install.tar.bz2" to Ubuntu /opt/Embedsky
directory, then use the following command in the terminal:
#cd /opt/Embedsky
#tar xvfj ubuntu_env_install.tar.bz2 -C /
Extract the zip file to a local directory opt/Embedsky, and named: ubuntu_env_install.sh, then use the following
command in the terminal:
#cd /opt/Embedsky; ./ubuntu_env_install.sh
Then it can automatically finish for installation for libraries and gcc
After installation, input the command in the terminal:
gcc –v
, then you can see the version of gcc.
13

Advertisement

Table of Contents
loading

Table of Contents