Now I tried to install epics using mingw. (success once using Visual Stdio, but then failed, so i want to use msys2 ).
But the error "ccl.obj e_flex.exe "still came out.
1) pacman -S mingw-w64-x86_64-toolchain
2) export EPICS_HOST_ARCH=windows-x64-mingw
3) others and "make"
4) I uninstalled VS and reboot, nothing changed.
Output of make:
cketLib -I../calc
-I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib
-I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash
-I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring
-I../taskwd -I../timer -I../yacc -I../yacc -I../yajl
-I../../../../include/compiler/msvc -I../../../../include/os/WIN32
-I../../../../include -c ../flex/ccl.c
make[4]: cl: No such file or directory
make[4]: *** No rule to make target 'ccl.obj', needed by 'e_flex.exe'. Stop.
make[4]: Leaving directory '/home/dell/base-7.0.7/modules/libcom/src/O.windows-x64'