integration systemC on eclipse

Published: 03 February 2023
on channel: Mohamed Osama
253
3

how to build systemC application on eclipse
building steps:
./configure --prefix=/home/mohamed/Desktop/systemC/systemc-2.3.3 --enable-debug --enable-pthreads --enable-phase-callbacks
make 
make install
Makefile :
SyscHeader = /home/mohamed/Desktop/systemC/systemc-2.3.3/include
SyscLib = /home/mohamed/Desktop/systemC/systemc-2.3.3/lib-linux64/libsystemc.a
all:
g++ -c -g3 -Wall -fmessage-length=0 -I $(SyscHeader) Main.cpp -o Main.o
g++ $(SyscLib) -o MainExe -lpthread Main.o


On this page of the site you can watch the video online integration systemC on eclipse with a duration of hours minute second in good quality, which was uploaded by the user Mohamed Osama 03 February 2023, share the link with friends and acquaintances, this video has already been watched 253 times on youtube and it was liked by 3 viewers. Enjoy your viewing!