Germany Training confirmed
Anyone in Nuremberg? ;)
Activity : Linux Kernel Internals and Crash Dump Analysis
Activity Code : Linux-IHC-001
Type : Internally Held Classroom
From : 01/26/2010
To : 01/28/2010
Facility: EMEA - Nuernberg, DEU
This blog is about works I have done for Gentoo and free software in general
Anyone in Nuremberg? ;)
I got a laptop from my employer (Novell) nearly 3 months ago. I installed both Gentoo and SLED in it. I didn't setup fbsplash on it when I installed Gentoo. I tried it today.
Labels: fbsplash
1. git clone git://www.gentoo-cn.org/var/git/loongson.git
portageq envvar PORTDIR_OVERLAY3. Then, just run crossdev -t mips64el-unknown-linux-gnu. This command installed the following components on my host machine:
Update: as reported by Fai Wong, -O1 is actually fine. Obviously, it must be some flag(s) which is(are) enabled at -O2 but not at -O1 caused this problem. However, it is not a priority ATM. Anyone who is interested in it is welcome to investigate it further.
zhangle@2f env $ pwd
/etc/portage/env
zhangle@2f env $ find
.
./dev-db
./dev-db/sqlite
./O2-removal
zhangle@2f env $ cat O2-removal
pre_pkg_setup() {
elog "bashrc is removing \"-O2\" from CFLAGS for $PN"
CFLAGS="${CFLAGS/-O2/}"
}
zhangle@2f env $ ls -l dev-db/sqlite
lrwxrwxrwx 1 zhangle zhangle 13 2009-08-01 16:10 dev-db/sqlite -> ../O2-removal
I just found that, it is actually very easy to trigger the problem that the -mfix-ls2f-kernel as option could fix. Like just emerging glibc could hang the system. So if you are using linux-loongson/2.6.30/stable branch from this git tree http://dev.lemote.com/git?p=rt4ls.git;a=summary, you maybe want to line 129 of arch/mips/Makefile:
$(call cc-option,-march=loongson2f,-march=r4600) $(call cc-optoin,-mtune=loongson2f)to
$(call cc-option,-march=loongson2f,-march=r4600) $(call as-option,-Wa$(comma)-mfix-ls2f-kernel,)Actually, $(call cc-optoin,-mtune=loongson2f) here is not required.
Error while reading shared library symbols:This happened previously when debugging multithread applications.
find_new_threads_callback: cannot get thread info: generic error
find_new_threads_callback: cannot get thread info: generic error
I have not blogged here for some time. But that does not necessarily mean I am slacking, ;). Instead I have been doing things. I should've blogged more.
It is working too. The xulrunner's ebuild is already in loongson overlay. For the mozilla-firefox ebuild, just use the one from mozilla overlay.
My quest for MIPS N32 firefox could finally come to an end, since I just got it scores the same as X86 firefox.http://www.linux-mips.org/archives/linux-mips/2009-04/msg00112.html
This one is MIPS related, already accepted:
Labels: kernel