Till Elsner <till.elsner@xxxxxxxxxxxxxxxxxx> writes: > Thanks for the explaination. I removed the toolchain and installed the > pre-compiled one from http://debian.speedblue.org but the same error > still exists. Anyone an idea what might be the problem or where to get > a working cross compiler from? I'm trying to compile an application > for OpenWRT. Is there an explicit -I /usr/include on the compilation command line? Something is apparently telling the compiler to read /usr/include. You need to find that and change it. Ian