Services - tools - models - for embedded software development
Embecosm divider strip
Prev  Next

3.3.  Installation

The current implementation has been verified under Fedora 9 Linux using OSCI SystemC 2.2 and GCC 4.3.0. The author welcomes feedback about use under other operating systems.

To use the library, add the header directory to the GCC preprocessor flags and the library directory and library to the final linking command line. For example.

gcc -Iembecosm-esp4-sysc-jtag-ca-1.0 testprog.cpp
gdd -Lembecosm-esp4-sysc-jtag-ca-1.0 testprog.o -ljtagsc -o testprog
      
Embecosm divider strip