Are the VS2008 C++ ARM compilers targeting the WinCE operating system redistributable? Or does Microsoft provide a separate redistributable package (SDK?) ? I am looking for a C++ ARM compiler (actually a complete build environment) for WinCE which I can distribute along with my application for free. What are my options here?
Are the VS2008 C++ ARM compilers targeting the WinCE operating system redistributable? Or does
Share
I’d be rather suprised if it were, your use case is rather uncommon. I don’t remember seeing them in the redist.txt file, either.
My first instinct would be GCC, as it can target ARM and is also redistributable under GPL.