Linux for Xtensa Development Snapshot 20080123 ------------------------------------------------------------------------ DOCUMENTATION See doc/build.html for build instructions. VERSIONS The final 2.6.24 version of the Linux kernel was not available at the time of this snapshot. The version included here is 2.6.24-rc7. The sources included here were created with the following commands: svn co -r 62 svn://linux-xtensa.org/var/svn/repos/buildroot/trunk buildroot git clone git://git.linux-xtensa.org/kernel/xtensa-2.6.24 linux git checkout 50f17d5ba5d25f0d28b3787be2234d3364c29537 LIMITATIONS - There is a problem in uClibc when it is built with debugging symbols. Avoid the problem by configuring uClibc to not include debugging. This is the default setting anyway. If you want check this setting, run "make uclibc-menuconfig", and under the "uClibc development/debugging options" make sure that "Build uClibc with debugging symbols" is not selected. Alternatively, you can check the DODEBUG variable in the .config file in the uClibc build directory.