Hello Boris,
On Mon, Mar 13, 2017 at 10:07:57AM +0100, Boris Mulder wrote:
>
> Well, the socket() call seems to work now, but somewhere within bind()
> it gives the following errors:
>
> [init -> echo] Warning: getnameinfo: getnameinfo not implemented
> [init -> echo] Error: Uncaught exception o
Well, the socket() call seems to work now, but somewhere within bind()
it gives the following errors:
[init -> echo] Warning: getnameinfo: getnameinfo not implemented
[init -> echo] Error: Uncaught exception of type '(anonymous
namespace)::Address_conversion_failed'
it seems that inside libports
Hi Boris,
On 10.03.2017 16:58, Boris Mulder wrote:
> How can I make my own Genode component that uses both the genode
> Component API and the linux tcp/ip stack with sockets?
One important requirement when implementing 'Libc::Component::construct()' is
to wrap the socket-using code in the
'Libc:
When I make my own component that uses libc sockets, whenever I call
socket(), I get a segmentation fault.
If I edit the echo test and make it use Libc::Component::construct
instead of posix libc 'int main()' (and adding the right dependencies to
the makefiles), the same thing happens.
So it seem
Hello Boris,
On Thu, Mar 09, 2017 at 12:00:23PM +0100, Boris Mulder wrote:
> I'm trying to play around with the new lxip vfs plugin. First, I tried
> running the echo_udp.run test (on linux), but when I run the echo
> component it exits with the following error message:
>
> "Error: no plugin foun