Skip to content

additional pre-requisites and dependencies for building sdk #6

@ikuz

Description

@ikuz

Here are some additional tools and packages I had to install to get build_sdk.py to work on a fresh Ubuntu 18.04 install. (these are based on using the initial public release - I notice some more recent updates have added some of the missing python dependencies)

  • pandoc: sudo apt install pandoc
  • pdflatex: sudo apt install texlive-latex-base
  • cmake: sudo apt install cmake - see note below about wrong cmake version
  • ninja: sudo apt-get install ninja-build
  • gcc-aarch64-linux-gnu: sudo apt-get install gcc-aarch64-linux-gnu
  • dtc: sudo apt-get install device-tree-compiler
  • pyyaml: ./pyenv/bin/pip install pyyaml
  • pyfdt: ./pyenv/bin/pip install pyfdt
  • jinja2: ./pyenv/bin/pip install jinja2
  • xmllint: ./pyenv/bin/pip install libxml2-utils
  • ply: ./pyenv/bin/pip install ply

Note about cmake:

Note about docs:

  • I still got errors trying to build documentation, Font T1/cmr/m/n/10.95=ecrm1095 at 10.95pt not loadable: Metric (TFM) file not found.
  • so I commented out build_doc and just built the sdk

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions