SystemC-Components
SystemC-Components copied to clipboard
Clashing tlm/ include directory with SystemC's `tlm` header file
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)