Post

Setup environment to compile metavnc on Angstrom (ARM-base)

  1. No xmkmf, imake and makedepend packages on Repo of Angstrom on gumstix

Download http://www.angstrom-distribution.org/repo/?pkgname=makedepend

Download http://www.angstrom-distribution.org/repo/?pkgname=imake

(bad method -> $ cp Angstrom on beagle的xmkmf, imake, makedepend to Angstrom on gumstix /usr/bin/)

better的解法可採用Repo of Angstrom on beagle

http://www.angstrom-distribution.org/repo/ <—?

  1. link paths of gcc shells

$ cd /usr/sbin/

$ ln -s arm-angstrom-linux-gnueabi-gcc gcc

$ ln -s arm-angstrom-linux-gnueabi-g++ g++

$ ln -s arm-angstrom-linux-gnueabi-cpp cpp

以此類推

  1. 安裝developed library

$ opkg install libboost-dev libxaw-dev libxmu-dev libz-dev libjpeg cpp(?) g++(?)

  1. 缺少/usr/share/X11/config and /usr/share/font

$ cp the two folder on ubuntu (x86) to Angstrom on gumstix

  1. compile metavnc

$ cd metavnc

$ xmkmf

$ make World

This post is licensed under CC BY 4.0 by the author.

© homedad. Some rights reserved.

Using the Chirpy theme for Jekyll.