On 09/18/2014 12:03 PM, Pascal Bach wrote: > diff --git a/Help/manual/cmake-toolchains.7.rst > b/Help/manual/cmake-toolchains.7.rst > index f36a43c..095a43f 100644 > --- a/Help/manual/cmake-toolchains.7.rst > +++ b/Help/manual/cmake-toolchains.7.rst > @@ -174,5 +174,25 @@ toolchain which will be used by the compiler driver. The > :variable:`CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN` variable can be set in a > toolchain file to pass the path to the compiler driver. > > +Cross compiling for Windows CE requires the corresponding SDK being > installed on > +your system. These SDKs are usually installed under: `C:\\Program Files > (x86)\\Windows CE Tools\\SDKs`
Over time the "Cross Compiling" section of this manual will gain information about various target platforms. We should add a subsection header for each platform, e.g. Cross Compiling to Windows CE ----------------------------- If you don't mind, please precede this patch with a change that adds such subsection headers for the Clang and QCC cases. Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
