Re: [uml-user] problems with making UML linux binary

2005-02-15 Thread gboutwel
> until it gets to linking: here is what I've got: > "ld -r -o unmap_fin.o unmap.o -lc -L/usr/lib > ld: cannot find -lc > make[3]: *** [unmap_fin.o] Error 1 > make[3] Leaving directory `/home/adam/work/UML/linux-2.4.27/arch/um/kernel/tt' > ..." You need to instal libc-devel package in Mandr

Re: cont.. [uml-user] problems with making UML linux binary

2005-02-15 Thread Vincent Guffens
ok, the UM_FASTCALL trick was only to make the error about conflicting types and sleep_on_timeout disappear. I don't think there is anything to do with the other one. This is strange because, looking in the ld man, the other error looks like ld can't find libc.a which is normally in the defaul

cont.. [uml-user] problems with making UML linux binary

2005-02-15 Thread adamdabr
Hi, Unfortunately, the problem remains. I\'ve tried both solutions, separately and together, and make linux ARCH=um still ends with: "ld -r -o unmap_fin.o unmap.o -lc -L/usr/lib ld: cannot find -lc " (...) perhaps there is another reason? Thank you for your help, Adam Vincent Guffens <[EMAI

[uml-user] can not connect to console on con1=port:3000

2005-02-15 Thread Jelle Boomstra
Hello list, Is there a known error with connecting consoles to a port on the host? when I try to do this the uml is blocking, probably waiting for a connection to the port. But when I telnet to it i get a connection but no response. On th ehost console it says: execvp of '/usr/sbin/in.telnetd

Re: [uml-user] problems with making UML linux binary

2005-02-15 Thread Vincent Guffens
Hi, I don't know what is the clean way to fix it, but I was able to compile 2.4.24 with gcc-3.4.2 wich gives the same error. The problem is due to the FASTCALL macro which is defined in include/linux/kernel.h If you modify this definition like so : #ifdef __i386__ #define FASTCALL(x) x #else

[uml-user] problems with making UML linux binary

2005-02-15 Thread adamdabr
Hello, Could you please help me? Here's a problem I've encountered when trying to compile an UML (User Mode Linux) linux binary: Details: 1) I am working with Mandrake 10.1 Official distribution 2) I got 2.4.27 kernel and uml patch 2.4.27-1 3) Applied the patch - worked well 4) Did make xcon