-
Notifications
You must be signed in to change notification settings - Fork 52
Issue same as 181 #225
Comments
After manually deleted "Hosted" in FrontEndConfig , compling process can continue, but still no luck. 1> Well, this time seems a directory miss match thing. |
Will take a look this coming weekend and get back to you by Tuesday morning. |
VS + LLILUM SDK After failure, I copied Llilum.Managed_opt.o file in Native\ARM\Debug\STM32F411 to Native\ARM\Debug, |
interesting, I'll take a look. I bet I forgot to update some strings last time I made changes to the makefile build... |
Seems that bug with Llilum.Managed_opt.o file location is still persists. Can anyone suggest how to fix it ? Thank you in advance. |
I have not find where the "makefile" is generated so I use an other workaround. |
branch: dev
Issue: same as 181
#181
Cause:
d2669ec
lt72 committed on Mar 5
Zelig/BoardConfigurations/STM32F411/Board/HardwareModel/Processor.cs
13 + [RT.ProductFilter("Microsoft.Llilum.BoardConfigurations.STM32F411MBED")]
Zelig/BoardConfigurations/STM32F411/Configuration/Configuration.cs
81 - public sealed class STM32F411MBEDHosted : ProductCategory
80 + [DisplayName("STM32F411 MBED")]
81 + public sealed class STM32F411 : ProductCategory
Conflict:
llilum / VisualStudio / LlilumProjectType / LlilumApplication / LlilumApplication.ProjectTemplate / LlilumNative / mbed_simple_STM32F411.FrontEndConfig
13 #~#-CompilationSetupPath ........\ZeligBuild\Host\bin\Debug\Microsoft.Llilum.BoardConfigurations.STM32F411.dll
14 -CompilationSetup Microsoft.Llilum.BoardConfigurations.STM32F411MBEDHostedCompilationSetup
Hosted is still there.
The text was updated successfully, but these errors were encountered: