lxip echo not working
Boris Mulder
boris.mulder at ...434...
Mon Mar 13 10:07:57 CET 2017
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/src/lib/libc/socket_fs_plugin.cc, it tries
to call an unimplemented function getnameinfo() and throws an exception
when that fails.
Just to make sure, I attached the code I copied from the echo test and
wrapped in the Component api.
On 10-03-17 17:59, Christian Prochaska wrote:
> 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::with_libc()' function.
>
> Please see https://genode.org/documentation/release-notes/17.02#New_execution_model_of_the_C_runtime for more details.
>
> ------------------------------------------------------------------------------
> Announcing the Oxford Dictionaries API! The API offers world-renowned
> dictionary content that is easy and intuitive to access. Sign up for an
> account today to start using our lexical data to power your apps and
> projects. Get started today and enter our developer competition.
> http://sdm.link/oxford
> _______________________________________________
> genode-main mailing list
> genode-main at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/genode-main
--
Met vriendelijke groet / kind regards,
Boris Mulder
Cyber Security Labs B.V. | Gooimeer 6-31 | 1411 DD Naarden | The Netherlands
+31 35 631 3253 (office)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: main.cc
Type: text/x-c++src
Size: 3652 bytes
Desc: not available
URL: <http://lists.genode.org/pipermail/users/attachments/20170313/69218faa/attachment.cc>
More information about the users
mailing list