Hi,
In trying to compile some code, i keep getting the following errors when i try to instantiate a genode thread:
undefined reference to `operator new[](unsigned int)'
Can I not use "new" to allocate memory? If not, what is the proper way of doing this via Genode?
Peter
PS. I noticed upon further inspection that a '-nostdlib' flag is used when linking, which suggests to me that "new" does not work at all.