I'm having trouble compiling UML on FC4 with CONFIG_MODE_TT=y : CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 /usr/bin/ld: BFD 2.15.94.0.2.2 20041220 assertion fail ../../bfd/elf.c:3710
Interestingly, it compiles and runs fine if CONFIG_MODE_TT is off. My info: 2.6.18-skas3-v9-pre9 gcc info: Thread model: posix, version 3.4.4 (nonstandard for FC4) binutils v 2.15.94 (The kernel modules I'm developing need to be compiled with gcc 3.x. I also find it much easier to debug without SKAS mode, so "use something else" doesn't really help me) Apparently, someone else has the same error: http://www.cs.ucsb.edu/~rich/class/cs270/projects.f05/project1/ It still generates a linked binary, which crashes immediately if I try to use it: (gdb) r Starting program: /home/nathan/cfs/kernel/linux-2.6.10/linux Failed to read a valid object file image from memory. Program received signal SIGSEGV, Segmentation fault. 0xa020b283 in memcpy () at include/linux/crypto.h:315 315 BUG_ON(crypto_tfm_alg_type(tfm) != CRYPTO_ALG_TYPE_CIPHER); (gdb) bt #0 0xa020b283 in memcpy () at include/linux/crypto.h:315 #1 0xa01f4db9 in __libc_setup_tls () at include/linux/crypto.h:315 #2 0xa01f4fd6 in __pthread_initialize_minimal () at include/linux/crypto.h:315 #3 0xa01f496c in __libc_start_main () at include/linux/crypto.h:315 #4 0xa0011021 in _start () at include/linux/slab.h:99 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ User-mode-linux-user mailing list User-mode-linux-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user