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

Linker Errors when compiling the Zelig solution #169

Closed microcodeman closed 8 years ago

microcodeman commented 8 years ago

I am getting about 2000 errors similar to

LNK2038 mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in AnalysisBindings.obj

LNK2038 mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in AnalysisBindings.obj LibLLVM C:\src\llilum\Zelig\Zelig\CompileTime\Llvm.NET\LibLLVM\LLVMAArch64AsmParser.lib(AArch64AsmParser.obj) 1

I tried various values for runtime library for linking from /MT, /MTd, /MD /MDd with no luck.

microcodeman commented 8 years ago

With 41c16cf these errors seem to have gone away but have newer ones. Please see #171