System.Net.Primitives.dll and System.Xml.XmlSerializer.dll under the ARM Linux compilation Library

Source: Internet
Author: User

1. Environment:

/home/jello # Uname-a
Linux 3.10.0 #2 SMP Mon Mar 6 17:52:09 CST armv7l gnu/linux

2. Get Mono Source code

wget download.mono-project.com/sources/mono/mono-5.4.0.167.tar.bz2

3. Unzip

Tar xvf mono-5.4.0.167.tar.bz2

4. Switch directories

CD mono-5.4.0.167

5. Switch to the source directory of the System.Xml.XmlSerializer.dll library:

CD Mcs/class/facades/system.xml.xmlserializer

6. Compiling System.Xml.XmlSerializer.dll with MCs

Mcs/target:library/out:system.xml.xmlserializer.dll *.cs

Compiling the System.Net.Primitives.dll is also done as above:

7. Switch back to Mono's source directory

CD mono-5.4.0.167

8. Switch to the source directory of the System.Net.Primitives.dll library:

CD mcs/class/facades/system.net.primitives

9. Compiling System.Net.Primitives.dll with MCs

Mcs/target:library/out:system.net.primitives.dll *.cs

OK, compile complete

System.Net.Primitives.dll and System.Xml.XmlSerializer.dll under the ARM Linux compilation Library

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.