I have 4.4 sources and i created Nucleo Stm32f411ret6 firmware
Now I’ve got 4.3 qfe1 and stm32f4… from codeplex and tried to create firmware but it showed me an error not such file or directory ‘wininet.h’ and that error do not allow to finish compile firmware for discovery as default…
So procedures seems to be different
I have win10 pro,vs2015 ent.,keil 5.06 …
I can compile 4.4 but can not compile 4.3.x …
I’m trying to figure problem same problem i face when i tried to compile netduino 4.3.x
But somewhere i read
Need win 7 ,win 7 sdk , vs 2012… ,keil 4.56
So all what i need helps to compile version 4.3.x of .net micro framework for discovery on win10 ,vs2015 amd keil 5.06 (since 4.4 is compiled well with no problem) or i need to setup new system for 4.3.x
When i tried to compile for 4.3 but in 4.4 is compile well so that make me confused and after searches wininet is included in Microsoft SDK 7.1 which is used for vs2010 …
call cd C:\netmf\netmf431
call setenv_mdk 5.06
call cd C:\netmf\netmf431\Solutions\Discovery4
msbuild /t:build /p:flavor=release;memory=flash
call %SystemRoot%\explorer.exe “C:\netmf\netmf431\BuildOutput\THUMB2FP\MDK5.06\le\FLASH\release\Discovery4\bin”
and i’ve got this kind of error
C:\netmf\netmf431\CLR\Tools\StubWinHal\stdafx.h(20): fatal error C1083: Cannot open include file: ‘wininet.h’: No such
file or directory [C:\netmf\netmf431\CLR\Tools\StubWinHal\dotnetmf.proj]
C:\netmf\netmf431\tools\targets\Microsoft.SPOT.System.x86.Targets(162,5): error : Build failed: StubWinHal.cpp [C:\netm
f\netmf431\CLR\Tools\StubWinHal\dotnetmf.proj]