W dniu 27.04.2012 03:30, Michael Hope pisze:
Hi Marcin. I've had a look at nano-dev. Please:
- Change the top directory from binary/boot/filesystem.dir/ to libc/
Will do.
- Remove etc
- Remove sbin, bin, usr/bin, usr/sbin
- Remove most under var
- Remove usr/local?
- Remove empty directories like usr/games
done locally
- Reinstate the symlinks - /lib/libply.so should symlink to
/lib/libply.so.2 should symlink to /lib/libply.so.2.0.0 etc
We discussed before that symlinks were to be removed due to MS Windows. Will revert.
- Drop all compiler supplied packages including libgcc libstdc++6 libmudflap
done
I don't know what to do about usr/share. Most of it isn't need for cross compiling and should be deleted.
will check
I'd like the sysroot in one tarball and the debug symbols in another. The end user can grab the default sysroot and then, if they want to, add the debug symbols for deeper debugging later.
Ok, doable. No precise -dbg images for now yet.
Could I also have a minimal sysroot that just has libc6 libc6-dev libc6-dbg linux-libc-dev and zlib1g? We'll ship that with the binary compiler. An example is here: http://people.linaro.org/~michaelh/incoming/precise-sysroot-armhf-r0.tar.bz2
which was built using the hack: http://bazaar.launchpad.net/~linaro-toolchain-dev/crosstool-ng/linaro/view/h...
In progress