Skip to main content
Ctrl+K
Jörg Faschingbauer - Home Jörg Faschingbauer - Home
  • Training Courses
  • About
  • Blog
  • Training Courses
  • About
  • Blog

Section Navigation

  • Myself: Contact, Impressum, …
  • This Site
    • OpenTraining
    • Work in Progress
      • Embedded Computing (FH Joanneum Graz)
        • Design Tools And Laboratory Engineering (2024)
        • Embedded Computing (STECE-2019)
        • Embedded Computing STECE-2020)
        • Embedded Computing (STECE-2021)
        • Embedded Computing (STECE-2022)
        • Embedded Computing (STECE-2023)
      • Playground
      • Git Notes
      • Creating Screencasts
      • I2S Audio for a Kontron SMARC Module
      • Packaging this Site on PyPI
      • Seminar on “Clean Code” (2022-04-13)
      • Pointless Blinking
      • GLT 2025: systemd’s D-Bus Implementation, And Its Python asyncio Binding
      • IT-Visions TODO
      • Kajak Auf Der Donau
    • Recipes
  • About
  • This Site
  • Work in Progress
  • Embedded Computing (FH Joanneum Graz)
  • Embedded Computing (STECE-2022)
  • Embedded Computing 1 (STECE-2022): Summer
  • Embedded Computing 1 (STECE-2022): Material
  • 2024-04-17(6): Toolchain, Makefiles, CMake

2024-04-17(6): Toolchain, Makefiles, CMake#

  • Recap, Outlook

  • Toolchain Intro, And Basic Makefiles

  • CMake, Native Build

Recap, Outlook#

  • setuid root

  • syscalls

  • toolchain

  • cross

  • c++

  • cmake

Toolchain Intro, And Basic Makefiles#

From Toolchain, And Cross Development

  • Toolchain: Basics

  • Zooming In: Separate Compilation, and Linking Statically

  • Object Code Archives/Static Libraries

  • Exercise: Build Software Package (Native)

CMake, Native Build#

From Toolchain, And Cross Development

  • CMake: Local Build

  • Exercise: like above (Exercise: Build Software Package (Native)), only using CMake

On this page
  • Recap, Outlook
  • Toolchain Intro, And Basic Makefiles
  • CMake, Native Build

© Copyright 2019-2025 (GPLv3), Jörg Faschingbauer.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.

Show Source