<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    I would like to add support for INtime (v6) platform (RTOS for
    Windows).<br>
    <br>
    I add these variables to my CMakeLists.txt project:<br>
        SET(CMAKE_SYSTEM_NAME INtime)<br>
        SET(CMAKE_GENERATOR_PLATFORM INtime)<br>
    <br>
    I generated a platform/INtime.cmake file (attach to this email).<br>
    <br>
    When trying to generate my build environment with CMake, I got an
    error when CMake try to detect C/CXX Compilers: "<i>NO
      CMAKE_C_COMPILER could be found</i>" due to compilation error: "<i>CMakeCCompilerId.obj
      : error LNK2001: unresolved external symbol __RTC_InitBase</i>".<br>
    This compilation error is due to /RTC1 compilation flag usage. <br>
    Presence of this compilation flag is due to
    <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    in CompilerId/VS-10.vcxproj.in template.<br>
    <br>
    Is there any reason to always perform this RunTime Check when
    looking for valid compiler on Visual Studio ?<br>
    <br>
    <br>
    Thanks for your answer<br>
    <br>
    Sincerely<br>
    <br>
    Bertrand<br>
  </body>
</html>