Cannot create directory while installing titan.core in cygwin by the command make install

46 views Asked by At

Getting Error while installing the titan in cygwin with the command make install as cannot create directory ‘D:\cygwin64’: No medium found * as below.

Error Details

mkdir -p C:\cygwin64\home\SUBBARAMAIAH\Install/bin
cp ttcn3_profmerge.exe C:\cygwin64\home\SUBBARAMAIAH\Install/bin
mkdir -p C:\cygwin64\home\SUBBARAMAIAH\Install/man/man1
cp ttcn3_profmerge.1 C:\cygwin64\home\SUBBARAMAIAH\Install/man/man1
mkdir -p C:\cygwin64\home\SUBBARAMAIAH\Install/include/RT1
cp RT1/TitanLoggerApi*.hh C:\cygwin64\home\SUBBARAMAIAH\Install/include/RT1
cp: target 'C:cygwin64homeSUBBARAMAIAHInstall/include/RT1' is not a directory
make[1]: *** [Makefile:295: install] Error 1
make[1]: Leaving directory '/home/SUBBARAMAIAH/titan.core/core'
make: *** [Makefile:77: install] Error 2

I'd appreciate help in understanding the cause of and solution to this error. Thanks.

0

There are 0 answers