custom glib based toolchain
Hi there.
I tried to compile myself some software for wl500gx, but wasn't very successful. Only small and simple programs compiled cleanly, many others needed a lot of patching and still I weren't able to get them working.
I would like to know, how it is possible to create custom toolchain based on glibc.
Tried some ways how to accomplish that, but nothing worked well.
1) scratchbox - I wasn't able to figure out how one can force it to use custom kernel headers (from GPL).
2) construction based on this howto:
http://skaya.enix.org/wiki/ToolChain
- this produces mipsel-linux-* toolchain, however compiled programs won't work on wl500gx :-(
3) emdebian cross compilation process
Not finished yet. Little painful - whenever something has to be cross-compiled, many files are downloaded again and again. Trying to find out how I can cache the remote server locally.
Did anyone manage to cope with this issue?