Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

Convide

Member Since 16 May 2012
Offline Last Active May 29 2012 12:05 PM
-----

Posts I've Made

In Topic: MetaDataProcessor.exe WINE notes

28 May 2012 - 10:33 PM

Convide,

Do you already have a compiled assembly? In order to use the instructions in this post, you need to have an assembly you've compiled with a C# compiler. The DLL file that you produce from the C# compiler is the compiled assembly (asm.dll). See the other stickied posts the Mono forum (http://forums.netdui.../forum/12-mono/) in particular, http://forums.netdui...duino-on-linux/ and http://forums.netdui...no-on-mac-os-x.

The first of those posts will tell you how to compile your code to an assembly on Linux, the second will tell you how to do it on Mac OS X.

When you have compiled your C# code to an assembly, you'll have a .dll file.

Specify that filename instead of asm.dll when you run MetaDataProcessor.

- Brian



Thanks for the quick and detailed reply. Now I got you. I thought: I have to compile the assembly file first, that I'm able to compile my code. Now everything is clear.

In Topic: MetaDataProcessor.exe WINE notes

28 May 2012 - 08:51 PM

replace ASM.dll with the DLL you want to process and ASM.pe with the name of the desired PE output file.


Sorry, I still do not understand what to do with the dll, or the "asm.dll". Is it optional, to include the dll-file, or for what do I need the file?
Can you, or somebody give me an detailed explanation, to solve my problem, please?

In Topic: MetaDataProcessor.exe WINE notes

19 May 2012 - 03:23 PM

If i try to run the MetaDataProcessor.exe I get an error back:

max@ubuntu:~/netmfbins$ wine MetaDataProcessor.exe -loadHints mscorlib mscorlib.dll -parse ASM.dll -minimize -endian le -compile ASM.pe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
Cannot open 'ASM.dll'!
MMP: error MMP0000: 0x80070002


Where do I get the ASM.dll from and will this problem solve the mmp error?

In Topic: Setting up a Mono Toolchain for Netduino on Linux

19 May 2012 - 02:20 PM

That's a tough question. I'd suggest pasting the exact error message into Google (in quotes), and see if other users had this problem. You might also check the Wine project page and see if they have alternative installers.


When i install it over terminal, there is no problem.

But another question. With Ubunutu 12.04 64bit i'm not able to install .Net 3.0 Framework, only the 2.0 version.
Does the whole thing work with the 2.0 version of the .Net Framework?

In Topic: Setting up a Mono Toolchain for Netduino on Linux

18 May 2012 - 11:48 AM

When i try to install wine for the MetaDataProcess, then Ubuntu says, that i have to delete gettext. What should we do here?

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.