<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" data-hsystem="true"></head>
<body><style>p{margin: 0;padding: 0;}

</style>
<p>I'm evaluating PyPy for use in an application where it will be running in an
RTOS (Greenhills Integrity) which is congifured without a file system at
runtime.  The rest of the application is C/C++.</p>
<p> </p>
<p>Is there a way to build PyPy for this environment?  The issue I see is that
<tt class="descname">pypy_setup_home()</tt>requires a file system path to an
executable / .so library.</p>
<p> </p>
<p>Is it possible to statically link PyPy into the application and the give an
equivalent to <tt class="descname">pypy_setup_home()</tt>  a pointer to the
linked code?  Some other approach?</p>
<p> </p>
<p>Thanks</p>
<p>Tom</p>
<p> </p>

</body>
</html>