I'm trying to compile some code, which uses generic lists. I'm getting the
following exception upon running the AOT on the Kernel:

Error: SharpOS.AOT.IR.EngineException: Method
'InternalSystem.Collections.Generic.List`1<SharpOS.Kernel.DriverModel.Device
Node>.get_Count()' not found.
   bei SharpOS.AOT.IR.Class.GetMethodByName(MethodReference methodReference)
in D:\My Projects\SharpOS\trunk\AOT\Core\IR\Class.cs:Zeile 449.
   bei SharpOS.AOT.IR.Engine.GetMethod(MethodReference method) in D:\My
Projects\SharpOS\trunk\AOT\Core\IR\Engine.cs:Zeile 814.
   bei SharpOS.AOT.IR.Block.CallHandling(Instruction cilInstruction, Method&
method, Register& result, Operand[]& operands) in D:\My
Projects\SharpOS\trunk\AOT\Core\IR\Block.cs:Zeile 2054.
   bei SharpOS.AOT.IR.Block.Callvirt(Instruction cilInstruction) in D:\My
Projects\SharpOS\trunk\AOT\Core\IR\Block.cs:Zeile 2034.
   bei SharpOS.AOT.IR.Block.Callvirt(Block block, Instruction
cilInstruction) in D:\My Projects\SharpOS\trunk\AOT\Core\IR\Block.cs:Zeile
3101.
   bei SharpOS.AOT.IR.Block.ConvertFromCIL() in D:\My
Projects\SharpOS\trunk\AOT\Core\IR\Block.cs:Zeile 554.
   bei SharpOS.AOT.IR.Method.ConvertFromCIL() in D:\My
Projects\SharpOS\trunk\AOT\Core\IR\Method.cs:Zeile 703.
   bei SharpOS.AOT.IR.Method.Process() in D:\My
Projects\SharpOS\trunk\AOT\Core\IR\Method.cs:Zeile 2006.
   bei SharpOS.AOT.IR.Engine.ProcessIRMethods() in D:\My
Projects\SharpOS\trunk\AOT\Core\IR\Engine.cs:Zeile 1466.
   bei SharpOS.AOT.IR.Engine.Run(IAssembly asm) in D:\My
Projects\SharpOS\trunk\AOT\Core\IR\Engine.cs:Zeile 899.
   bei SharpOS.AOT.IR.Engine.Run() in D:\My
Projects\SharpOS\trunk\AOT\Core\IR\Engine.cs:Zeile 652.
   bei SharpOS.AOT.Compiler.Main(String[] args) in D:\My
Projects\SharpOS\trunk\AOT\Main\Program.cs:Zeile 195.

While performing IR processing
Method:  SharpOS.Kernel.VFS.INode
SharpOS.Kernel.DriverModel.DeviceManager::SharpOS.Kernel.VFS.INode.Lookup(Sy
stem.String)
  in module:  (main), Mvid=31b95806-b411-461a-ac10-679684302001
  of assembly:  SharpOS.AOT.Core, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null
  loaded from:  D:\My Projects\SharpOS\trunk\build\SharpOS.AOT.Core.dll

This probably is a known problem. Is there a solution for this?

grover


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers

Reply via email to