davidepatti / noxim

Network on Chip Simulator
225 stars 120 forks source link

pleas Noxim help #89

Closed azizjarrouj closed 5 years ago

azizjarrouj commented 5 years ago

./noxim: error while loading shared libraries: libsystemc-2.3.1.so: cannot open shared object file: No such file or directory

??? what can I do to Run Noxim simulator thanks for all

SajeedShahriat commented 5 years ago

Run the command:

export LD_LIBRARY_PATH=/"your system c installation path"/systemc-2.3.1/lib-linux64/

from the directory where the Noxim executable file (./noxim) is located (i.e in the bin directory):

The issue is the noxim can't locate the systemC library. Hope it helps!

Prince-Fash commented 5 years ago
  1. Can anybody explain how Noxim can be coded to predict traffic flow in Wireless Routers.
  2. How noxim cam be link or programme with Artificial Neural Network

????? what can I do to Run Noxim simulator with ANN for prediction.......

Thank you all.