Difference between revisions of "SystemC"

From Klaus' wiki
Jump to: navigation, search
(Created page with '==Importing the examples into an Eclipse project== Start by creating a C++ empty project. Import from Filesystem into current project - select the *.h and *.cpp files to import…')
 
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
  
 
Import from Filesystem into current project - select the *.h and *.cpp files to import.
 
Import from Filesystem into current project - select the *.h and *.cpp files to import.
 +
 +
Change the settings for the project.
 +
* Add this include directory for C++: /home/HW-SW-Co-Design/systemc-2.2.0/include
 +
* Add this library for the linker: systemc
 +
* Add this library search path: /home/HW-SW-Co-Design/systemc-2.2.0/lib-linux64

Latest revision as of 08:00, 26 November 2010

Importing the examples into an Eclipse project

Start by creating a C++ empty project.

Import from Filesystem into current project - select the *.h and *.cpp files to import.

Change the settings for the project.

  • Add this include directory for C++: /home/HW-SW-Co-Design/systemc-2.2.0/include
  • Add this library for the linker: systemc
  • Add this library search path: /home/HW-SW-Co-Design/systemc-2.2.0/lib-linux64