I am trying to build a native client module that uses the improv lib to receive midi input directly in the web browser. But I have run into problems as the headers of the improv like termio.h, and sys/ioctl.h and more: a lot of header files that is not present in the newlib toolchain.
My question is, how do I change the toolchain to be used in my toolchain such that it uses the linux_x86 instead of the default linux_x86_newlib toolchain?
The wikipedia page on the Native Client says "Native Client uses Newlib as its C library, but a port of GNU libc is also available." and I see the toolchain in the pepper_1/toolchain folder, but how do I tell the build.scons script to use this alternative toolchain?
Thanks to anyone that can bring some lights to this.