Hi Team,
I've just tried to compile Hatari under Cygwin.
According to the manual I run "cmake ..", but it shows me an error message. Below is a part of "CMakeError.log":
/usr/lib/gcc/i686-pc-cygwin/11/../../../../i686-pc-cygwin/bin/ld: CMakeFiles/cmTC_4dfba.dir/src.c.o:src.c:(.text+0x19): undefined reference to `__asan_init'
/usr/lib/gcc/i686-pc-cygwin/11/../../../../i686-pc-cygwin/bin/ld: CMakeFiles/cmTC_4dfba.dir/src.c.o:src.c:(.text+0x1e): undefined reference to `__asan_version_mismatch_check_v8'
collect2: error: ld returned 1 exit status
make[1]: *** [CMakeFiles/cmTC_4dfba.dir/build.make:99: cmTC_4dfba.exe] Error 1
I guess it is due to the lack of AddressSanitizer, which doesn't seem to be present under my Cygwin.I wonder if this is needed. Maybe I can somehow skip
AddressSanitizer test?
Thanks
Regards
Cyprian