Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Just a note to add to the other answers, it works fine on the Debian install but does not yet work on the Raspbian install because of missing compiler support. More information can be found here:</p> <p><a href="http://www.raspberrypi.org/phpBB3/viewtopic.php?f=66&amp;t=11634&amp;start=25" rel="noreferrer">http://www.raspberrypi.org/phpBB3/viewtopic.php?f=66&amp;t=11634&amp;start=25</a></p> <p>Quoted from what appears to be the most informed answer:</p> <blockquote> <p>As I understand it, Raspbian uses a different "calling convention", so floating point numbers are "transferred" on the CPU in a different way. All compilers must create machine code that uses the Raspbian calling convention. It's no problem for software compiled with GCC, as it is configured to use that calling convention by default.</p> <p>However, when using less common compilers (like the mono CLI -> machine code just-in-time compiler), things are not quite working yet. The mono JIT compiler apparently uses the old calling convention for everything it compiles, because no one has implemented the new calling convention in mono yet. That's fine as long as the mono code doesn't call into some non-mono code, but breaks as soon as you use a native library.</p> <p>The details in this are probably wrong, but maybe it describes the problem in general. </p> <p>Edit: And just to make this clear, the "Raspbian calling convention" is nothing specially created for raspbian. It's the same as in debian armhf and (I think) any other linux that uses armhf.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload