NETMF / llilum

Development Platform for MSIL and UWP apps targeting Micro Controllers. Part of the .NET Micro Framework family.
Other
159 stars 52 forks source link

Issue same as #181 #225 #236

Open vgolovanov opened 7 years ago

vgolovanov commented 7 years ago

Seems that bug with Llilum.Managed_opt.o file at location "Native\ARM\Debug\STM32F411" is still persists.

Can anyone suggest how to fix it ?

Thank you in advance.

snikeguo commented 7 years ago

The llilum project is not update.... ~_~

vgolovanov commented 7 years ago

I think at some point that project doing what you expecting, For sure it's still full of small bugs, but I hope that somebody know how to fix that bug and will share a fix.

lt72 commented 7 years ago

Hi, the path above comes from the project targets:

Cmd>findstr /i /s /p /c:"_opt" *
LlilumApplicationType\Llilum\1.0\Android.Common.targets:  <Target Name="ConvertManagedCode" DependsOnTargets="ResolveReferences" Condition="'@(ReferencePath)' != ''" Inputs="@(ReferencePath)" Outputs="$(IntDir)%(ReferencePath.Filename)_opt.o">
LlilumApplicationType\Llilum\1.0\Android.Common.targets:      <Object Condition="'@(ReferencePath)' != ''" Include="$(IntDir)%(ReferencePath.Filename)_opt.o" />

that said, I do not understand exactly how the issue manifest and how to fix it