<neil>
is it possible to (ab)use the openwrt-xburst build for cross-compilation once OpenWrt has successfully built uImage and packages for all the required libraries?
<larsc>
sure
<neil>
how does it work?  hello-world.c compiled for me and ran on the NanoNote but I get strange errors when trying to link against SDL
<neil>
strange as in it says something like: libdirectfb-1.4.so.0 was required by libSDL.so but could not be found
<neil>
except libdirectfb-1.4.so.0 is in the same staging_dir/.../usr/lib folder that libSDL.so is in
<larsc>
neil: pass -Wl,-rpath-link=staging_dir...
<larsc>
to the compiler
<neil>
many thanks for that!  it worked perfectly
<sid__>
now gentoo is booting until login; some errors (e.g. gzip is not installed) but it works!
<sid__>
i will rebuild everything again from scratch to create a real documentation
<sid__>
is someone interrested? if not, i will merge it to gentoo-wiki
<neil>
sid__: it would be great to have step by step instructions on the Qi Hardware wiki