Hi,
I am trying to make the tool chain environment of the .Net MF porting to Stellaris. However, when I execute msbuild.exe, it fails.
According to the quick start-up guide of Golde IC Technology, Tool chain environment is made by the following steps.
1. Install .NET MF V4.x porting kit ( I use v4.1)
2. Change directory to .NET MFv4.x installed directory (it is c:\MicroFrameworkPK_v4_1)
3. Execute "setenv_MDK3.1.cmd C:\Keil\ARM
4. Execute "msbuild build.dirproj"
I can success until No.4 step without issue.
5. Change directory to Solutions\DK_LM3S9B96 ( it is c:\MicroFrameworkPK_v4_1\Solutions\DK_LM3S9B96
6. Execute "MSBUILD.EXE .\dotNetMF.proj /t:build /p:flavor=debug;memory=flash;platform=CortexM3"
When I execute No.6 setp, I have many errors. I attached its log.
Are there any peopole having successful of making this tool chain envrionment? What is wrong my working?
Please let me know.
Best regards,
Michi