dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]cscc problems in migration to ARM


From: imateos
Subject: [DotGNU]cscc problems in migration to ARM
Date: Wed, 30 Apr 2003 13:09:22 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Hi all,

I've migrated Portable .NET to an ARM development board. At the moment it seems that the engine works fine, but I've found problems when I try to execute cscc.

I'm using the helloworld C# program :

using System;

class Hello

{

  public static void Main(String[] args) {

     Console.WriteLine("Hello C#");

  }

}

When I try to compile (with cscc) I obtain the next error:

metadata error in token 0x00000001: bad string index

/home/imateos/hello2.objtmp: invalid metadata in image

/home/imateos/hello2.exe: no entry point specified

Does anyone knows what's going wrong?

Thanks in advance.

Ignasi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]