Tried to do that but it seems precompiled headers are a bit flakey, at least with gcc 3.4.2.
I can't recall the exact error message but was something like "fdopen: error opening file" or something. A little research showed that this is a bug of gcc-3.4.x when a file (#including a pre-compiled header) #includes a file which includes a pre-compiled header, or something. The funny thing is that C::B sdk build stopped with errors after compiling a dozen files, not immediately...
If anyone knows better about the subject, please enlighten us
Yiannis.