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