Services and Modeling for Embedded Software Development
Embecosm divider strip
Prev  Next

6.1. Build System

Classes and source files for writing ELF files exist within the target's MCTargetDesc library, so setting up a new library is not needed. If the file has not been previously created, a AsmBackend needs adding to the CMakeLists.txt file in this library.

In addition the source file for the ELF object writer needs adding to the same build list. This file has the name archELFObjectWriter.cpp.

Embecosm divider strip