SystemC-Components icon indicating copy to clipboard operation
SystemC-Components copied to clipboard

Clashing tlm/ include directory with SystemC's `tlm` header file

Open derchr opened this issue 8 months ago • 1 comments
trafficstars

Hi, I ran into an issue when installing both SystemC and SCC into the same prefix location. When installing the library into a prefix, the generated tlm directory under include could clash with the tlm header file by SystemC. So SCC cannot be installed into the same prefix as SystemC.

CMake Error at build/src/sysc/cmake_install.cmake:85 (file):
  file INSTALL cannot make directory
  "/home/derek/Git/SystemC-Components/prefix/include/tlm": File exists.
Call Stack (most recent call first):
  build2/cmake_install.cmake:67 (include)

derchr avatar Mar 13 '25 14:03 derchr