Re: Ubuntu and .NET
"Greg" <[email protected]>
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the feedback.
I installed monodevelop and then wrote a quick and simple hello world console app. It runs in the mondodevelop ide fine. When I go to the exe and open it I get an error.
I then wrote the same console app with VS 2008, compiled it with gmcs on the ubuntu box, compiled, ran the exe, same error as above:
"[/home/test/Desktop/UbuntuTest/UbuntuTest/Program.exe]
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
note: /home/test/Desktop/UbuntuTest/UbuntuTest/Program.exe may be a plain executable, not an archive
zipinfo: cannot find zipfile directory in one of /home/test/Desktop/UbuntuTest/UbuntuTest/Program.exe or
/home/test/Desktop/UbuntuTest/UbuntuTest/Program.exe.zip, and cannot find /home/test/Desktop/UbuntuTest/UbuntuTest/Program.exe.ZIP, period.
"
Google is turning up a buch of zip file links on this error. Any feedback on this error?
Thanks
--- In [email protected], "Stuart Laughlin (Lists)" <lists@...> wrote:
>
> On Wed, Apr 28, 2010 at 5:56 PM, Greg <gregarobinson@...> wrote:
> > A little more info, the application, either .NET with Mono if it will work, or a rewrite to Java, will be running on this little guy:
> >
> > ARTiGO A1100
> >
> > http://www.via.com.tw/en/products/embedded/artigo/a1100/index.jsp
> >
> > with a Linux OS.
> >
>
> I'm not familiar with the processor in this machine (VIA Nano). It
> appears to be somewhat unusual, i.e. something other than amd64 or
> i386. This gets a little outside my area of expertise.
>
> The link you sent indicates that the processor will run linux and
> Windows 7, so whatever architecture the processor is, it seems to be
> able to emulate (if that's the word I want) i386 or amd64.
>
> Bottom line is that it would appear to me from 3 minutes of looking
> that this chip is likely to run linux/mono just fine. I'm just not
> 100% certain.
>
>
> --Stuart
>