зеркало из https://github.com/mono/mail-archives.git
132 строки
6.2 KiB
HTML
132 строки
6.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-dev] MIPS support status
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-devel-list%40lists.ximian.com?Subject=Re%3A%20%5BMono-dev%5D%20MIPS%20support%20status&In-Reply-To=%3CCANqeOFppyPQ2WPL1en2qGV7ySqpYbHLuX_kgr60bad-a6uE8%3Dw%40mail.gmail.com%3E">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<style type="text/css">
|
|
pre {
|
|
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
|
|
}
|
|
</style>
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="040522.html">
|
|
<LINK REL="Next" HREF="040520.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-dev] MIPS support status</H1>
|
|
<B>Miguel de Icaza</B>
|
|
<A HREF="mailto:mono-devel-list%40lists.ximian.com?Subject=Re%3A%20%5BMono-dev%5D%20MIPS%20support%20status&In-Reply-To=%3CCANqeOFppyPQ2WPL1en2qGV7ySqpYbHLuX_kgr60bad-a6uE8%3Dw%40mail.gmail.com%3E"
|
|
TITLE="[Mono-dev] MIPS support status">miguel at xamarin.com
|
|
</A><BR>
|
|
<I>Thu Jun 20 01:23:38 UTC 2013</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="040522.html">[Mono-dev] MIPS support status
|
|
</A></li>
|
|
<LI>Next message: <A HREF="040520.html">[Mono-dev] Afallon: open source WPF implementation
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#40549">[ date ]</a>
|
|
<a href="thread.html#40549">[ thread ]</a>
|
|
<a href="subject.html#40549">[ subject ]</a>
|
|
<a href="author.html#40549">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Hello,
|
|
|
|
We did a port for a specific board/ABI (I do not have the docs, I am
|
|
currently away from work). But it is possible that you will need to
|
|
adjust/tune up for different MIPS instruction sets and ABIs.
|
|
|
|
Adjusting Mono to different ABIs/configurations will likely require those
|
|
that own that hardware to provide the patches.
|
|
|
|
Miguel
|
|
|
|
|
|
On Thu, Jun 13, 2013 at 3:53 PM, Zoltan Gyarmati <
|
|
<A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">mr.zoltan.gyarmati at gmail.com</A>> wrote:
|
|
|
|
><i> Hello,
|
|
</I>><i>
|
|
</I>><i> in the last weeks i was playing around to get the Mono runtime 3.0.10
|
|
</I>><i> built with openwrt and work on a MIPS based router (TL-WDR4300,
|
|
</I>><i> technical details here: <A HREF="http://wiki.openwrt.org/toh/tp-link/tl-wdr4300">http://wiki.openwrt.org/toh/tp-link/tl-wdr4300</A>).
|
|
</I>><i> Already the building required some patching, some of them openwrt
|
|
</I>><i> specific, some of them mono specific, probably i'll publish them later.
|
|
</I>><i> After some experimenting and recompiling, the runtime seems to be
|
|
</I>><i> working on the target hw, but apparently the floating point support is
|
|
</I>><i> broken, so i couldn't get further than a simple helloworld application.
|
|
</I>><i> During searching about the issue, i found this bug:
|
|
</I>><i> <A HREF="https://bugzilla.xamarin.com/show_bug.cgi?id=7981">https://bugzilla.xamarin.com/show_bug.cgi?id=7981</A> , which probably has
|
|
</I>><i> the same root cause, but it seems the bug is not assigned to anybody
|
|
</I>><i> although it's more the 7 months old.
|
|
</I>><i> Surfing on the internet i find references which say the MIPS arch is
|
|
</I>><i> supported ( <A HREF="http://www.mono-project.com/Supported_Platforms,">http://www.mono-project.com/Supported_Platforms,</A>
|
|
</I>><i> <A HREF="http://www.mono-project.com/Release_Notes_Mono_3.0#MIPS_port">http://www.mono-project.com/Release_Notes_Mono_3.0#MIPS_port</A> ,etc), and
|
|
</I>><i> some others where it says it's "not supported" or "community supported",
|
|
</I>><i> see Zoltan Varga's comments in the linked bug report for instance. So
|
|
</I>><i> now i'm wondering whether the MIPS arch is officially supported or not?
|
|
</I>><i> And If it's generally supported then which CPU versions are supported?
|
|
</I>><i> Big- and/or little endianess is supported? Hard and/or soft FPU-s are
|
|
</I>><i> supported?
|
|
</I>><i>
|
|
</I>><i> And more specifically: as i really just getting familiar with the Mono
|
|
</I>><i> internals (nice piece of sw btw:), i can't really see how much work is
|
|
</I>><i> needed to make this work properly on my CPU (MIPS 74kc, without hard
|
|
</I>><i> FPU), so i'm interested in any hints and estimation regarding to this.
|
|
</I>><i> (Naturally i'll attach test results, configurations, stacktraces when
|
|
</I>><i> it's needed, for now you can see a trace attached to the linked bug...)
|
|
</I>><i>
|
|
</I>><i> Thanks in advance, best regards:
|
|
</I>><i> zgyarmati
|
|
</I>><i>
|
|
</I>><i> --
|
|
</I>><i> br,
|
|
</I>><i> Zoltan Gyarmati
|
|
</I>><i> mail: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">mr.zoltan.gyarmati at gmail.com</A>
|
|
</I>><i> freenode nick: zgyarmati
|
|
</I>><i>
|
|
</I>><i> _______________________________________________
|
|
</I>><i> Mono-devel-list mailing list
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">Mono-devel-list at lists.ximian.com</A>
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-devel-list">http://lists.ximian.com/mailman/listinfo/mono-devel-list</A>
|
|
</I>><i>
|
|
</I>-------------- next part --------------
|
|
An HTML attachment was scrubbed...
|
|
URL: <<A HREF="http://lists.ximian.com/pipermail/mono-devel-list/attachments/20130619/25b94dd2/attachment.html">http://lists.ximian.com/pipermail/mono-devel-list/attachments/20130619/25b94dd2/attachment.html</A>>
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="040522.html">[Mono-dev] MIPS support status
|
|
</A></li>
|
|
<LI>Next message: <A HREF="040520.html">[Mono-dev] Afallon: open source WPF implementation
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#40549">[ date ]</a>
|
|
<a href="thread.html#40549">[ thread ]</a>
|
|
<a href="subject.html#40549">[ subject ]</a>
|
|
<a href="author.html#40549">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-devel-list">More information about the Mono-devel-list
|
|
mailing list</a><br>
|
|
</body></html>
|