Recent content by stephanos

  1. S

    DTC compiler make failure on Ubuntu 16.04, how to debug this?

    You need to look into the Makefile (and/or other files that are part of the build system). Searching for the displayed error message in the Makefile would help trace the exact problem. https://git.kernel.org/pub/scm/utils/dtc/dtc.git/tree/Makefile#n152 Note that the Makefile 'pkg-config's...
  2. S

    DTC compiler make failure on Ubuntu 16.04, how to debug this?

    Install python3-dev instead of python-dev.
Top