Replies: 1 comment 3 replies
-
ikvmc requires -reference for all of the assemblies of the target framework you are intending to link against. Which would include basics like System.Private.CoreLib, System.Runtime, mscorlib, System.Collections, and the other ~60. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
E:\env>ikvmc -target:library -out:HelloWorld.dll HelloWorld.class
IKVM.Tools.Importer (8.5.1+Branch.main.Sha.e48c511c8ce8c9e1c13ef0a9d0f2154195621be8)
Copyright ? 2023 Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
*** INTERNAL COMPILER ERROR ***
PLEASE FILE A BUG REPORT FOR IKVM.NET WHEN YOU SEE THIS MESSAGE
IKVM.Tools.Importer, Version=8.5.1.0, Culture=neutral, PublicKeyToken=13235d27fcbfff58
E:\env\8.5.1\IKVM-8.5.1-tools-netcoreapp3.1-win7-x64
3.1.32 64-bit
System.IO.FileNotFoundException: netstandard
at IKVM.Reflection.Universe.Load(String refname, Module requestingModule, Boolean throwOnError) in C:\work\ikvm\src\IKVM.Reflection\Universe.cs:line 547
at IKVM.Tools.Importer.AssemblyResolver.Init(Universe universe, Boolean nostdlib, IList
1 references, IList
1 userLibPaths) in C:\work\ikvm\src\IKVM.Tools.Importer\AssemblyResolver.cs:line 96at IKVM.Tools.Importer.IkvmImporterInternal.Compile(String[] args) in C:\work\ikvm\src\IKVM.Tools.Importer\IkvmImporterInternal.cs:line 179
at IKVM.Tools.Importer.IkvmImporterInternal.Execute(String[] args) in C:\work\ikvm\src\IKVM.Tools.Importer\IkvmImporterInternal.cs:line 112
Beta Was this translation helpful? Give feedback.
All reactions