Replies: 1 comment
-
Also, the link in readme is out of date: https://sites.google.com/site/mitdsent/. :) |
Beta Was this translation helpful? Give feedback.
-
Also, the link in readme is out of date: https://sites.google.com/site/mitdsent/. :) |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I am following https://www.mail-archive.com/[email protected]/msg15749.html to run ./util/on-chip-network-power-area.py. I have insert some breakpoints and I find that it passes the Cmake function (also I find files created in gem5/build/ext/dsent/), but it failed at "make".
It is quite similar to "https://www.mail-archive.com/[email protected]/msg21391.html" but it is not answered.
Below are details:
Shell print:
(base) [ 2:46PM ] [ yz@yz-office:~/myprojects/2024GEM5/parsec-tests/yzmodifiedgem5 ]
$ python ./util/on-chip-network-power-area.py ./m5out
ext/dsent/configs/router.cfg ext/dsent/configs/electrical-link.cfg 32
Attempting compilation
CMake Deprecation Warning at CMakeLists.txt:27 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/yz/myprojects/2024GEM5/parsec-tests/yzmodifiedgem5/build/ext/dsent
yzzzz cmake done
Consolidate compiler generated dependencies of target dsent
[ 1%] Building CXX object CMakeFiles/dsent.dir/DSENT.cc.o
c++: warning: /bin/sh:: linker input file unused because linking not done
c++: error: /bin/sh:: linker input file not found: No such file or directory
c++: warning: line: linker input file unused because linking not done
c++: error: line: linker input file not found: No such file or directory
c++: warning: 1:: linker input file unused because linking not done
c++: error: 1:: linker input file not found: No such file or directory
c++: warning: python-config:: linker input file unused because linking not done
c++: error: python-config:: linker input file not found: No such file or directory
c++: warning: command: linker input file unused because linking not done
c++: error: command: linker input file not found: No such file or directory
c++: warning: not: linker input file unused because linking not done
c++: error: not: linker input file not found: No such file or directory
c++: warning: found: linker input file unused because linking not done
c++: error: found: linker input file not found: No such file or directory
make[2]: *** [CMakeFiles/dsent.dir/build.make:76: CMakeFiles/dsent.dir/DSENT.cc.o] Error 1
make[2]: *** Deleting file 'CMakeFiles/dsent.dir/DSENT.cc.o'
make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/dsent.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
yzzzz make finish but may fail or succeed
Failed to run make
zsh: permission denied: ext/dsent/configs/router.cfg
Versions in Host:
gem5 version 23.0.1.0
GNU make 4.3
Cmake 3.22.1
Ubuntu 22.04.1 LTS
Kernel: Linux 5.15.0-89-generic
How could I make the DSENT run with GEM5 (more specifically, Garnet) results?
Thanks a lot.
Best regards,
Yizhi
Beta Was this translation helpful? Give feedback.
All reactions