Porting GNU libraries

Christian Helmuth christian.helmuth at ...1...
Tue May 5 18:20:32 CEST 2015


Hello Aditya,

On Tue, May 05, 2015 at 09:13:19AM -0700, Aditya Kousik wrote:
> My goodness,  I'm glad it's daytime in Dresden. Thank you, Dr. Norman. I
> assumed libc would have the std headers; Adding stdcxx helped. It's tough
> to keep track of which features of linux are already included in the LIBS
> I've added. stdcxx still throws undefined references for the math functions
> (how do I include the -lm version of Genode?)

the dependency to libm is missing from the declarations in stdcxx. I
fixed this in our staging branch already but you may just add

  LIBS += libm

to your target.mk file.

Regards
-- 
Christian Helmuth
Genode Labs

http://www.genode-labs.com/ · http://genode.org/
https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/

Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth




More information about the users mailing list